Skala
Storage bins

Create a new storage bin

Adds a new storage bin record to the database.

POST
/api/storage_bins

Adds a new storage bin record to the database.

AuthorizationBearer <token>

In: header

Request Body

application/json

The new StorageBin resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.skalasuite.com/api/storage_bins" \  -H "Content-Type: application/json" \  -d '{}'
{
  "id": 0,
  "name": "string"
}
Empty
Empty