POST Mobility/PostCustomerEmployees
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": "178144cf-d972-40e0-84a8-dd914da8d26d",
"CustomerID": "790d8718-3067-42da-a3f5-7315d41f85cb",
"ContactID": "12e8f33e-aee7-4cf4-85cd-43351cf267ab",
"CustomerDepartmentID": "5c544d7c-7507-4a3e-8620-cef7cd84209d",
"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": "2026-02-14T11:36:08.1957085+00:00",
"MPBXStatus": true,
"IsTested": true,
"DateTested": "2026-02-14T11:36:08.1957085+00:00",
"HasApp": true,
"APIVerified": true,
"IsAppInvoiced": true,
"MobileDeviceID": "9656caa2-a4d1-405f-839d-3c8895aa843e",
"CreatedByContactID": "85d5d606-1bb6-4544-9e7a-37344d57af11",
"ModifiedByContactID": "07279f89-fed9-4e9d-b86d-6c604d104bd1",
"CreatedDate": "2026-02-14T11:36:08.1957085+00:00",
"ModifiedDate": "2026-02-14T11:36:08.1957085+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.