Orders / Cancel

NameCancel
DescriptionCancellation of POS Orders
TypePOST
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
reasonMust be one of:

'Tickets No Longer Available',
'Tickets Priced Incorrectly',
'Duplicate Order',
'Fraudulent Order',
'Test Order',
'Other'

stringRequired
reviewer_idID of user belonging to brokerageintegerRequired

 

Examples

RequestResponse
 
{
  "reason":"Duplicate Order",
  "reviewer_id":12345
}

 

See Orders / Show