SoapTemporaryReplacement data structure

Element

Description

Type

Occurrences

allGroups

Indicates whether the All Groups flag is selected

Boolean

1

endDate

End date of the Temporary Replacement

string

1

group

Group target name

string

1

identifier

Identifier of the Temporary Replacement

string

1

replacementUser

Target name of the replacement User

string

1

startDate

Start date of the Temporary Replacement

string

1

Specification:

<xs:complexType name="SoapTemporaryReplacement">
  <xs:sequence>
    <xs:element name="allGroups" type="xs:boolean" />
    <xs:element name="endDate" nillable="true" type="xs:string" />
    <xs:element name="group" nillable="true" type="xs:string" />
    <xs:element name="identifier" nillable="true" type="xs:string" />
    <xs:element name="replacementUser" nillable="true" type="xs:string" />
    <xs:element name="startDate" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Example