SoapQueryGroupsOneTimeShift data structure

Element

Description

Type

Occurrences

durationHours

Hours part of duration

integer

1

durationMinutes

Minutes part of duration

integer

1

startDate

Start date

string

1

startTime

Start time in hh:mm format

string

1

Specification:

<xs:complexType name="SoapQueryGroupsOneTimeShift">
  <xs:sequence>
    <xs:element name="durationHours" type="xs:int"/>
    <xs:element name="durationMinutes" type="xs:int"/>
    <xs:element name="startDate" nillable="true" type="xs:string"/>
    <xs:element name="startTime" nillable="true" type="xs:string"/>
  </xs:sequence>
</xs:complexType>

Example