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. | |
{
"id": "12345780123457890ABCD",
"cdrNote": "This is a test"
}
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 404 | id | Call not found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |