GET api/ProjectWorkOrder/GetProjectMachines?MachineID={MachineID}&CostCenterID={CostCenterID}&CostUnitID={CostUnitID}&IsActive={IsActive}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MachineID | string |
None. |
|
| CostCenterID | string |
None. |
|
| CostUnitID | string |
None. |
|
| IsActive | boolean |
None. |
|
| RequestType | sqRequestType |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| RecordDtModifiedFrom | date |
None. |
Body Parameters
None.
Response Information
Resource Description
ProjectMachines| Name | Description | Type | Additional information |
|---|---|---|---|
| projectmachine | Collection of ProjectMachine |
None. |
Response Formats
application/xml, text/xml
Sample:
<ProjectMachines xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ProjectMachine>
<MachineID>sample string 1</MachineID>
<MachineTitle>sample string 2</MachineTitle>
<CostPrice>1</CostPrice>
<Price>1</Price>
<IsActive>true</IsActive>
<CostCenterID>sample string 3</CostCenterID>
<CostUnitID>sample string 4</CostUnitID>
<Notes>sample string 5</Notes>
<InsUpdDate>2025-11-02T23:46:52.7154624+01:00</InsUpdDate>
</ProjectMachine>
<ProjectMachine>
<MachineID>sample string 1</MachineID>
<MachineTitle>sample string 2</MachineTitle>
<CostPrice>1</CostPrice>
<Price>1</Price>
<IsActive>true</IsActive>
<CostCenterID>sample string 3</CostCenterID>
<CostUnitID>sample string 4</CostUnitID>
<Notes>sample string 5</Notes>
<InsUpdDate>2025-11-02T23:46:52.7154624+01:00</InsUpdDate>
</ProjectMachine>
</ProjectMachines>