api:pbx:app:mobileconfig:update
Table of Contents
API : PBX : APP : Mobile config Update
Introduction
This request will update an existing mobiel config.
Mobiel config are user-specific, used in the Communicator mobile apps.
Request
| 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 | |
Query examples
{ "_id": "12345678901234567890CCCC", "customer": "12345678901234567890CCCC" }
Response
Returns boolean.
| JSON object | ||
|---|---|---|
| success | boolean | true if success |
Example
{ "success": true }
Errors
| 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> |
api/pbx/app/mobileconfig/update.txt · Last modified: 2024/11/08 14:19 by Gudni Sigurdsson