SoapNumericPagerDevice data structure

Note: As of 4.1 patch 006 and 4.0 patch 014, updating a numeric pager via web services will no longer accept both a pin and a phone number; you can submit either a pin or an area code and phone number, but not both.

Element

Description

Type

Occurrences

active

Indicates whether the Device is active

Boolean

1

default

Indicates whether the Device is the default Device for the User

Boolean

1

delay

Device's delay (in minutes)

integer

1

externallyOwned

Indicates whether this Device is owned by an external data source

Boolean

1

name

Name for this Device

string

1

priorityThreshold

Priority threshold for this Device

string

1

userServiceProvider

User Service Provider for this Device

SoapUserServiceProvider

1

areaCode

Area code to use for this Device

string

1

countryCodeOverride

Identifier of the country in which this Device is located

string

1

number

Telephone number for this Device

string

1

pin

PIN for the Device

string

1

Specification:

<xs:complexType name="SoapNumericPagerDevice">

  <xs:sequence>

    <xs:element name="active" type="xs:boolean" />

    <xs:element name="default" type="xs:boolean" />

    <xs:element name="delay" type="xs:int" />

    <xs:element name="externallyOwned" type="xs:boolean" />

    <xs:element name="name" nillable="true" type="xs:string" />

    <xs:element name="priorityThreshold" nillable="true" type="xs:string" />

    <xs:element name="userServiceProvider" nillable="true" type="ns:SoapUserServiceProvider" />

    <xs:element name="areaCode" nillable="true" type="xs:string" />

    <xs:element name="countryIdentifier" nillable="true" type="xs:string" />

    <xs:element name="number" nillable="true" type="xs:string" />

    <xs:element name="pin" nillable="true" type="xs:string" />

  </xs:sequence>

</xs:complexType>

Example