Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

NameReject
DescriptionRejection of POS Orders
TypePOST
URL/v9/orders/:order_id/reject

Long Description

Reject an order that belongs to your office and is in the pending state.

 

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
rejection_notesAdditional Notes about this rejectionstringOptional

 

Examples

RequestResponse
 
{
  "reason":"Duplicate Order",
  "reviewer_id":12345,
  "rejection_notes":"The other order is 22222"
}

 

See Orders / Show

  • No labels