Booking Status

  • Updated

Booking Status


GET v2/event/get/status?includeInactive=true

Returns a list of booking status.


Parameter
includeInactive    Boolean

true if you would like to include inactive results as well, false otherwise.


Response:

Returns a list of booking status satisfying the search criteria.

 {
   "success": true,
   "result": [
      {
         "Type": "Reserved",
         "Position": 1,
         "TextColour": "#333333",
         "Inactive": false,
         "Id": 100015257,
         "Name": "Confirmed",
         "Colour": "#ffff00"
      },
      {
         "Type": "Reserved",
         "Position": 2,
         "TextColour": "#333333",
         "Inactive": false,
         "Id": 100015256,
         "Name": "Completed",
         "Colour": "#0000ff"
      },
      {
         "Type": "Queued",
         "Position": 3,
         "TextColour": "#000000",
         "Inactive": false,
         "Id": 100015255,
         "Name": "Pending Confirmation",
         "Colour": "#cc3300"
      },
      {
         "Type": "Reserved",
         "Position": 4,
         "TextColour": "#cccccc",
         "Inactive": false,
         "Id": 100015254,
         "Name": "Done",
         "Colour": "#00ff00"
      },
      {
         "Type": "Released",
         "Position": 6,
         "TextColour": "#000000",
         "Inactive": false,
         "Id": 100015252,
         "Name": "Released",
         "Colour": "#666666"
      }
   ]
}
       

Was this article helpful?

Have more questions? Submit a request