Rebook

Post /v1/b2b/rebook/orders

Body

A Rebook Input JSON Object.

Response

A Rebook Response JSON Object.

 

JSON Objects

Rebook Input JSON Object

Field
Description
Notes
orderIdThe id of the order being rebooked. 
incidentReasonCodeThe reason that the rebook is happening. One of (Payment, Cancelled Event, Rebook Event, Miscellaneous). 
notesAny notes about the rebooking. 
noEmailboolean value, false if you don't want to email the customer about the rebooking. Default is true. 
rebookItemsList of items being rebooked. 
rebookItems[x].orderItemIdThe id of the item being rebooked. 
rebookItems[x].itemTypeThe type of item being rebooked, one of (Event, Inventory, Combo, ComboInventory) 
rebookItems[x].itemTypeIdThe id of the item being rebooked. 
rebookItems[x].itemTypeNameThe name of the item being rebooked. 
rebookItems[x].rebookQuantityThe number of items being rebooked. 
rebookItems[x].incidentReasonCodeThe reason that the rebook is happening for this item. One of (Payment, Cancelled Event, Rebook Event, Miscellaneous). 
rebookItems[x].rebookToEventIdThe id of the event you are moving these tickets to. 


Rebook Response JSON Object

Field
Description
Notes
incidentNumberA unique string to identify this rebooking. 
orderA complete Order JSON object.See Orders for details