Reservation Row DELETE

URI

https://{DATACENTER}.brightpearlconnect.com/public-api/{ACCOUNT}
/warehouse-service/order/{ID}/reservation/product/{ORDER-ROW-ID-SET}

Refer to our documentation on URI syntax for more information on how to construct URIs.

Description

Delete the reservation against the specified order row.

Example 1

Delete the reservation against order 92 and order row 117

Request URI

/order/92/reservation/product/117

Response

{
}

Example 2

Delete the reservation against order 92 and order row 117 and 118

Request URI

/order/92/reservation/product/117-118

Response

{
}