GET api/Employees/GetWorkShopWorker?WorkerID={WorkerID}&Active={Active}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
WorkerID

string

None.

Active

boolean

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WorkShopWorkerHeader
NameDescriptionTypeAdditional information
WorkerID

string

None.

FamilyName

string

None.

Name

string

None.

JobPositionID

string

None.

CostUnitID

string

None.

WTRLoging

boolean

None.

WTRPassword

string

None.

WTRDefaultSetting

string

None.

WorkShopCalendarID

string

None.

Active

boolean

None.

InsUpdDate

date

None.

WorkShopWorkerLines

WorkShopWorkerLines

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfWorkShopWorkerHeader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WorkShopWorkerHeader>
    <WorkerID>sample string 1</WorkerID>
    <FamilyName>sample string 2</FamilyName>
    <Name>sample string 3</Name>
    <JobPositionID>sample string 4</JobPositionID>
    <CostUnitID>sample string 5</CostUnitID>
    <WTRLoging>true</WTRLoging>
    <WTRPassword>sample string 7</WTRPassword>
    <WTRDefaultSetting>sample string 8</WTRDefaultSetting>
    <WorkShopCalendarID>sample string 9</WorkShopCalendarID>
    <Active>true</Active>
    <InsUpdDate>2024-03-28T12:29:01.4174581+01:00</InsUpdDate>
    <WorkShopWorkerLines>
      <WorkShopWorkerLine>
        <SkillLevelNr>1</SkillLevelNr>
        <SkillID>sample string 2</SkillID>
      </WorkShopWorkerLine>
      <WorkShopWorkerLine>
        <SkillLevelNr>1</SkillLevelNr>
        <SkillID>sample string 2</SkillID>
      </WorkShopWorkerLine>
    </WorkShopWorkerLines>
  </WorkShopWorkerHeader>
  <WorkShopWorkerHeader>
    <WorkerID>sample string 1</WorkerID>
    <FamilyName>sample string 2</FamilyName>
    <Name>sample string 3</Name>
    <JobPositionID>sample string 4</JobPositionID>
    <CostUnitID>sample string 5</CostUnitID>
    <WTRLoging>true</WTRLoging>
    <WTRPassword>sample string 7</WTRPassword>
    <WTRDefaultSetting>sample string 8</WTRDefaultSetting>
    <WorkShopCalendarID>sample string 9</WorkShopCalendarID>
    <Active>true</Active>
    <InsUpdDate>2024-03-28T12:29:01.4174581+01:00</InsUpdDate>
    <WorkShopWorkerLines>
      <WorkShopWorkerLine>
        <SkillLevelNr>1</SkillLevelNr>
        <SkillID>sample string 2</SkillID>
      </WorkShopWorkerLine>
      <WorkShopWorkerLine>
        <SkillLevelNr>1</SkillLevelNr>
        <SkillID>sample string 2</SkillID>
      </WorkShopWorkerLine>
    </WorkShopWorkerLines>
  </WorkShopWorkerHeader>
</ArrayOfWorkShopWorkerHeader>