GET api/CustMachineNew/GetAll

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

AllCustMachines
NameDescriptionTypeAdditional information
Roller

Collection of CustMachineRollerPostData

None.

Paver

Collection of CustMachinePaverPostData

None.

Plant

Collection of CustMachinePlantPostData

None.

Response Formats

application/json, text/json

Sample:
{
  "Roller": null,
  "Paver": null,
  "Plant": null
}

application/xml, text/xml

Sample:
<AllCustMachines xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CloudInteractionBridge.DataClasses">
  <Paver i:nil="true" />
  <Plant i:nil="true" />
  <Roller i:nil="true" />
</AllCustMachines>