RejectInProgressOrders
rejectInProgressOrders
Authorizations
Body
facilityIdstringRequired
updateQOHbooleanOptionalDefault:
false
rejectionReasonIdstringRequiredDefault:
INACTIVE_STORE
rejectCommentsstringOptionalDefault:
Store Rejected Inventory
Responses
401
Authentication required
403
Access Forbidden (no authz)
429
Too Many Requests (tarpit)
500
General Error
post
POST /rest/s1/poorti/rejectInProgressOrders HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 122
{
"facilityId": "text",
"updateQOH": "false",
"rejectionReasonId": "INACTIVE_STORE",
"rejectComments": "Store Rejected Inventory"
}
No content
Was this helpful?