smsSendRequest

Extends: authRequest
Namespace: (default namespace)
XML Schema: ns0.xsd

XML

Elements

name (type) min/max
occurs
description
recipients (long) 1/unbounded The recipients in international format (436761234567)
message (string) 1/1 The message to send
encoding (int) 1/1 The encoding for the message (0 => 7-bit, 1 => 8-bit, 2 => UCS2)
cod (boolean) 1/1 True if a confirmation of delivery (cod) is requested. If a cod is requested the messages must be created on the server and are synchronized to the client device otherwise the messages will not be created on the server side (old functionality).
deviceId (int) 1/1 The registered device id for the device if their is one.
test (boolean) 1/1 True if the parameter should be checked without sending the sms.

JSON

property type description
recipients array of recipients (long) The recipients in international format (436761234567)
message message (string) The message to send
encoding encoding (int) The encoding for the message (0 => 7-bit, 1 => 8-bit, 2 => UCS2)
cod cod (boolean) True if a confirmation of delivery (cod) is requested. If a cod is requested the messages must be created on the server and are synchronized to the client device otherwise the messages will not be created on the server side (old functionality).
deviceId deviceId (int) The registered device id for the device if their is one.
test test (boolean) True if the parameter should be checked without sending the sms.