PUT Mobility/PutCustomerEmployees
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "e168c0d9-6743-4cc9-846c-b258317e5f29",
"CustomerID": "5de9eeb8-8374-43f5-b559-b0b75c7ea3aa",
"ContactID": "1cab7502-4809-4cbe-bcfd-24c2e1712b1c",
"CustomerDepartmentID": "9043c93a-181a-4d53-98e6-7a9c14bc855b",
"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:57.1336996+00:00",
"MPBXStatus": true,
"IsTested": true,
"DateTested": "2025-12-05T09:27:57.1336996+00:00",
"HasApp": true,
"APIVerified": true,
"IsAppInvoiced": true,
"MobileDeviceID": "98da3586-0384-4b46-8295-430af19d9165",
"CreatedByContactID": "c9aa0ec4-0083-42d3-b3b7-99f5375aecb2",
"ModifiedByContactID": "729a2748-247a-45e5-b2bc-3c9e887dba99",
"CreatedDate": "2025-12-05T09:27:57.1336996+00:00",
"ModifiedDate": "2025-12-05T09:27:57.1336996+00:00",
"OnlineStatusID": 1,
"Failover": "sample string 25",
"OffnetMobility": "sample string 26",
"CellNumber": "sample string 5",
"CustomerName": "sample string 3"
},
{
"$ref": "1"
}
]
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.