OpenAPI 3.1.02026-08-0797185285.8 KB
9819e9c8ccf0
Post Production Batch
Creates a production batch in the Isometric system
post/production_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
Example request
{
"facility_id": "fcl_1G8QT5ZAB1S0XSDW",
"feedstock_type_ids": [
"ftt_1D7KZ1P761S0G7BN"
]
}Response
Successful Response
Example response
{
"id": "ptb_1GAFJ4C051S06E0Z",
"facility_id": "fcl_1G8QT5ZAB1S0XSDW",
"feedstock_type_ids": [
"ftt_1D7KZ1P761S0G7BN"
]
}