Cancel booking

Method : POST
URL : https://{{api_base_url}}/recharge/prepaid
Header : Authorization:Bearer {{api_token}}

Request

FIELD TYPE VALUE
BId string auth key
EmailId string Transaction email id
inBoundPaxIds string Paxid (To cancel multiple passenger use separator (-) between paxids)
outBoundPaxIds string Paxid (To cancel multiple passenger use separator (-) between paxids)
isPartialReschedule boolean true/false
mode String 1 - Normal Cancellation ,2 - Full Refund, 3 - NoShow , 4 - Already Cancelled From Airline
transactionScreenId string EMT transaction ID

Request Data


                              {
                                 "BId":"OOBrrBwF7Qxj9K6PxypdpGsqKRvEGDr78HtAge6srzxCU4vsZSwR1Xr97u5/jsln",
                                "EmailId":"[email protected]",
                                "authentication":,
                                {
                                 "IpAddress":"205.147.103.205",
                                "Password":"EMT@uytrFYTREt",
                                ""PortalID":"26",
                                "SubUserId":"",
                                "UserName":"EMTB2B",
                                }
                                "inBoundPaxIds":"",
                                "isPartialReschedule":"False"
                                "mode":"2",
                                "outBoundPaxIds":"4046498"
                                "transactionScreenId":"EMT599971340"
                               
                              }
                            

Response Data


                              {
                                "error":0,
                                "msg":"success",
                                "status":1,
                                "details":"",
                                {
                                  "isRequested":" true",
                                  "isCancelled":" true",
                                   "isRefunded":"false",
                                  "RequestId":"45733",
                                  "msg":" Dear Customer, As per your instructions, your booking has been cancelled. Your refund will be processed soon.",
                                  "IpAddress":"null"
                                }
                              }