Table of Contents

icarProcessingLotType

Description

A Processing Lot ('lot' for short) describes a group or batch of animals from a single consignment that are processed together.

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

Examples

Example 1

{
  "id": "id",
  "name": "name",
  "chain": {
    "plant": {
      "establishmentIdentifiers": [
        {
          "id": "id",
          "scheme": "scheme"
        }
      ],
      "address": {
        "addressCountry": "addressCountry",
        "addressLocality": "addressLocality",
        "addressRegion": "addressRegion",
        "postOfficeBoxNumber": "postOfficeBoxNumber",
        "postalCode": "postalCode",
        "streetAddress": "streetAddress"
      },
      "parentOrganization": {
        "name": "name",
        "leiCode": "leiCode",
        "globalLocationNumber": "globalLocationNumber",
        "uri": "uri"
      },
      "membershipIdentifiers": [
        {
          "id": "id",
          "scheme": "scheme"
        }
      ],
      "name": "name",
      "leiCode": "leiCode",
      "globalLocationNumber": "globalLocationNumber",
      "uri": "uri"
    },
    "chainId": "chainId",
    "chainProcess": "AnteMortem"
  },
  "killDateTime": "2024-09-22T22:56:34.0062730+00:00",
  "startBodyNumber": 0,
  "endBodyNumber": 0,
  "lotCount": 0,
  "targetMarket": "targetMarket",
  "killType": "killType",
  "species": "Buffalo",
  "consignment": {
    "id": {
      "id": "id",
      "scheme": "scheme"
    },
    "originLocation": {
      "id": "id",
      "scheme": "scheme"
    },
    "originAddress": "originAddress",
    "originPostalAddress": {
      "addressCountry": "addressCountry",
      "addressLocality": "addressLocality",
      "addressRegion": "addressRegion",
      "postOfficeBoxNumber": "postOfficeBoxNumber",
      "postalCode": "postalCode",
      "streetAddress": "streetAddress"
    },
    "originOrganization": {
      "establishmentIdentifiers": [
        {
          "id": "id",
          "scheme": "scheme"
        }
      ],
      "address": {
        "addressCountry": "addressCountry",
        "addressLocality": "addressLocality",
        "addressRegion": "addressRegion",
        "postOfficeBoxNumber": "postOfficeBoxNumber",
        "postalCode": "postalCode",
        "streetAddress": "streetAddress"
      },
      "parentOrganization": {
        "name": "name",
        "leiCode": "leiCode",
        "globalLocationNumber": "globalLocationNumber",
        "uri": "uri"
      },
      "membershipIdentifiers": [
        {
          "id": "id",
          "scheme": "scheme"
        }
      ],
      "name": "name",
      "leiCode": "leiCode",
      "globalLocationNumber": "globalLocationNumber",
      "uri": "uri"
    },
    "destinationLocation": {
      "id": "id",
      "scheme": "scheme"
    },
    "destinationAddress": "destinationAddress",
    "destinationPostalAddress": {
      "addressCountry": "addressCountry",
      "addressLocality": "addressLocality",
      "addressRegion": "addressRegion",
      "postOfficeBoxNumber": "postOfficeBoxNumber",
      "postalCode": "postalCode",
      "streetAddress": "streetAddress"
    },
    "destinationOrganization": {
      "establishmentIdentifiers": [
        {
          "id": "id",
          "scheme": "scheme"
        }
      ],
      "address": {
        "addressCountry": "addressCountry",
        "addressLocality": "addressLocality",
        "addressRegion": "addressRegion",
        "postOfficeBoxNumber": "postOfficeBoxNumber",
        "postalCode": "postalCode",
        "streetAddress": "streetAddress"
      },
      "parentOrganization": {
        "name": "name",
        "leiCode": "leiCode",
        "globalLocationNumber": "globalLocationNumber",
        "uri": "uri"
      },
      "membershipIdentifiers": [
        {
          "id": "id",
          "scheme": "scheme"
        }
      ],
      "name": "name",
      "leiCode": "leiCode",
      "globalLocationNumber": "globalLocationNumber",
      "uri": "uri"
    },
    "loadingDateTime": "2024-09-22T22:56:34.0064306+00:00",
    "unloadingDateTime": "2024-09-22T22:56:34.0064319+00:00",
    "expectedDuration": 0.0,
    "transportOperator": "transportOperator",
    "vehicle": "vehicle",
    "transportReference": "transportReference",
    "isolationFacilityUsed": false,
    "farmAssuranceReference": {
      "id": "id",
      "scheme": "scheme"
    },
    "countConsigned": 0,
    "countReceived": 0,
    "hoursOffFeed": 0,
    "hoursOffWater": 0,
    "references": [
      {
        "id": "id",
        "scheme": "scheme"
      }
    ],
    "interestedParties": [
      {
        "interests": [
          ""
        ],
        "establishmentIdentifiers": [
          {
            "id": "id",
            "scheme": "scheme"
          }
        ],
        "address": {
          "addressCountry": "addressCountry",
          "addressLocality": "addressLocality",
          "addressRegion": "addressRegion",
          "postOfficeBoxNumber": "postOfficeBoxNumber",
          "postalCode": "postalCode",
          "streetAddress": "streetAddress"
        },
        "parentOrganization": {
          "name": "name",
          "leiCode": "leiCode",
          "globalLocationNumber": "globalLocationNumber",
          "uri": "uri"
        },
        "membershipIdentifiers": [
          {
            "id": "id",
            "scheme": "scheme"
          }
        ]
      }
    ],
    "declarations": [
      {
        "declarationId": {
          "id": "id",
          "scheme": "scheme"
        },
        "declaredValue": "declaredValue"
      }
    ]
  },
  "interestedParties": [
    {
      "interests": [
        ""
      ],
      "establishmentIdentifiers": [
        {
          "id": "id",
          "scheme": "scheme"
        }
      ],
      "address": {
        "addressCountry": "addressCountry",
        "addressLocality": "addressLocality",
        "addressRegion": "addressRegion",
        "postOfficeBoxNumber": "postOfficeBoxNumber",
        "postalCode": "postalCode",
        "streetAddress": "streetAddress"
      },
      "parentOrganization": {
        "name": "name",
        "leiCode": "leiCode",
        "globalLocationNumber": "globalLocationNumber",
        "uri": "uri"
      },
      "membershipIdentifiers": [
        {
          "id": "id",
          "scheme": "scheme"
        }
      ]
    }
  ]
}