smsConnector

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

XML

Elements

name (type) min/max
occurs
description
smsConnectorId (int) 1/1 The sms connector unique id
packageName (string) 0/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) 0/1 The display name of the sms connector
color (int) 1/1 The indication color 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.
popular (boolean) 1/1 The flag that indicates if the connector is popular

JSON

property type description
smsConnectorId smsConnectorId (int) The sms connector unique id
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
color color (int) The indication color 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.
popular popular (boolean) The flag that indicates if the connector is popular