Safety stock endpoints
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
sizenumber · min: 1 · max: 100OptionalDefault:
25startAfterIdstringOptional
tenantArticleIdstringOptional
facilityRefstringOptional
Responses
200
Available Safety Stocks
application/json
SafetyStocksPaginatedResult
totalnumberRequired
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this
application/json
get
/api/safetystocksAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
SafetyStockBulkOperations
Responses
207
Result of the bulk operations
application/json
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this
application/json
put
/api/safetystocksAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
safetyStockIdstringRequired
Responses
200
Result of the bulk operations
No content
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this
application/json
404
The requested entity was not found
application/json
delete
/api/safetystocks/{safetyStockId}No content
Last updated

