SoapUserServiceProvider data structure

Element

Description

Type

Occurrences

identifier

Identifier of the User Service Provider. This value must be retrieved from the database; it has no representation in the web user interface. Optional; see note below.

string

1

name

Name of the User Service Provider; optional, see note below.

string

1

Only one of identifier or name is required; if both parameters are specified, identifier is ignored.

Specification:

<xs:complexType name="SoapUserServiceProvider">
  <xs:sequence>
    <xs:element name="identifier" nillable="true" type="xs:string" />
    <xs:element  name="name" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Example

<sch:userServiceProvider>
  <sch:name>Pager Provider</sch:name>
</sch:userServiceProvider>