Sample Json

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

Get Cancellation Charges Request JSON
                  {
                  "TraceId": "123456",
                  "RequestType": "2",
                  "ClientId": "XXXXXXX",
                  "UserName": "XXXXXXX",
                  "Password": "XXXXXXX",
                  "EndUserIp": "1.1.1.1"
                  }
                
Get Cancellation Charges Response JSON
                                {
  
                                  "Error": {
                                  "ErrorCode": 0,
                                  "ErrorMessage": ""
                              },
                              "Result": {
                                  "Segments": [
                                      {
                                          "FromAirport": "IXA",
                                          "ToAirport": "DEL",
                                          "RefundAmount": 4883,
                                          "CancellationCharge": 3550,
                                          "Remarks": ""
                                      }
                                  ],
                                  "CancellationType": "Calcellation Charge Per Pax",
                                  "TotalRefundAmount": 4883,
                                  "TotalCancellationCharge": 3550
                              }
                          }