PUT Application/PutContact
Request Information
URI Parameters
None.
Body Parameters
Contact| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| FirstName | string |
Required |
|
| LastName | string |
Required |
|
| Name | string |
None. |
|
| CellNumber | string |
None. |
|
| WorkNumber | string |
None. |
|
| HomeNumber | string |
None. |
|
| string |
None. |
||
| PhysicalAddress | string |
None. |
|
| PostalAddress | string |
None. |
|
| Birthday | date |
None. |
|
| GenderID | Gender |
None. |
|
| ContactStatusID | ContactStatus |
Required |
|
| PhotoID | globally unique identifier |
None. |
|
| ExternalCode | string |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| IDNumber | string |
None. |
|
| PassportNumber | string |
None. |
|
| DisplayName | string |
None. |
|
| UseDisplayName | boolean |
Required |
|
| OptOutNotification | boolean |
Required |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "2ee72209-f4a4-4cf7-b168-c974faf6ab45",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Name": "sample string 4",
"CellNumber": "sample string 5",
"WorkNumber": "sample string 6",
"HomeNumber": "sample string 7",
"Email": "sample string 8",
"PhysicalAddress": "sample string 9",
"PostalAddress": "sample string 10",
"Birthday": "2025-12-05T09:28:38.3503732+00:00",
"GenderID": 1,
"ContactStatusID": 1,
"PhotoID": "3ef2a480-5b73-46ce-9b29-1d579df0eb11",
"ExternalCode": "sample string 11",
"Latitude": 1.1,
"Longitude": 1.1,
"IDNumber": "sample string 12",
"PassportNumber": "sample string 13",
"DisplayName": "sample string 14",
"UseDisplayName": true,
"OptOutNotification": true,
"CreatedByContactID": "d601ce8d-2abc-427e-b115-63aec7e35a38",
"ModifiedByContactID": "35ebfcd1-c4cd-4fde-a323-117eb52c30b5",
"CreatedDate": "2025-12-05T09:28:38.3503732+00:00",
"ModifiedDate": "2025-12-05T09:28:38.3503732+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.