Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
    '

string

Required
reviewer_idID of user belonging to brokerageintegerRequired
rejection_notesAdditional Notes about this rejectionstringOptional

...

RequestResponse
 


Code Block
languageruby
themeConfluencelanguageruby
{
  "reason":"Duplicate Order",
  "reviewer_id":12345,
  "rejection_notes":"The other order is 22222"
}


 

See Orders / Show

...