Sample Json

https://flight.srdvtest.com/v8/rest/SSR

SSR Request JSON
                 {  
                    "EndUserIp":"1.1.1.1",
                    "ClientId":"XXXX",
                    "UserName":"XXXX",
                    "Password":"XXXX",
                    "SrdvType":"XXXX",
                    "TraceId":"XXXX",
                    "SrdvIndex":"XXXX",
                    "ResultIndex":"XXXX"
                }   
                
SSR Response JSON
                    {
                        "Error": {
                            "ErrorCode": "0",
                            "ErrorMessage": ""
                        },
                        "TraceId": 202846,
                        "SrdvType": "MixAPI",
                        "SrdvIndex": "2",
                        "ResultIndex": "5-5331931384_1BOMFJR6E1501~14494065470542142",
                        "Baggage": [
                            [
                                {
                                    "AirlineCode": "6E",
                                    "FlightNumber": "1501",
                                    "WayType": 1,
                                    "Code": "XBPESeKey48",
                                    "Description": "Excess Baggage - 3 Kg",
                                    "Weight": "Excess Baggage - 3 Kg",
                                    "Currency": "INR",
                                    "Price": 3000,
                                    "Origin": "BOM",
                                    "Destination": "FJR"
                                },
                                {
                                    "AirlineCode": "6E",
                                    "FlightNumber": "1501",
                                    "WayType": 1,
                                    "Code": "XBPASeKey48",
                                    "Description": "Excess Baggage - 5 Kg",
                                    "Weight": "Excess Baggage - 5 Kg",
                                    "Currency": "INR",
                                    "Price": 5000,
                                    "Origin": "BOM",
                                    "Destination": "FJR"
                                },
                                {
                                    "AirlineCode": "6E",
                                    "FlightNumber": "1501",
                                    "WayType": 1,
                                    "Code": "XBPBSeKey48",
                                    "Description": "Excess Baggage - 10 Kg",
                                    "Weight": "Excess Baggage - 10 Kg",
                                    "Currency": "INR",
                                    "Price": 10000,
                                    "Origin": "BOM",
                                    "Destination": "FJR"
                                },
                                {
                                    "AirlineCode": "6E",
                                    "FlightNumber": "1501",
                                    "WayType": 1,
                                    "Code": "XBPCSeKey48",
                                    "Description": "Excess Baggage - 15 Kg",
                                    "Weight": "Excess Baggage - 15 Kg",
                                    "Currency": "INR",
                                    "Price": 15000,
                                    "Origin": "BOM",
                                    "Destination": "FJR"
                                },
                                {
                                    "AirlineCode": "6E",
                                    "FlightNumber": "1501",
                                    "WayType": 1,
                                    "Code": "XBPDSeKey48",
                                    "Description": "Excess Baggage - 30 Kg",
                                    "Weight": "Excess Baggage - 30 Kg",
                                    "Currency": "INR",
                                    "Price": 30000,
                                    "Origin": "BOM",
                                    "Destination": "FJR"
                                }
                            ]
                        ],
                        "MealDynamic": [
                            [
                                {
                                    "AirlineCode": "6E",
                                    "FlightNumber": "1501",
                                    "WayType": 1,
                                    "Code": "TCSWSeKey48",
                                    "Description": "Tomato Cucumber Cheese Lettuce Sandwich Combo",
                                    "AirlineDescription": "Tomato Cucumber Cheese Lettuce Sandwich Combo",
                                    "Quantity": "Tomato Cucumber Cheese Lettuce Sandwich Combo",
                                    "Currency": "INR",
                                    "Price": 400,
                                    "Origin": "BOM",
                                    "Destination": "FJR"
                                },
                                {
                                    "AirlineCode": "6E",
                                    "FlightNumber": "1501",
                                    "WayType": 1,
                                    "Code": "PTSWSeKey48",
                                    "Description": "Paneer Tikka Sandwich Combo",
                                    "AirlineDescription": "Paneer Tikka Sandwich Combo",
                                    "Quantity": "Paneer Tikka Sandwich Combo",
                                    "Currency": "INR",
                                    "Price": 500,
                                    "Origin": "BOM",
                                    "Destination": "FJR"
                                }
                            ]
                        ],
                        "Meal": []
                    }