DELETE Mobility/DeleteCustomerEmployeeContacts
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": "9e5099fd-34a8-465f-8fd5-1d63e7e569db",
"CustomerEmployeeID": "70ce2754-926a-4892-a594-b97ddf080c4c",
"ContactID": "23b019d8-3a32-4630-bb3f-1ff26d32c0b3",
"Name": "sample string 3",
"AddedDate": "2025-12-14T21:45:40.1227837+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.