Bus Seat Layout

This method give the seat details of the user selected bus. Client need to pass the ResultIndex in the requsest and in response, he gets the complete seat details of requested bus like how many seats are available, how many seats are reserver for ladies and price details.

Parameters

Name

Description

Accept

string

( header )

Must be application/json

Accept - Encoding

string

( header )

Must be gzip

Authorization

string

( header )

Must be Your PID

Must be Your API Key

Customer-Ip

string

( header )

Must be IP address of the customer, as captured by your integration. Send IPV4 addresses only.

Ensure your integration passes the customer’s IP, not your own. This value helps determine their location and other settings.

Also used for fraud recovery and other important analytics.

action

string

( query )

Must be "getBusSeatLayOut" as parameter

Action methods in Web API controller can have one or more parameters of different types. It can be either primitive type or complex type. Web API binds action method parameters either with URL's query string or with request body depending on the parameter type.

apiKey

string

( query )

Must be a valid API Key

The API Key provided to you is critical to the security of your request data – treat it like a password. Never include the raw value in any publicly accessible site or app code. You will be provided with an API key when you are approved to integrate TPS API.

mode

string

( query )

Must be either "Test" or "LIVE"

Your application must be approved from Adivaha Personnel. All the transactions will be treated as LIVE once the parameter is set to LIVE.

requestBody

array

( query )

Must be an array with the following parameters

ResultIndex

string

( query )

ResultIndex

TraceId

string

( query )

Unique identifier for identify every unique search

REQUEST

API Endpoint: https://abengines.com/api/v1/travel-api/bus.php

header: array(
'Content-Type:application/json',
'Accept-encoding: gzip',
'PID:'ADD-YOUR-KEY',
'x-api-key:'ADD-YOUR-KEY'
);

POST:
{
  "action": "getBusSeatLayOut",
  "mode": "Test",
  "ResultIndex": "1",
  "TraceId": "bac4418f-5641-4256-ab47-5c262cfe5bb9"
}
					 

Response

The API returns an HTTP response, which generally includes the result of the request invocation

{
  "status": "200",
  "status_message": "OK",
  "responseData": {
    "GetBusSeatLayOutResult": {
      "ResponseStatus": 1,
      "Error": {
        "ErrorCode": 0,
        "ErrorMessage": ""
      },
      "TraceId": "bac4418f-5641-4256-ab47-5c262cfe5bb9",
      "SeatLayoutDetails": {
        "AvailableSeats": "28",
        "HTMLLayout": "
", "SeatLayout": { "NoOfColumns": 1, "NoOfRows": 4, "SeatDetails": [ [ { "ColumnNo": "000", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "000", "SeatFare": 8.45, "SeatIndex": 1, "SeatName": "1", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "002", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "000", "SeatFare": 10.56, "SeatIndex": 2, "SeatName": "2", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "004", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "000", "SeatFare": 10.56, "SeatIndex": 3, "SeatName": "3", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "006", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "000", "SeatFare": 10.56, "SeatIndex": 4, "SeatName": "4", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "008", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "000", "SeatFare": 10.56, "SeatIndex": 5, "SeatName": "5", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "010", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "000", "SeatFare": 10.56, "SeatIndex": 6, "SeatName": "6", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "012", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "000", "SeatFare": 10.56, "SeatIndex": 7, "SeatName": "7", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } } ], [ { "ColumnNo": "000", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "002", "SeatFare": 8.45, "SeatIndex": 8, "SeatName": "8", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "002", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "002", "SeatFare": 10.56, "SeatIndex": 16, "SeatName": "9", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "004", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "002", "SeatFare": 10.56, "SeatIndex": 17, "SeatName": "10", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "006", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "002", "SeatFare": 10.56, "SeatIndex": 18, "SeatName": "11", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "008", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "002", "SeatFare": 10.56, "SeatIndex": 19, "SeatName": "12", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "010", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "002", "SeatFare": 10.56, "SeatIndex": 20, "SeatName": "13", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "012", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": false, "RowNo": "002", "SeatFare": 10.56, "SeatIndex": 21, "SeatName": "14", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 10.56, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 10.56, "PublishedPriceRoundedOff": 11, "OfferedPrice": 10.03, "OfferedPriceRoundedOff": 10, "AgentCommission": 0.53, "AgentMarkUp": 0, "TDS": 0.21, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } } ], [ { "ColumnNo": "000", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "000", "SeatFare": 8.45, "SeatIndex": 9, "SeatName": "a", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "002", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "000", "SeatFare": 8.45, "SeatIndex": 10, "SeatName": "b", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "004", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "000", "SeatFare": 8.45, "SeatIndex": 11, "SeatName": "c", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "006", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "000", "SeatFare": 8.45, "SeatIndex": 12, "SeatName": "d", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "008", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "000", "SeatFare": 8.45, "SeatIndex": 13, "SeatName": "e", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "010", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "000", "SeatFare": 8.45, "SeatIndex": 14, "SeatName": "f", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "012", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "000", "SeatFare": 8.45, "SeatIndex": 15, "SeatName": "g", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } } ], [ { "ColumnNo": "000", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "002", "SeatFare": 8.45, "SeatIndex": 22, "SeatName": "h", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "002", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "002", "SeatFare": 8.45, "SeatIndex": 23, "SeatName": "i", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "004", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "002", "SeatFare": 8.45, "SeatIndex": 24, "SeatName": "j", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "006", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "002", "SeatFare": 8.45, "SeatIndex": 25, "SeatName": "k", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "008", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "002", "SeatFare": 8.45, "SeatIndex": 26, "SeatName": "l", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "010", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "002", "SeatFare": 8.45, "SeatIndex": 27, "SeatName": "m", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } }, { "ColumnNo": "012", "Height": 2, "IsLadiesSeat": false, "IsMalesSeat": false, "IsUpper": true, "RowNo": "002", "SeatFare": 8.45, "SeatIndex": 28, "SeatName": "n", "SeatStatus": true, "SeatType": 2, "Width": 1, "Price": { "CurrencyCode": "INR", "BasePrice": 8.45, "Tax": 0, "OtherCharges": 0, "Discount": 0, "PublishedPrice": 8.45, "PublishedPriceRoundedOff": 8, "OfferedPrice": 8.03, "OfferedPriceRoundedOff": 8, "AgentCommission": 0.42, "AgentMarkUp": 0, "TDS": 0.17, "GST": { "CGSTAmount": 0, "CGSTRate": 0, "CessAmount": 0, "CessRate": 10, "IGSTAmount": 0, "IGSTRate": 18, "SGSTAmount": 0, "SGSTRate": 0, "TaxableAmount": 0 } } } ] ] } } } } }