SoapDetailedRecipientList data structure

Element

Description

Type

Occurrences

devices

List of recipient Devices

SoapDetailedDeviceList

0

dynamicTeams

List of recipient Dynamic Teams

SoapDetailedDynamicTeamList

0

groups

List of recipient Groups

SoapDetailedGroupList

0

teams

List of recipient Teams

SoapDetailedTeamList

0

users

List of recipient Users

SoapDetailedUserList

0

Specification:

<xs:complexType name="SoapDetailedRecipientList">

  <xs:sequence>

    <xs:element name="devices" nillable="true" type="ns:SoapDetailedDeviceList"/>

    <xs:element name="dynamicTeams" nillable="true" type="ns:SoapDetailedDynamicTeamList"/>

    <xs:element name="groups" nillable="true" type="ns:SoapDetailedGroupList"/>

    <xs:element name="teams" nillable="true" type="ns:SoapDetailedTeamList"/>

    <xs:element name="users" nillable="true" type="ns:SoapDetailedUserList"/>

  </xs:sequence>

</xs:complexType>

Example