BlackBerry Device Parameters

The following table lists the web service parameters for BlackBerry 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

pinOrEmail

PIN or email address of the BlackBerry Device

no

String; maximum length of 100 characters

userServiceProvider

ID of the User Service Provider to associate with this Device

no

SoapUserServiceProvider

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

Example

<sch:blackberryDevice>
  <sch:name>BlackBerry</sch:name>
  <sch:active>true</sch:active>
  <sch:default>true</sch:default>
  <sch:pinOrEmail>bes-user@company.com</sch:pinOrEmail>
  <sch:userServiceProvider>
    <sch:name>BES Provider</sch:name>
  </sch:userServiceProvider>
  <sch:delay>0</sch:delay>
  <sch:priorityThreshold>HIGH</sch:priorityThreshold>
  <sch:externallyOwned>true</sch:externallyOwned>
</sch:blackberryDevice>

Web Service Device Specification

AddDevice

UpdateDevice