Cancel Flight

CancelFlight API: POST

This API is used to cancel booking reservation before ticket issuance.

API: http://bsptrips.staging.vggdev.com/api/Flight/CancelFlight

See sample request and response.

Request Header:

Authorization: {Bearer Token}

Content-Type: application/json

MerchantCode: {MerchantCode}

Request Payload

{
    "PNRNumber": "ZZZK4X",
    "Surname": "Oladipo "
   
}

Response:

{
    "WarningMessageList": [],
    "IsSuccess": true,
    "StatusCode": 200,
    "ResponseType": null,
    "ErrorMessageList": []
}

Last updated