GetServiceSeatingLayout

Method : POST
URL : https:// {{api_base_url}}/bus/ seatMap?
Header : Authorization:Bearer {{api_token}}

Response

Response Parameters TYPE REQUIRED Description
operator_Id int Y Enter Operator Id on the respose of GetAvailableServices
service_Id String Y Enter Service Id on the respose of GetAvailableServices
sourceStation_Id int Y Enter Source Station Id on the respose of GetStations
partnerreqid Alphanumeric dth135
destinationStation_Id int Y Enter Destination Station Id on the respose of GetStations
journeyDate YYYY-MM-DD Y Enter Journey Date
layoutId int Y Enter layout Id on the respose of GetAvailableServices
seatFare int Y Enter Seat Fare on the respose of GetAvailableServices

Request Data


                              {
                                "customer_id":"1224454106",
                                "operator_code":1,
                                "amount":"10",
                                "partner_request_id":"dth135",
                                "dest":"online",
                                "user_var1":"",
                                "user_var2":"",
                                "user_var3":"" ,
                              }
                            

Response Data


                              {
                                "error":0,
                                "msg":"success",
                                "status":1,
                                "orderid":"415e217b-8fb2-4c6e-a003-09e445079f12",
                                "optransid":"123456789",
                                "partner_request_id":"dth135",
                                 "commission":0,
                                "user_var1":"",
                                "user_var2":"",
                                "user_var3":""
                              }