Stock commitments
Replace a stock commitment
Completely replaces the data of an existing stock commitment with the provided payload.
Completely replaces the data of an existing stock commitment with the provided payload.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
StockCommitment identifier
Request Body
application/json
The updated StockCommitment resource
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://api.skalasuite.com/api/stock_commitments/string" \ -H "Content-Type: application/json" \ -d '{}'{
"id": 0,
"stockVariant": "/entity/1",
"invoice": "/entity/1",
"invoiceItem": "/entity/1",
"isActive": true,
"workOrder": "/entity/1",
"amount": "string",
"status": "string"
}Empty
Empty
Empty
