Element |
Description |
Type |
Occurrences |
active |
Indicates whether the Device is active |
Boolean |
1 |
areaCode |
Area code of the Device |
string |
1 |
countryCodeOverride |
Two-letter country code of the country in which the Device is located |
string |
1 |
default |
Indicates whether the Device is the default Device for the User |
Boolean |
1 |
delay |
Device's delay (in minutes) |
integer |
1 |
deviceIdentifier |
Identifier for this Device (used by the xMatters database) |
long |
1 |
externallyOwned |
Indicates whether this Device is owned by an external data source |
Boolean |
1 |
name |
Name for this Device |
string |
1 |
number |
Telephone number of the Device |
string |
1 |
order |
Position of the Device within the User's Device order |
integer |
1 |
pin |
PIN for the Device |
string |
1 |
priorityThreshold |
Priority threshold for this Device |
string |
1 |
testStatus |
Validation status of the Device; can be one of UNTESTED, PENDING, TESTED. Note: Available in the xmatters-4.1.7 WSDL and later. |
string |
1 |
userServiceProvider |
User Service Provider for this Device |
1 |
<xs:complexType name="SoapFindNumericPagerDevice">
<xs:sequence>
<xs:element name="active" type="xs:boolean" />
<xs:element name="areaCode" nillable="true" type="xs:string" />
<xs:element name="countryCodeOverride" nillable="true" type="xs:string" />
<xs:element name="default" type="xs:boolean" />
<xs:element name="delay" type="xs:int" />
<xs:element name="deviceIdentifier" type="xs:long" />
<xs:element name="externallyOwned" type="xs:boolean" />
<xs:element name="name" nillable="true" type="xs:string" />
<xs:element name="number" nillable="true" type="xs:string" />
<xs:element name="order" type="xs:int" />
<xs:element name="pin" nillable="true" type="xs:string" />
<xs:element name="priorityThreshold" nillable="true" type="xs:string" />
<xs:element name="testStatus" nillable="true" type="xs:string" />
<xs:element name="userServiceProvider" nillable="true" type="ns:SoapUserServiceProvider" />
</xs:sequence>
</xs:complexType>