Set Up/Set Down

  • Updated

Set Up/ Set Down 

GET /v2/event/get/setUpSetDown

This API returns the list of active Set Up & Set Down types which are required in the Block Venues API


 

Sample Response

{   
      "success" : true,
 
     "result" : [

         {

          "IsSetup" : true,
          "Id" : 1,
          "Name" : "Set Up",
          "BookingType" : {

                "Id" : 3, 
               "Name" : "Set Up"

          }

         }, 
         {

         "IsSetup" : false,
         "Id" : 2,
         "Name" : "Set Down",
         "BookingType" : {

               "Id" : 4, 
               "Name" : "Set Down"
          }

          }
     ]
}

 
}

Response:
{ 
     "success" : true,

     "result" : [

         {
          "OrganisationId": 67,
          "Name": "ACME International", 
          "Type" : "Corporate", 
          "BusinessPhone": "2126021000", 
          "Website": "www.acme.com" 
         }, 
         { 
          "OrganisationId": 37,

          "Name": "ACME Limited", 
          "Type" : "Corporate", 
          "BusinessPhone": "0295877412", 
          "Website": "www.acme.com" 
         } 
     ] 
}

}
 

Was this article helpful?

Have more questions? Submit a request