This request will update an existing mobiel config.
Mobiel config are user-specific, used in the Communicator mobile apps.
| URL | https://api.telecomx.dk/pbx/app/mobileconfig/ | ||
|---|---|---|---|
| Method | POST | ||
| Access level | PERSONAL if mobile config belongs to the user VIEWER, MANAGER, OWNER if mobile config belongs to an employee RESELLER if mobile config belongs to a customers employee ADMIN. |
||
| Body | _id | Id | Id of the mobile config and employee. |
| customer | Id | Id of the customer | |
{ "_id": "12345678901234567890CCCC", "customer": "12345678901234567890CCCC" }
Returns boolean.
| JSON object | ||
|---|---|---|
| success | boolean | true if success |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 400 | bad_request | Request not valid |
| 403 | access_denied | Insufficient access level |
| 404 | not_found | Object not found |
| 500 | internal_error | <Unspecified> |