Versions Compared

Key

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

...

Name
Description
Value Type
Required
amountThe amount you wish to returndecimalRequired
cancel_orderTransition the order state to canceled post-acceptance.booleanOptional
reviewer_idThe ID of a user belonging to the brokerageintegerRequired if cancel_order is true
reasonThe reason for the cancellation. Must be one of:

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

stringRequired if cancel_order is true
notesNotes about the cancellationstringOptional if cancel_order is true

...