v3
latestOpenAPI 3.1.02026-08-0797185285.8 KBPost Biochar Application
Creates a biochar application in the Isometric system
post/biochar_applications
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
{
"project_id": "prj_1CTWZQGKE1S0VAXA",
"storage_site_id": "slc_1F3PMGVC91S0SBK3",
"production_batch_id": "ptb_1GAFJ4C051S06E0Z",
"source_ids": [
"src_1EBBF4M7X1S06G1Y"
]
}Response
Successful Response
Example response
{
"id": "bse_1F1FDSGPE1S0374B",
"storage_location_id": "slc_1F3PMGVC91S0SBK3",
"production_batch_id": "ptb_1GAFJ4C051S06E0Z",
"removal_id": "rmv_1EEM6NJXX1S0EXKD",
"ghg_entry_id": "rmv_1EEM6NJXX1S0EXKD"
}