GET api/Klimrek?puid={puid}
Returns specific info for a specific production unit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
puid |
Production unit ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
KlimrekInfo instance
KlimrekResultInfoName | Description | Type | Additional information |
---|---|---|---|
Robot | boolean |
None. |
|
NbMilkingPlaces | integer |
None. |
|
MaxContentCoolingTank | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "Robot": true, "NbMilkingPlaces": 1, "MaxContentCoolingTank": 2.1 }
application/xml, text/xml
Sample:
<KlimrekResultInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MILControlWebApi.Models"> <MaxContentCoolingTank>2.1</MaxContentCoolingTank> <NbMilkingPlaces>1</NbMilkingPlaces> <Robot>true</Robot> </KlimrekResultInfo>