Developer
    Bus Booking API
    • Account
    • Verification API
    • Recharge API
    • PAYOUT API
    • Operator Lookup API
    • Mobile Tariff Plans
    • Utility Bill Pay API
    • Gift Card/ Brand Voucher API
    • webhook/callback
    • Recharge Validation API
    • Flight Booking API
    • Bus Booking API
    • Credit Card Bill API
    • CREDIT CARD TO BANK API
    • Virtual Account
    • UPI COLLECTION
    • UPI INTENT LINK
    • Traffic E-Challan
    • Digital Gold API
    • Credit Score | CIBIL Score API
    • cityList
      GET
    • searchBus
      GET
    • seatLayout
      POST
    • blockSeat
      POST
    • bookSeat
      GET
    • cancelTicket
      POST

      seatLayout

      POST
      https://api.wepego.com/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

      Header Params

      Body Params application/json

      Examples

      Responses

      ⚪0
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location 'https://api.wepego.com/travel/bus/seatLayout' \
      --header 'Token: ZKEYza2COHK0QVkcVkwUb6WeIgWiS' \
      --header 'checkSum: 739f448d1cc4f5bbbd048e68ba2b8885b0f8414ed4090ad967df7d15d7cdbbae' \
      --header 'Content-Type: application/json' \
      --data '{
          "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"
      }
      Modified at 2026-08-29 13:16:25
      Previous
      searchBus
      Next
      blockSeat
      Built with