v3

latestOpenAPI 3.1.02026-08-0797185285.8 KB

Post Feedstock Batch

Creates a feedstock batch in the Isometric system

post/feedstock_batches

Headers

x-client-secretstring required

A secret token identifying the client connecting to the API

Example:Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP

A secret token identifying the client connecting to the API

Request body

feedstock_type_idstring required

The kind of feedstock used to create this feedstock batch

supplier_reference_idstring required

A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.

display_namestring required

The display name for this feedstock batch

delivery_datestring date required

The date the feedstock batch was delivered to a field / to a site etc

Example request

{
  "feedstock_type_id": "ftt_1D7KZ1P761S0G7BN"
}

Response

Successful Response

idstring required
feedstock_type_idstring required
supplier_reference_idstring nullable required

A string that must be unique for all resources created by a specific supplier. It can be used by a client to identify the correct objects in their system.

display_namestring required
delivery_datestring date required
created_atstring date-time required

Example response

{
  "id": "ftb_1DYYDB3C91S0ZHPX",
  "feedstock_type_id": "ftt_1D7KZ1P761S0G7BN"
}