Stock commitments
Get stock commitment details
Retrieves the specific details of a single stock commitment using its unique identifier.
Retrieves the specific details of a single stock commitment using its unique identifier.
AuthorizationBearer <token>
In: header
Path Parameters
id*string
StockCommitment identifier
Response Body
application/json
curl -X GET "https://api.skalasuite.com/api/stock_commitments/string"{
"id": 0,
"stockVariant": "/entity/1",
"invoice": "/entity/1",
"invoiceItem": "/entity/1",
"isActive": true,
"workOrder": "/entity/1",
"amount": "string",
"status": "string"
}Empty
