PUT Mobility/PutCustomerEmployeeContacts
Request Information
URI Parameters
None.
Body Parameters
Collection of CustomerEmployeeContact| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerEmployeeID | globally unique identifier |
Required |
|
| ContactID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| AddedDate | date |
Required |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| CellNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "78b0712b-aeb4-4959-9bd9-1a2e0e84e676",
"CustomerEmployeeID": "2be935be-9405-48e2-af08-a10c064493d8",
"ContactID": "f923f914-fe68-4649-81b6-8c4183166599",
"Name": "sample string 3",
"AddedDate": "2025-12-05T09:27:57.9958967+00:00",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"CellNumber": "sample string 7"
},
{
"$ref": "1"
}
]
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.