Stock storage bin locations
Replace a stock storage bin location
Completely replaces the data of an existing stock storage bin location with the provided payload.
Completely replaces the data of an existing stock storage bin location with the provided payload.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
StockStorageBinLocation identifier
Request Body
application/json
The updated StockStorageBinLocation resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://api.skalasuite.com/api/stock_storage_bin_locations/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"stock": "/entity/1",
"variant": "/entity/1",
"location": "/entity/1",
"storageBinLocation": {
"id": 0,
"name": "string"
}
}Empty
Empty
Empty
