Order Acceptance API
publicly-accessible
Accept order
Call when an order has been accepted. An order can only be accepted if it hasn't previously been accepted, rejected, cancelled or ignored
put/orders/{orderId}/accept
Path parameters
orderIdstring required
Request body
Example request
{
"TimeAcceptedFor": "2018-03-10T14:45:28Z"
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.