Table of Contents

pfFertiliserProductType

Description

Defines the fertiliser product.

Properties

Name Description Required Type
Identifiers Identifiers for the product defined as a scheme and id. No Array of  identifierType
Name A user-readable name for the product. No string
Kind Defines the kind of fertiliser product, e.g. Standard, Blend, or Special Mix. No pfFertiliserKindType
Components Defines the components of the fertiliser product. For product with one component, specify as 100%. No Array of  componentProductType

Examples

Example 1

{
  "identifiers": [
    {
      "scheme": "scheme",
      "id": "id"
    }
  ],
  "name": "name",
  "kind": "Standard",
  "components": [
    {
      "mixSequence": 0.0,
      "percent": 0.0,
      "product": {
        "identifiers": [
          {
            "scheme": "scheme",
            "id": "id"
          }
        ],
        "name": "name",
        "type": "Unknown",
        "manufacturer": "manufacturer",
        "brand": "brand",
        "form": "Unknown",
        "uri": "uri",
        "crop": {
          "name": "name",
          "taxonomicName": "taxonomicName",
          "variety": "variety",
          "identifiers": [
            {
              "scheme": "scheme",
              "id": "id"
            }
          ],
          "establishmentDate": "2024-09-22T22:56:34.1025053+00:00",
          "maturityDate": "2024-09-22T22:56:34.1025067+00:00",
          "harvestDate": "2024-09-22T22:56:34.1025079+00:00"
        },
        "specificGravity": 0.0,
        "bulkDensity": {
          "units": "KGM",
          "denominatorUnits": "LTR",
          "denominator": 1
        },
        "matterState": "Unknown",
        "analysis": [
          {
            "id": {
              "scheme": "scheme",
              "id": "id"
            },
            "name": "name",
            "percent": 0.0
          }
        ],
        "activeIngredients": [
          {
            "id": {
              "scheme": "scheme",
              "id": "id"
            },
            "name": "name",
            "percent": 0.0
          }
        ],
        "withdrawals": [
          {
            "scheme": "scheme",
            "hours": 0.0
          }
        ],
        "claims": [
          {
            "scheme": "scheme",
            "id": "id"
          }
        ],
        "registrations": [
          {
            "scheme": "scheme",
            "id": "id"
          }
        ],
        "relationship": "relationship",
        "contentType": "contentType",
        "related": "related"
      },
      "quantity": null
    }
  ]
}