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": "d970594d-8859-4a02-b596-9d6a11ddaff6",
"CustomerEmployeeID": "be7f51a8-d76f-45c6-8503-a1bbbe554e34",
"ContactID": "25556292-9877-4795-bdae-906eb9e427b6",
"Name": "sample string 3",
"AddedDate": "2026-03-11T11:54:26.0923613+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.