Booking Type

  • Updated

Booking Type

GET /v2/event/get/bookingType

This API returns the list of active Booking Types.


 

Sample Response

{

     "success" : true,

     "result" : [

         {
           "Id" : 1, 
           "Name" : "Primary Room" 
         } 
            ] 
}

 

Was this article helpful?

Have more questions? Submit a request