Reschedule 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 Reschedule
transactionScreenId string EMT transaction ID

Request Data


                              {
                                 "BId":"AKxai1uJ+fcL89yVgcFlqi6SMiVyIbzUWYqc8zpfFcNSTtTM6JJ8FCJEo4ajwwcH",
                                "EmailId":"[email protected],
                                {
                                 "IpAddress":"205.147.103.205",
                                "Password":"EMT@uytrFYTREt",
                                ""PortalID":"26",
                                "SubUserId":"",
                                "UserName":"EMTB2B",
                                }
                                "inBoundPaxIds":"",
                                "isPartialReschedule":"False"
                                "mode":"1",
                                "outBoundPaxIds":"4046508"
                                "remark":"urgent",
                                "transactionScreenId":"EMT599971347"
                               
                              }
                            

Response Data


                              {
                                "error":0,
                                "msg":"success",
                                "status":1,
                                "details":"",
                                {
                                  "isRequested":" true",
                                  "isPending":"false",
                                   "isRescheduled":"false",
                                  "RequestId":"45736",
                                  "msg":"Dear Customer, We have received your request for the Reschedule. Please have patience till we take this forward for reschedule booking.",
                                  "IpAddress":"null"
                                }
                              }