icarConsumedFeedType
Description
gives the consumed feed and the amount the animal was entitled to. Amounts are real weights
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| FeedId | The identifier for the feed consumed | Yes | icarIdentifierType |
| 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
{
"feedId": {
"id": "id",
"scheme": "scheme"
},
"entitlement": {
"unitCode": "KGM",
"value": 0.0
},
"feedConsumption": {
"unitCode": "KGM",
"value": 0.0
}
}