DELETE Mobility/DeleteCustomerEmployees
Request Information
URI Parameters
None.
Body Parameters
CustomerEmployee| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CustomerID | globally unique identifier |
Required |
|
| ContactID | globally unique identifier |
Required |
|
| CustomerDepartmentID | globally unique identifier |
Required |
|
| Name | string |
Required |
|
| Extension | string |
None. |
|
| IsActive | boolean |
Required |
|
| PortedNumber | string |
None. |
|
| MappedNumber | string |
None. |
|
| DepartmentName | string |
None. |
|
| Sequence | integer |
Required |
|
| DeviceID | string |
None. |
|
| IsDriver | boolean |
Required |
|
| AnyDeskID | string |
None. |
|
| IsProvisioned | boolean |
Required |
|
| DateProvisioned | date |
None. |
|
| MPBXStatus | boolean |
Required |
|
| IsTested | boolean |
Required |
|
| DateTested | date |
None. |
|
| HasApp | boolean |
Required |
|
| APIVerified | boolean |
Required |
|
| IsAppInvoiced | boolean |
Required |
|
| MobileDeviceID | globally unique identifier |
None. |
|
| CreatedByContactID | globally unique identifier |
Required |
|
| ModifiedByContactID | globally unique identifier |
Required |
|
| CreatedDate | date |
Required |
|
| ModifiedDate | date |
Required |
|
| OnlineStatusID | OnlineStatus |
Required |
|
| Failover | string |
None. |
|
| OffnetMobility | string |
None. |
|
| CellNumber | string |
None. |
|
| CustomerName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "28c84ae5-7e1e-4583-ae37-40405de74ae8",
"CustomerID": "9b876038-e3d8-4505-9f8d-a55b09556fc5",
"ContactID": "9fd88925-132e-4a24-a241-e80fbb4852aa",
"CustomerDepartmentID": "6779dc0e-afcd-4a7a-abeb-c6a5d91b6e96",
"Name": "sample string 5",
"Extension": "sample string 6",
"IsActive": true,
"PortedNumber": "sample string 8",
"MappedNumber": "sample string 9",
"DepartmentName": "sample string 10",
"Sequence": 11,
"DeviceID": "sample string 12",
"IsDriver": true,
"AnyDeskID": "sample string 14",
"IsProvisioned": true,
"DateProvisioned": "2025-12-05T09:27:54.8861649+00:00",
"MPBXStatus": true,
"IsTested": true,
"DateTested": "2025-12-05T09:27:54.8861649+00:00",
"HasApp": true,
"APIVerified": true,
"IsAppInvoiced": true,
"MobileDeviceID": "b56c9798-151a-41d4-af7e-81d883f3a9a8",
"CreatedByContactID": "18c73523-4787-40c6-8e0f-c6cc09a4ce93",
"ModifiedByContactID": "e9b1650f-1ba1-4e56-adc5-d639034c87a4",
"CreatedDate": "2025-12-05T09:27:54.8861649+00:00",
"ModifiedDate": "2025-12-05T09:27:54.8861649+00:00",
"OnlineStatusID": 1,
"Failover": "sample string 25",
"OffnetMobility": "sample string 26",
"CellNumber": "sample string 5",
"CustomerName": "sample string 3"
}
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.