Table of Contents

icarConsignmentDeclarationType

Description

A Consignment Declaration provides a claim or declaration, usually by the source of animals, regarding the assurance or other status of animals in the consignment.

Properties

Name Description Required Type
DeclarationId Identifies the specific declaration being made using a scheme and an id. No icarDeclarationIdentifierType
DeclaredValue The value of the declaration. No string

Examples

Example 1

{
  "declarationId": {
    "id": "id",
    "scheme": "scheme"
  },
  "declaredValue": "declaredValue"
}