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": "92cd8ede-48af-4872-8821-892e4449cf61",
"CustomerEmployeeID": "35cd9be6-1ef3-44d8-8414-43b58ebe23c9",
"ContactID": "eee66558-37f4-4c52-b5c5-3adeffe93589",
"Name": "sample string 3",
"AddedDate": "2026-02-14T11:36:12.5251049+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.