Booking Information
#
MethodThis method return specific node/event information about a booking by the passing the node id as a parameter
- Kotlin
- Java
- Swift
- JS
suspend fun getLegs(legsID: String): Any
public Object getLegs(String legsID)
func getLegs(legsID: String, completionHandler: @escaping (Any?, Error?) -> Void)
async function getLegs(legsID)