SoapFindHolidayShift data structure

Element

Description

Type

Occurrences

durationHours

Hours part of duration

integer

1

durationMinutes

Minutes part of duration

integer

1

endDate

End date of shift

string

1

noEndDate

Indicates whether the No End Date flag is selected

Boolean

1

startDate

Start date

string

1

startTime

Start time

string

1

Specification:

<xs:complexType name="SoapFindHolidayShift">

  <xs:complexContent>

    <xs:extension base="ns:SoapHolidayShift">

      <xs:sequence>

        <xs:element name="durationHours" type="xs:int"/>

        <xs:element name="durationMinutes" type="xs:int"/>

        <xs:element name="endDate" nillable="true" type="xs:string"/>

        <xs:element name="noEndDate" type="xs:boolean"/>

        <xs:element name="startDate" nillable="true" type="xs:string"/>

        <xs:element name="startTime" nillable="true" type="xs:string"/>

       </xs:sequence>

    </xs:extension>

  </xs:complexContent>

Example