POST
/
storage_units
curl --request POST \
  --url https://api.sandbox.isometric.com/mrv/v0/storage_units \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-client-secret: <x-client-secret>' \
  --data '{
  "description": "<string>",
  "latitude": 0,
  "longitude": 0,
  "name": "<string>",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "supplier_reference_id": "<string>"
}'
{
  "description": "<string>",
  "id": "sgu_1E844FWM71S0E0TM",
  "latitude": 123,
  "longitude": 123,
  "name": "<string>",
  "storage_location_id": "slc_1F3PMGVC91S0SBK3",
  "supplier_id": "spl_1CC712KFS1S0YKPS",
  "supplier_reference_id": "<string>"
}

This endpoint is in beta and requires opting-in.

Please contact support if you’re interested in using this endpoint.

Authorizations

Authorization
string
header
required

A JWT Bearer token header for authentication and authorization, in the format Authorization: Bearer <token>

Headers

x-client-secret
string
required

A secret token identifying the client connecting to the API

Examples:

"Syou3EZiO5vuMEgNyBeA8cjEMYOnQDwP"

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.