GET api/ProjectWorkOrder/GetProjectMachines?MachineID={MachineID}&CostCenterID={CostCenterID}&CostUnitID={CostUnitID}&IsActive={IsActive}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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>2024-03-29T11:44:37.8201326+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>2024-03-29T11:44:37.8201326+01:00</InsUpdDate>
  </ProjectMachine>
</ProjectMachines>