GET api/ProjectWorkOrder/GetProjectWorkers?WorkerID={WorkerID}&WorkPlaceID={WorkPlaceID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
Name | Description | Type | Additional 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
ProjectWorkersName | Description | Type | Additional 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>2023-06-06T22:23:00.4704419+02: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>2023-06-06T22:23:00.4704419+02:00</InsUpdDate> </ProjectWorker> </ProjectWorkers>