Skala
Stock storage bin locations

Create a new stock storage bin location

Adds a new stock storage bin location record to the database.

POST
/api/stock_storage_bin_locations

Adds a new stock storage bin location record to the database.

AuthorizationBearer <token>

In: header

Request Body

application/json

The new StockStorageBinLocation resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.skalasuite.com/api/stock_storage_bin_locations" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "stock": "/entity/1",
  "variant": "/entity/1",
  "location": "/entity/1",
  "storageBinLocation": {
    "id": 0,
    "name": "string"
  }
}
Empty
Empty