GET api/WorkShopCalendar/GetWorkShopCalendar?CalendarID={CalendarID}&CalendarYear={CalendarYear}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CalendarID

string

None.

CalendarYear

integer

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WorkShopCalendarHeader
NameDescriptionTypeAdditional information
CalendarID

string

None.

CalendarTitle

string

None.

FirstWorkShiftTime

string

None.

Notes

string

None.

InsUpdDate

date

None.

WorkShopCalendarLines

WorkShopCalendarLines

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfWorkShopCalendarHeader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WorkShopCalendarHeader>
    <CalendarID>sample string 1</CalendarID>
    <CalendarTitle>sample string 2</CalendarTitle>
    <FirstWorkShiftTime>sample string 3</FirstWorkShiftTime>
    <Notes>sample string 4</Notes>
    <InsUpdDate>2024-04-20T12:09:12.9400552+02:00</InsUpdDate>
    <WorkShopCalendarLines>
      <WorkShopCalendarLine>
        <CalendarYear>1</CalendarYear>
        <CalendarMonth>2</CalendarMonth>
        <CalendarDay>3</CalendarDay>
        <WorkDay>sample string 4</WorkDay>
        <Holiday>sample string 5</Holiday>
        <NumOfWorkShifts>1</NumOfWorkShifts>
        <WorkShiftHours>1</WorkShiftHours>
        <TotalWorkHours>1</TotalWorkHours>
      </WorkShopCalendarLine>
      <WorkShopCalendarLine>
        <CalendarYear>1</CalendarYear>
        <CalendarMonth>2</CalendarMonth>
        <CalendarDay>3</CalendarDay>
        <WorkDay>sample string 4</WorkDay>
        <Holiday>sample string 5</Holiday>
        <NumOfWorkShifts>1</NumOfWorkShifts>
        <WorkShiftHours>1</WorkShiftHours>
        <TotalWorkHours>1</TotalWorkHours>
      </WorkShopCalendarLine>
    </WorkShopCalendarLines>
  </WorkShopCalendarHeader>
  <WorkShopCalendarHeader>
    <CalendarID>sample string 1</CalendarID>
    <CalendarTitle>sample string 2</CalendarTitle>
    <FirstWorkShiftTime>sample string 3</FirstWorkShiftTime>
    <Notes>sample string 4</Notes>
    <InsUpdDate>2024-04-20T12:09:12.9400552+02:00</InsUpdDate>
    <WorkShopCalendarLines>
      <WorkShopCalendarLine>
        <CalendarYear>1</CalendarYear>
        <CalendarMonth>2</CalendarMonth>
        <CalendarDay>3</CalendarDay>
        <WorkDay>sample string 4</WorkDay>
        <Holiday>sample string 5</Holiday>
        <NumOfWorkShifts>1</NumOfWorkShifts>
        <WorkShiftHours>1</WorkShiftHours>
        <TotalWorkHours>1</TotalWorkHours>
      </WorkShopCalendarLine>
      <WorkShopCalendarLine>
        <CalendarYear>1</CalendarYear>
        <CalendarMonth>2</CalendarMonth>
        <CalendarDay>3</CalendarDay>
        <WorkDay>sample string 4</WorkDay>
        <Holiday>sample string 5</Holiday>
        <NumOfWorkShifts>1</NumOfWorkShifts>
        <WorkShiftHours>1</WorkShiftHours>
        <TotalWorkHours>1</TotalWorkHours>
      </WorkShopCalendarLine>
    </WorkShopCalendarLines>
  </WorkShopCalendarHeader>
</ArrayOfWorkShopCalendarHeader>