api:pbx:cdrnote
Table of Contents
API : PBX : CDR Note
Request
This request sets the CDR note for a completed call.
| URL | https://api.telecomx.dk/pbx/cdr/note | |
|---|---|---|
| Method | POST | |
| Access level | PERSONAL, VIEWER (only users owns the call), MANAGE, OWNER if calls belongs to the customer RESELLER if customer belongs to the reseller or ADMIN. |
|
| Query | id | Id of call to set CDR note for. |
| cdrNote | New CDR note to set for the call. | |
Query examples
{
"id": "12345780123457890ABCD",
"cdrNote": "This is a test"
}
Response
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
Example
{ "success": true }
Errors
| Error code | Message | Description |
|---|---|---|
| 404 | id | Call not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |
api/pbx/cdrnote.txt · Last modified: 2025/03/26 10:41 by Per Møller