GET api/ProjectWorkOrder/GetProjectWorkers?WorkerID={WorkerID}&WorkPlaceID={WorkPlaceID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
WorkerID

string

None.

WorkPlaceID

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

ProjectWorkers
NameDescriptionTypeAdditional information
projectworker

Collection of ProjectWorker

None.

Response Formats

application/xml, text/xml

Sample:
<ProjectWorkers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProjectWorker>
    <WorkerID>sample string 1</WorkerID>
    <FirstName>sample string 2</FirstName>
    <LastName>sample string 3</LastName>
    <WorkPlaceID>sample string 4</WorkPlaceID>
    <CostWeightPoints>1</CostWeightPoints>
    <WeightPoints>1</WeightPoints>
    <ClerkID>sample string 5</ClerkID>
    <InsUpdDate>2024-03-29T14:52:49.9843744+01:00</InsUpdDate>
  </ProjectWorker>
  <ProjectWorker>
    <WorkerID>sample string 1</WorkerID>
    <FirstName>sample string 2</FirstName>
    <LastName>sample string 3</LastName>
    <WorkPlaceID>sample string 4</WorkPlaceID>
    <CostWeightPoints>1</CostWeightPoints>
    <WeightPoints>1</WeightPoints>
    <ClerkID>sample string 5</ClerkID>
    <InsUpdDate>2024-03-29T14:52:49.9843744+01:00</InsUpdDate>
  </ProjectWorker>
</ProjectWorkers>