POST Mobility/PostCustomerEmployeeContacts
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": "eb3bcf13-ef98-4d45-8bb1-694bbe7dc868",
"CustomerEmployeeID": "c79074d6-1bf3-4917-a031-d78a67d7a6b7",
"ContactID": "f4d1cc06-38c7-4822-a1f8-48980374b306",
"Name": "sample string 3",
"AddedDate": "2025-12-14T21:46:29.9104227+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.