RejectInProgressOrders

rejectInProgressOrders

reject InProgressOrders

post
Authorizations
Body
facilityIdstringRequired
updateQOHbooleanOptionalDefault: false
rejectionReasonIdstringRequiredDefault: INACTIVE_STORE
rejectCommentsstringOptionalDefault: Store Rejected Inventory
Responses
401
Authentication required
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?