icarProcessingLotResource
Description
A processing lot describes a group or batch of animals from a single consignment that are processed together.
The icarProcessingLotResource schema inherits from icarResource.
Properties
| Name | Description | Required | Type |
|---|---|---|---|
| Id | A plant internal identifier to uniquely identify the processing lot. This should be a UUID or otherwise unique. | No | string |
| Name | A name or visual identifier allocated by the plant to the lot. | Yes | string |
| Chain | The processing plant and chain for this lot. | Yes | icarPlantChainType |
| KillDateTime | The date and time at which killing on the lot started | No | date-time |
| StartBodyNumber | Ordinal of the first body or carcass in lot counting across same plant, chain and kill date | No | Integer |
| EndBodyNumber | Ordinal of the last body or carcass in lot counting across same plant, chain and kill date | No | Integer |
| LotCount | The number of animals (bodies for a processor) processed in this lot. | No | Integer |
| TargetMarket | Represents the intended market for the stock. It is defined by the processor and may be mapped to industry grids or schedules. | No | string |
| KillType | The processor's internal classification code | No | string |
| Species | The animal species being processed in the lot | Yes | icarAnimalSpecieType |
| Consignment | Details of the inbound consignment from which animals in this lot are drawn. | No | icarConsignmentType |
| InterestedParties | Identifies the parties and their interests in the processing lot. | No | Array of icarInterestedPartyType |
| Self | Uniform resource identifier (URI) of the resource (rel=self). | No | string |
| Meta | Meta-data for the resource. Mandatory if you wish to support synchronisation. | No | icarMetaDataType |
| Location | Unique location scheme and identifier combination. | No | icarIdentifierType |
Examples
Example 1