icarConsumedRationType
Description
Gives the consumed amount of feed and the amount the animal was entitled to. Amounts are real weights.
Properties
Name | Description | Required | Type |
---|---|---|---|
RationId | The identifier for the ration consumed | Yes | string |
Entitlement | The amount of feed the animal was entitled to reveive | No | icarFeedQuantityType |
FeedConsumption | The amount of feed the animal has consumed | No | icarFeedQuantityType |
Examples
Example 1
{
"rationId": "rationId",
"entitlement": {
"unitCode": "KGM",
"value": 0.0
},
"feedConsumption": {
"unitCode": "KGM",
"value": 0.0
}
}