v3
latestOpenAPI 3.1.02026-08-0797185285.8 KBPost Storage Location
Creates a storage location for a project in the Isometric system.
post/projects/{project_id}/storage_locations
Path parameters
project_idstring required
Example:prj_1CTWZQGKE1S0VAXA
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",
"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"
}