Skala
Stock storage bin locations

Get stock storage bin location details

Retrieves the specific details of a single stock storage bin location using its unique identifier.

GET
/api/stock_storage_bin_locations/{id}

Retrieves the specific details of a single stock storage bin location using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

StockStorageBinLocation identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/stock_storage_bin_locations/string"
{
  "id": 0,
  "stock": "/entity/1",
  "variant": "/entity/1",
  "location": "/entity/1",
  "storageBinLocation": {
    "id": 0,
    "name": "string"
  }
}
Empty