SoapTeamMember data structure

Element

Description

Type

Occurrences

delay

How long, in minutes, to wait before notifying this Team member

string

1

inRotation

Indicates whether the Team member is included in the rotation cycle

Boolean

1

targetName

Team member's name

string

1

type

Type of team member; can be PERSON, GROUP, TEAM, DEVICE, or DYNAMIC_TEAM

string

1

Specification:

<xs:complexType name="SoapTeamMember">
  <xs:sequence>
    <xs:element name="delay" nillable="true" type="xs:string"/>
    <xs:element name="inRotation" type="xs:boolean"/>
    <xs:element name="targetName" nillable="true" type="xs:string"/>
    <xs:element name="type" nillable="true" type="xs:string"/>
  </xs:sequence>
</xs:complexType>

Example