Bus Book Response
Element |
Format |
Meaning |
Mandatory/Optional |
---|---|---|---|
UserIp |
String |
IP Address of the end user |
Yes |
Search_Token |
String |
Authenticate method give Token ID. Token Id to be echoed back in further requests. For more details of Token id please check authenticate method |
Yes |
Error |
Object |
Yes |
|
ErrorCode |
String |
Code corresponding to the Error |
Yes |
ErrorMessage |
String |
Contain error description corresponding to ErrorCode. Error Message would be blank in case ErrorCode=0 |
Yes |
Result |
Array |
Array of results |
Yes |
BusBookingStatus |
Enumeration |
Possible values can be – Confirmed, Failed, Otherfare, Pending, Tentative / Tentative = 1, Confirmed = 2, Cancelled = 3, Failed = 4, Pending = 5 |
Yes |
BusId |
Integer |
Unique Bus id generated on creation of successful booking |
Yes |
TicketNo |
String |
Unique Ticket number of the successful booking |
Yes |
TravelOperatorPNR |
String |
Unique Ticket number of the successful booking |
Yes |