smsConnectorCreateRequest

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

XML

Elements

name (type) min/max
occurs
description
os (int) 1/1 The operation system for which this connector is for. 0 .. android
packageName (string) 1/1 The package name of the sms connector
subConnectorId (string) 0/1 The sub connector id of the sms connector or null if this is no sub connector.
name (string) 1/1 The display name of the sms connector
maxLength (int) 1/1 The maximum sms length of the sms connector
maxRecipients (int) 1/1 The maximum sms recipients per sms for this connector
encodings (int) 1/1 A bit mask with possible sms encodings for this connector bit 1 .. 7bit bit 2 .. 8bit bit 3 .. ucs2
recipientRegex (string) 0/1 The allowed recipient regex (i.e. for austria only: "43(650|676|660|664|669)") or null if their is no restriction.

JSON

property type description
os os (int) The operation system for which this connector is for. 0 .. android
packageName packageName (string) The package name of the sms connector
subConnectorId subConnectorId (string) The sub connector id of the sms connector or null if this is no sub connector.
name name (string) The display name of the sms connector
maxLength maxLength (int) The maximum sms length of the sms connector
maxRecipients maxRecipients (int) The maximum sms recipients per sms for this connector
encodings encodings (int) A bit mask with possible sms encodings for this connector bit 1 .. 7bit bit 2 .. 8bit bit 3 .. ucs2
recipientRegex recipientRegex (string) The allowed recipient regex (i.e. for austria only: "43(650|676|660|664|669)") or null if their is no restriction.