Sample Json

https://bus.srdvtest.com/v8/rest/GetSeatLayOut

Seat Layout Request JSON
                                {  
         "ClientId":"XXXX",
         "UserName":"XXXX",
         "Password":"XXXX",
         "TraceId":"XXXX",
         "ResultIndex":"1"
      }
Seat Layout Response JSON
       {  
         "Error":{  
            "ErrorCode":0,
            "ErrorMessage":""
         },
         "Result":{  
            "TraceId":"XXXX",
            "SeatLayout":{  
               "SeatLayoutDetails":{  
                  "AvailableSeats":"20",
                  "HTMLLayout":"
", "Layout":{ "NoOfColumns":0, "NoOfRows":4, "seatDetails":[ [ { "ColumnNo":"000", "Height":1, "IsLadiesSeat":false, "IsMalesSeat":false, "IsUpper":false, "RowNo":"000", "SeatFare":400, "SeatIndex":1, "SeatName":"1", "SeatStatus":true, "SeatType":1, "Width":1, "Price":{ "CurrencyCode":"INR", "BasePrice":400, "Tax":0, "OtherCharges":0, "Discount":0, "PublishedPrice":400, "PublishedPriceRoundedOff":400, "OfferedPrice":380, "OfferedPriceRoundedOff":380, "AgentCommission":20, "AgentMarkUp":0, "TDS":8, "GST":{ "CGSTAmount":0, "CGSTRate":0, "CessAmount":0, "CessRate":0, "IGSTAmount":0, "IGSTRate":18, "SGSTAmount":0, "SGSTRate":0, "TaxableAmount":0 } } }, { "ColumnNo":"001", "Height":1, "IsLadiesSeat":false, "IsMalesSeat":false, "IsUpper":false, "RowNo":"000", "SeatFare":400, "SeatIndex":2, "SeatName":"2", "SeatStatus":true, "SeatType":1, "Width":1, "Price":{ "CurrencyCode":"INR", "BasePrice":400, "Tax":0, "OtherCharges":0, "Discount":0, "PublishedPrice":400, "PublishedPriceRoundedOff":400, "OfferedPrice":380, "OfferedPriceRoundedOff":380, "AgentCommission":20, "AgentMarkUp":0, "TDS":8, "GST":{ "CGSTAmount":0, "CGSTRate":0, "CessAmount":0, "CessRate":0, "IGSTAmount":0, "IGSTRate":18, "SGSTAmount":0, "SGSTRate":0, "TaxableAmount":0 } } }, { "ColumnNo":"002", "Height":1, "IsLadiesSeat":false, "IsMalesSeat":false, "IsUpper":false, "RowNo":"000", "SeatFare":400, "SeatIndex":3, "SeatName":"3", "SeatStatus":true, "SeatType":1, "Width":1, "Price":{ "CurrencyCode":"INR", "BasePrice":400, "Tax":0, "OtherCharges":0, "Discount":0, "PublishedPrice":400, "PublishedPriceRoundedOff":400, "OfferedPrice":380, "OfferedPriceRoundedOff":380, "AgentCommission":20, "AgentMarkUp":0, "TDS":8, "GST":{ "CGSTAmount":0, "CGSTRate":0, "CessAmount":0, "CessRate":0, "IGSTAmount":0, "IGSTRate":18, "SGSTAmount":0, "SGSTRate":0, "TaxableAmount":0 } } } ] ] } } } } }