ZuelPay
  1. Bus Booking API
  • API DOCUMENTS
  • Auth
  • Account
    • balance
      POST
  • Verification API
    • pan
      POST
    • voter
      POST
    • aadhar-genrate-otp
      POST
    • aadhar-verify
      POST
    • upi
      POST
    • bank
      POST
    • licesnce
      POST
    • passport
      POST
    • GSTIN LookUp
      POST
    • FASTAG
      POST
  • Recharge API
    • operators
      GET
    • payment
      POST
  • UPI PAYMENT API
    • payment
      POST
  • Operator Lookup API
    • operator_lookup
      POST
  • Mobile Tariff Plans
    • mobile_recharge_plans
      POST
  • Utility Bill Pay API
    • Get Category
    • Biller Lists
    • Biller Fetch
    • Biller Payment
  • Gift Card/ Brand Voucher API
    • Get Category
    • Brand Lists
    • Buy Giftcard Voucher
  • webhook/callback
    • webhook
  • Recharge Validation API
    • validation
  • PAYOUT API
    • payment
  • Flight Booking API
    • cityList
    • flightList
    • flightRePrice
    • flightBook
  • Bus Booking API
    • cityList
      GET
    • searchBus
      GET
    • seatLayout
      POST
    • blockSeat
      POST
    • bookSeat
      GET
    • cancelTicket
      POST
  1. Bus Booking API

seatLayout

POST
/travel/bus/seatLayout
S.NoAttributeDescriptionsRequired
1sourceCitysourceCity Nametrue
2destinationCitydestinationCity Nametrue
3dojdate of jouerney yyyy-MM-ddtrue
4inventoryTypeinventoryType from search response for particular operatortrue
5routeScheduleIdrouteScheduleId from search response for particular operatortrue
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/travel/bus/seatLayout' \
--header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
--header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
--header 'Content-Type: application/json' \
--data-raw '{
    "sourceCity": "Hyderabad",
    "destinationCity": "Chennai",
    "doj": "2020-09-21",
    "inventoryType": "0",
    "routeScheduleId": "23214"
}'
Response Response Example
{
    "apiStatus": {
        "message": "SUCCESS",
        "success": true
    },
    "inventoryType": 0,
    "boardingPoints": null,
    "droppingPoints": null,
    "seats": [
        {
            "id": "3L",
            "row": 0,
            "column": 0,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": false,
            "ladiesSeat": false,
            "bookedBy": "M",
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "6L",
            "row": 0,
            "column": 2,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "9L",
            "row": 0,
            "column": 4,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "12L",
            "row": 0,
            "column": 6,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "15L",
            "row": 0,
            "column": 8,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "18L",
            "row": 0,
            "column": 10,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "2L",
            "row": 1,
            "column": 0,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "5L",
            "row": 1,
            "column": 2,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "8L",
            "row": 1,
            "column": 4,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "11L",
            "row": 1,
            "column": 6,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "14L",
            "row": 1,
            "column": 8,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "17L",
            "row": 1,
            "column": 10,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "1L",
            "row": 3,
            "column": 0,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "4L",
            "row": 3,
            "column": 2,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "7L",
            "row": 3,
            "column": 4,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "10L",
            "row": 3,
            "column": 6,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "13L",
            "row": 3,
            "column": 8,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "16L",
            "row": 3,
            "column": 10,
            "zIndex": 0,
            "length": 1,
            "width": 1,
            "fare": 1280,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1344,
            "serviceTaxAmount": 64,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "3U",
            "row": 0,
            "column": 0,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "6U",
            "row": 0,
            "column": 2,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "9U",
            "row": 0,
            "column": 4,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "12U",
            "row": 0,
            "column": 6,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "15U",
            "row": 0,
            "column": 8,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "18U",
            "row": 0,
            "column": 10,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "2U",
            "row": 1,
            "column": 0,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "5U",
            "row": 1,
            "column": 2,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "8U",
            "row": 1,
            "column": 4,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "11U",
            "row": 1,
            "column": 6,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "14U",
            "row": 1,
            "column": 8,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "17U",
            "row": 1,
            "column": 10,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "1U",
            "row": 3,
            "column": 0,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "4U",
            "row": 3,
            "column": 2,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "7U",
            "row": 3,
            "column": 4,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "10U",
            "row": 3,
            "column": 6,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "13U",
            "row": 3,
            "column": 8,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        },
        {
            "id": "16U",
            "row": 3,
            "column": 10,
            "zIndex": 1,
            "length": 2,
            "width": 1,
            "fare": 1216,
            "commission": null,
            "available": true,
            "ladiesSeat": false,
            "bookedBy": null,
            "ac": false,
            "sleeper": false,
            "totalFareWithTaxes": 1276.8,
            "serviceTaxAmount": 60.8,
            "serviceTaxPer": 4.94,
            "childFare": 0,
            "operatorServiceChargeAbsolute": 0,
            "operatorServiceChargePercent": 0,
            "reservedForSocialDistancing": false
        }
    ],
    "serviceTaxApplicable": true,
    "etsServiceChargePer": 0,
    "api_mode": "TEST"
}

Request

Header Params
Token
string 
required
Example:
ZKEYza2COHK0QVkcVkwUb6WeIgWiS
checkSum
string 
required
Example:
739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae
Body Params application/json
sourceCity
string 
required
destinationCity
string 
required
doj
string 
required
inventoryType
string 
required
routeScheduleId
string 
required
Examples

Responses

🟢200success
application/json
Body
apiStatus
object 
required
message
string 
required
success
boolean 
required
inventoryType
integer 
required
boardingPoints
null 
required
droppingPoints
null 
required
seats
array [object {20}] 
required
id
string 
required
row
integer 
required
column
integer 
required
zIndex
integer 
required
length
integer 
required
width
integer 
required
fare
integer 
required
commission
null 
required
available
boolean 
required
ladiesSeat
boolean 
required
bookedBy
string  | null 
required
ac
boolean 
required
sleeper
boolean 
required
totalFareWithTaxes
integer  | number 
required
serviceTaxAmount
integer  | number 
required
serviceTaxPer
number 
required
childFare
integer 
required
operatorServiceChargeAbsolute
integer 
required
operatorServiceChargePercent
integer 
required
reservedForSocialDistancing
boolean 
required
serviceTaxApplicable
boolean 
required
etsServiceChargePer
integer 
required
api_mode
string 
required
Previous
searchBus
Next
blockSeat
Built with