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": "b46c32dc-12be-42ee-94c0-2bd2b51abc26",
"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-14T21:49:34.3777156+00:00",
"GenderID": 1,
"ContactStatusID": 1,
"PhotoID": "6474e444-50ea-45a8-aadd-8bc648ef96ca",
"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": "122dcf4b-e9ce-41e5-9b9e-feb35a23fda8",
"ModifiedByContactID": "de48e951-9a96-4145-8405-aea58aa7e8bf",
"CreatedDate": "2025-12-14T21:49:34.3777156+00:00",
"ModifiedDate": "2025-12-14T21:49:34.3777156+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.