Bus
| API | Description |
|---|---|
| GET Bus/GetCityList?citySearchText={citySearchText} |
No documentation available. |
| GET Bus/AvailableTrips?source={source}&destination={destination}&journeyDate={journeyDate} |
No documentation available. |
| GET Bus/GetTripDetails?tripId={tripId} |
No documentation available. |
| GET Bus/GetCancellationDetails?cancelPolicy={cancelPolicy}&fare={fare}&travels={travels}&journeydate={journeydate}&boardingTimeDate={boardingTimeDate} |
No documentation available. |
| POST Bus/SaveBusRating |
No documentation available. |
User
| API | Description |
|---|---|
| GET User/GetEmailAddressById?userId={userId} |
No documentation available. |
| GET User/GetUsersDetails?emailAddressOrPhone={emailAddressOrPhone}&deviceToken={deviceToken} |
No documentation available. |
| GET User/CheckUserExist?emailAddress={emailAddress} |
No documentation available. |
| GET User/CheckUserExistByPhone?phone={phone} |
No documentation available. |
| POST User/CheckPhoneNumberExist |
No documentation available. |
| POST User/CheckValidUser |
No documentation available. |
| POST User/Register |
No documentation available. |
| POST User/SendOTP |
No documentation available. |
| POST User/ValidateOTP |
No documentation available. |
| GET User/ChangePasswordForUser?email={email}&newPassword={newPassword} |
No documentation available. |
| POST User/UpdateUserProfile |
No documentation available. |
| POST User/GetGmailAddressFromSignedToken |
No documentation available. |
Payment
| API | Description |
|---|---|
| GET Payment/GetOrders |
No documentation available. |
| POST Payment/SaveOrder |
No documentation available. |
| POST Payment/BookBusTicket |
No documentation available. |
| POST Payment/AddMoney |
No documentation available. |
| GET Payment/GetBusOrderDetailsByOrderId?orderId={orderId} |
No documentation available. |
| GET Payment/GetBusTktPdfOrderId?orderId={orderId} |
No documentation available. |
| GET Payment/GetPromoCodeDetailsByText?code={code} |
No documentation available. |
| GET Payment/GetWalletDetailsByUserId |
No documentation available. |
| POST Payment/CancelBusTicket |
No documentation available. |
| GET Payment/GetTicketDetailsByEmailAndPNR?pnr={pnr}&email={email} |
No documentation available. |
| GET Payment/ReSendSMSByOrderId?orderId={orderId} |
No documentation available. |
| GET Payment/PaymentResponseForMobile?orderId={orderId}&orderAmount={orderAmount}&referenceId={referenceId}&paymentMode={paymentMode} |
No documentation available. |
Common
| API | Description |
|---|---|
| POST Common/SendUIExceptionMail |
No documentation available. |
Flight
| API | Description |
|---|---|
| GET Flight/GetCityList?citySearchText={citySearchText} |
No documentation available. |
| GET Flight/AvailableTrips?triptype={triptype}&departdate={departdate}&fromcitycode={fromcitycode}&tocitycode={tocitycode}&adult={adult}&child={child}&infant={infant}&cabinclass={cabinclass} |
No documentation available. |