Order Acceptance API
publicly-accessible
Reject order
Call when an order has been rejected. An order can only be rejected if it hasn't previously been accepted, rejected, cancelled or ignored
put/orders/{orderId}/reject
Path parameters
orderIdstring required
Request body
Example request
{
"Message": "Kitchen overloaded"
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.