Booking Type

  • Updated

Booking Type

 

 


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

Returns a list of booking types.


Parameter
includeInactive    Boolean

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


Response:

Returns a list of booking types satisfying the search criteria.

{
   "success": true
   "result": [
      {
         "Inactive": true,
         "Id": 100014323,
         "Name": "Dock Setdown"
      },
      {
         "Inactive": false,
         "Id": 100014322,
         "Name": "Dock Setup"
      },
      {
         "Inactive": false,
         "Id": 5550,
         "Name": "Performance"
      },
      {
         "Inactive": false,
         "Id": 1121,
         "Name": "Art Show"
      },
      {
         "Inactive": false,
         "Id": 461,
         "Name": "Event"
      },
      {
         "Inactive": false,
         "Id": 41,
         "Name": "Function"
      },
      {
         "Inactive": false,
         "Id": 401,
         "Name": "Lighting Pre-rig"
      },
      {
         "Inactive": false,
         "Id": 42,
         "Name": "Maintenance"
      },
      {
         "Inactive": false,
         "Id": 5549,
         "Name": "Instrument Delivery"
      },
      {
         "Inactive": false,
         "Id": 43,
         "Name": "Set Down"
      },
      {
         "Inactive": false,
         "Id": 44,
         "Name": "Set Up"
      }
   ]
}
       

Was this article helpful?

Have more questions? Submit a request