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": "2025-09-23T03:56:26.8216575+00:00",
          "maturityDate": "2025-09-23T03:56:26.8216583+00:00",
          "harvestDate": "2025-09-23T03:56:26.8216591+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
    }
  ]
}