Orders / Cancel
Name | Cancel |
|---|---|
Description | Cancellation of POS Orders |
Type | POST |
URL | /v9/orders/:order_id/cancel |
Long Description
Should be used to propose cancellation of an accepted broker-to-broker point-of-sale order. Both buyer and seller must cancel for the order to be completed. |
Parameters
Name | Description | Value Type | Required |
|---|---|---|---|
reason | Must be one of: 'Tickets No Longer Available', | string | Required |
reviewer_id | ID of user belonging to brokerage | integer | Required |
Examples
Request | Response |
|---|---|
| |
{
"reason":"Duplicate Order",
"reviewer_id":12345
} |
See Orders / Show |