PUT Mobility/PutCustomerEmployeeContact
Request Information
URI Parameters
None.
Body Parameters
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": "8ded7e4e-f839-4997-9c25-1a6ab6990207",
"CustomerEmployeeID": "f928d721-4e6c-494a-ba39-0953d286ec0a",
"ContactID": "91c9c192-1acf-44d5-9518-2d9df345a09b",
"Name": "sample string 3",
"AddedDate": "2025-12-05T09:28:01.4931812+00:00",
"FirstName": "sample string 5",
"LastName": "sample string 6",
"CellNumber": "sample string 7"
}
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.