userCallUpdateRequest
| Extends: | authRequest |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| callId (int) | 1/1 | The call id of the call which should be updated. |
| read (boolean) | 0/1 | True if the call was already read otherwise the call is marked unread. (optional) |
| duration (int) | 0/1 | The duration of the call in seconds (optional) |
| status (int) | 0/1 | The status of the call (optional) 0 .. ringing 1 .. active 2 .. complete 3 .. missed |
JSON
| property | type | description |
|---|---|---|
| callId | callId (int) | The call id of the call which should be updated. |
| read | read (boolean) | True if the call was already read otherwise the call is marked unread. (optional) |
| duration | duration (int) | The duration of the call in seconds (optional) |
| status | status (int) | The status of the call (optional) 0 .. ringing 1 .. active 2 .. complete 3 .. missed |