userCallInsertRequest
Extends: | authRequest |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
address (string) | 0/1 | The address of the call in international format (+4367612345678), for short codes (6567) or plain text for alphanumeric sender addresses. (20 chars allowed, more will be truncated) |
incoming (boolean) | 1/1 | The call direction (incoming or outgoing) state |
read (boolean) | 1/1 | The call read state |
duration (int) | 1/1 | The duration of the call in seconds |
status (int) | 1/1 | The status of the call 0 .. ringing 1 .. active 2 .. complete 3 .. missed |
dateCall (dateTime) | 0/1 | The date when the call was initiated |
JSON
property | type | description |
---|---|---|
address | address (string) | The address of the call in international format (+4367612345678), for short codes (6567) or plain text for alphanumeric sender addresses. (20 chars allowed, more will be truncated) |
incoming | incoming (boolean) | The call direction (incoming or outgoing) state |
read | read (boolean) | The call read state |
duration | duration (int) | The duration of the call in seconds |
status | status (int) | The status of the call 0 .. ringing 1 .. active 2 .. complete 3 .. missed |
dateCall | dateCall (dateTime) | The date when the call was initiated |