RejectOrderItems
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
POST /rest/s1/poorti/rejectOrderItems HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 268
{
"orderId": "text",
"rejectToFacilityId": "text",
"items": [
{
"orderItemSeqId": "text",
"quantity": "1",
"updateQOH": "text",
"maySplit": "N",
"cascadeRejectByProduct": "N",
"comments": "text",
"excludeOrderFacilityDuration": "text",
"rejectionReasonId": "text",
"kitComponents": [
"text"
]
}
]
}{
"cancelledReservations": [
"text"
]
}