The following table lists the web service parameters for text pager Devices:
Name |
Description |
Optional |
Valid Values |
name |
Device name |
no |
Any valid unused Device name |
active |
Indicates whether the Device should be active |
no |
true or false |
default |
Indicates whether the Device should be set as the default Device for the User |
no |
true or false |
pin |
The text pager's PIN |
no |
String; maximum length of 100 characters matching the following: [0-9]+ |
two-way |
Indicates whether the pager is two-way |
no |
true or false |
userServiceProvider |
ID of the User Service Provider to associate with this Device |
no |
|
delay |
Delay to use for this Device (in minutes) |
no |
Integer |
priorityThreshold |
Priority threshold to set for this Device |
no |
A valid priority threshold setting; the default available values are LOW, MEDIUM, and HIGH. |
externallyOwned |
Indicates whether an external data source owns this Device |
no |
true or false |
<sch:textPagerDevice>
<sch:name>Pager</sch:name>
<sch:active>true</sch:active>
<sch:default>true</sch:default>
<sch:pin>33812028</sch:pin>
<sch:two-way>true</sch:two-way>
<sch:userServiceProvider>
<sch:name>Pager Provider</sch:name>
</sch:userServiceProvider>
<sch:delay>0</sch:delay>
<sch:priorityThreshold>MEDIUM</sch:priorityThreshold>
<sch:externallyOwned>true</sch:externallyOwned>
</sch:textPagerDevice>