Seat Layout Response
|
Element |
Format |
Meaning |
Mandatory/Optional |
|---|---|---|---|
|
UserIp |
Data Type |
Description |
Mandatory |
|
Search_Token |
String |
Authenticate method give Token ID. Token Id to be echoed back in further requests. For more details of Token id |
Yes |
|
Error |
Object |
Yes |
|
|
ErrorCode |
Integer |
Code corresponding to the Error |
Yes |
|
ErrorMessage |
String |
Contains error description corresponding to ErrorCode. Error Message would be blank in case ErrorCode=0) |
Yes |
|
AvailableSeats |
Integer |
Define seat availability possible values are True or False |
Yes |
|
SeatLayout |
Object |
Yes |
|
|
NoOfColumns |
Integer |
Yes |
|
|
NoOfRows |
Integer |
Define the seat row number in which row seat lies e.g. 1 |
Yes |
|
SeatDetails[] |
Object |
Yes |
|
|
ColumnNo |
integer |
Yes |
|
|
Height |
Integer |
Seat height |
Yes |
|
IsLadiesSeat |
Boolean |
Define Seat reserved for ladies possible values are True or False |
Yes |
|
IsMalesSeat |
Boolean |
Define Seat reserved for male. Possible values are True or False |
Yes |
|
IsUpper |
Boolean |
Yes |
|
|
RowNo |
Integer |
Define the seat row number in which row seat lies e.g. 1 |
Yes |
|
SeatFare |
Integer |
Yes |
|
|
SeatIndex |
Integer |
Yes |
|
|
SeatName |
String |
Valid seat name (e.g. 9) |
Yes |
|
SeatStatus |
Boolean |
Define Seat is Available or not possible values are True or False |
Yes |
|
SeatType |
Enumeration |
Define the type of seat possible value can be seat = 1, sleeper = 2, seatCumSleeper = 3, UpperBerth = 4,LowerBerth = 5 |
Yes |
|
Width |
Integer |
Possible Values are 1 or 2 |
Yes |
|
Price |
Integer |
Yes |
|
|
CurrencyCode |
String |
Currency in which minimum bus price is returned |
Yes |
|
BasePrice |
Decimal |
Base price of bus |
Yes |
|
Tax |
Decimal |
Tax applicable on bus price |
Yes |
|
OtherCharges |
Decimal |
Other charges applicable on bus price |
Yes |
|
Discount |
Decimal |
Discount applicable on bus price |
Yes |
|
PublishedPrice |
Decimal |
This price would be different only if Bus Price is on PUBLISHED. In case of NET, Published Price would be same as Offered Price) |
Yes |
|
PublishedPriceRoundedOff |
Decimal |
This price is for display purpose onl |
Yes |
|
OfferedPrice |
Decimal |
Offered Price of the Bus |
Yes |
|
OfferedPriceRoundedOff |
Decimal |
Offered Price (rounded off) of the Bus |
Yes |
|
AgentCommission |
Decimal |
TBO will part this amount if bus price is on Published |
Yes |
|
AgentMarkUp |
Decimal |
Agent will earn this amount if Bus markup is set from backend |
Yes |
|
TDS |
Decimal |
TDS applicable on Commission Earned. This would be deducted only when commission is parted to the agent |
Yes |
|
GST |
Object |
Define the CGST and IGST rate and amount applicable on the bus price |
Yes |
|
CGSTAmount |
Decimal |
CGST amount |
Yes |
|
CGSTRate |
Decimal |
Rate of CGST |
Yes |
|
CessAmount |
Decimal |
Cess amount |
Yes |
|
CessRate |
Decimal |
Percentage Rate of cess |
Yes |
|
IGSTAmount |
Decimal |
IGST amount |
Yes |
|
IGSTRate |
Decimal |
Percentage Rate of IGST |
Yes |
|
SGSTAmount |
Decimal |
SGST S amount |
Yes |
|
SGSTRate |
Decimal |
Percentage Rate of SGST |
Yes |
|
TaxableAmount |
Decimal |
Total taxable amount |
Yes |