remoteSmsSendRequest
| Extends: | authRequest |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| recipients (string) | 1/unbounded | The recipients in international format (+436761234567) |
| message (string) | 1/1 | The message to send |
| dateSendOn (dateTime) | 0/1 | The optional date when the message should be delivered. If not given it will be delivered immediately. |
| encoding (int) | 1/1 | The encoding for the message (0 => 7-bit, 1 => 8-bit, 2 => UCS2) |
| smsConnectorId (int) | 1/1 | The sms connector id to be used (optional). Leave zero for normal operator sms. |
| store (boolean) | 1/1 | True if the messages should be stored on the server as outgoing messages. In case of failed delivery the will be marked as unsent. |
JSON
| property | type | description |
|---|---|---|
| recipients | array of recipients (string) | The recipients in international format (+436761234567) |
| message | message (string) | The message to send |
| dateSendOn | dateSendOn (dateTime) | The optional date when the message should be delivered. If not given it will be delivered immediately. |
| encoding | encoding (int) | The encoding for the message (0 => 7-bit, 1 => 8-bit, 2 => UCS2) |
| smsConnectorId | smsConnectorId (int) | The sms connector id to be used (optional). Leave zero for normal operator sms. |
| store | store (boolean) | True if the messages should be stored on the server as outgoing messages. In case of failed delivery the will be marked as unsent. |