| Name | Description |
|---|---|
| getAvailableSlots | SDK for Canceling an existing reservation. |
| input properties | |
| requestdata: object | The input data as json, ex: {email: "abc" , confNumber: "abcd"} |
| callback: function | Callback function to be called when Reservation is cancelled. |
| output properties | |
| callback: function | Callback function is returned with Error and Data( Ex: callback(error, responsedata) ) |
| error: Error | Error object with error details( For success: it is null ) |
| responsedata: object | Data object in JSON format with Available Slots details( Ex: {"result": {"email": "Test13@mail.com", "slotId": "342d4d30-08d1-11e6-ae0c-d13738317950", "status": "CANCELLED", "lastname": "Test", "firstname": "Test", "groupSize": 5, "slotTitle": "04/18/2016 8:30PM - 8:45PM", "confNumber": "51641150-08EE-11E6-A892-6972B3359DE9"}}]. |