Post Storage Location
Creates a storage location for a project in the Isometric system.
Path parameters
Headers
A secret token identifying the client connecting to the API
A secret token identifying the client connecting to the API
Request body
Example request
{
"project_id": "prj_1CTWZQGKE1S0VAXA",
"latitude": 51.5072,
"longitude": -0.1276
}Response
Successful Response
Example response
{
"id": "slc_1F3PMGVC91S0SBK3",
"latitude": 51.5072,
"longitude": -0.1276,
"project_id": "prj_1CTWZQGKE1S0VAXA",
"supplier_id": "spl_1CC712KFS1S0YKPS"
}Changes
Changed in 2 of the 8 revisions of this API.123
- ●
added the new
depleted_hydrocarbon_reservoirenum value to thestorage_methodresponse property for the response status200response-property-enum-value-added
- ○
added the new
depleted_hydrocarbon_reservoirenum value to the request propertystorage_method/anyOf[subschema #1: StorageMethod]/request-property-enum-value-added
- ●
- ▲
removed the enum value
biomass_injection_wellof the request propertystorage_method/anyOf[subschema #1: StorageMethod]/request-property-enum-value-removed
- ●
added the new
permeable_reservoirenum value to thestorage_methodresponse property for the response status200response-property-enum-value-added
- ○
added the new
permeable_reservoirenum value to the request propertystorage_method/anyOf[subschema #1: StorageMethod]/request-property-enum-value-added
- ○
removed the
biomass_injection_wellenum value from thestorage_methodresponse property for the response status200response-property-enum-value-removed
- ▲