PUT api/ContactsApi/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | globally unique identifier | 
                                 Required  | 
                
Body Parameters
Contact| Name | Description | Type | Additional information | 
|---|---|---|---|
| Id | globally unique identifier | 
                             None.  | 
                |
| PhoneNumber | string | 
                             None.  | 
                |
| string | 
                             None.  | 
                ||
| FirstName | string | 
                             None.  | 
                |
| LastName | string | 
                             None.  | 
                |
| MemberName | string | 
                             None.  | 
                |
| BirthDate | date | 
                             None.  | 
                |
| Address | string | 
                             None.  | 
                |
| Gender | string | 
                             None.  | 
                |
| Age | integer | 
                             None.  | 
                |
| Note | string | 
                             None.  | 
                |
| Internal | string | 
                             None.  | 
                |
| DNC | boolean | 
                             None.  | 
                |
| MovedIn | boolean | 
                             None.  | 
                |
| Touched | boolean | 
                             None.  | 
                |
| Exclude | boolean | 
                             None.  | 
                |
| ExcludeReason | string | 
                             None.  | 
                |
| OriginallyFrom | string | 
                             None.  | 
                |
| SchoolJob | string | 
                             None.  | 
                |
| Roommates | string | 
                             None.  | 
                |
| Mission | string | 
                             None.  | 
                |
| HiddenNote | string | 
                             None.  | 
                |
| LastAppt | date | 
                             None.  | 
                |
| Status | string | 
                             None.  | 
                |
| Tithing | boolean | 
                             None.  | 
                |
| TithingDeclaration | boolean | 
                             None.  | 
                |
| NeedAppt | boolean | 
                             None.  | 
                |
| ApptReason | string | 
                             None.  | 
                |
| HavePicture | boolean | 
                             None.  | 
                |
| RecognizeBirthday | boolean | 
                             None.  | 
                |
| Groups | Collection of Group | 
                             None.  | 
                |
| Incoming | Collection of Incoming | 
                             None.  | 
                |
| Outgoing | Collection of Outgoing | 
                             None.  | 
                |
| Notes | Collection of Note | 
                             None.  | 
                |
| CreatedOn | date | 
                             None.  | 
                |
| LastModifiedOn | date | 
                             None.  | 
                |
| IsDeleted | boolean | 
                             None.  | 
                
Request Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
        Sample not available.
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
None.