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"
}
]
}
}