Bus Seat Booking

Bus Seat Booking

GET https://traveloapi.com/yourapi/bus/seat_booking

Path Parameters

NameTypeDescription

gatkey

string

gatkey (provided by Traveloapi)

blockTicketKey

string

blockTicketKey from seat block response

{

  "opPNR": "TRVLABRS978477",

  "cancellationPolicy": "[{\"cutoffTime\":\"1\",\"refundInPercentage\":\"10\"},{\"cutoffTime\":\"2\",

  \"refundInPercentage\":\"50\"},{\"cutoffTime\":\"4\",\"refundInPercentage\":\"90\"}]",

  "etstnumber": "TRVETS611B0PT12668", 

  "commPCT": 9,

  "totalFare": 790,

  "inventoryType": 0,

  "apiStatus": {

    "success": true,

    "message": "SUCCESS"

  }

}

Last updated