Skala
Stock storage bin locations

Update a stock storage bin location

Partially updates specific fields of an existing stock storage bin location without affecting the rest of the data.

PATCH
/api/stock_storage_bin_locations/{id}

Partially updates specific fields of an existing stock storage bin location without affecting the rest of the data.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

StockStorageBinLocation identifier

Request Body

application/merge-patch+json

The updated StockStorageBinLocation resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

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