Get Booking Cancellation Charge

       

DESCRIPTION

This API is useful to Get Booking Cancellation Charge.   


HEADERS TO USE FOR REQUEST

Parameter

Value

Description

Content-Type

application/json


APIKEY

as given you


AFFILIATECODE  

as given you

For Affiliate only. Not required for Tenant

TENANTCODE

as given you

For Tenants only. Not required for affiliate

BODY PARAMETERS


Name

Type

Description

Example

TenantCode

String

Provide Tenant code

Code Provided Separately

ReferenceNo

string

Booking Reference Number

 CODE178294378


UAT URL:   https://uat.breakaway.ie/api/CancellationPolicy/GetBookingCancellationCharge


RESPONSE PARAMETERS


Name

Type

Description

Example

Result

boolean


true/false

Message

String



Object

Array of Objects

List of available Hotels.


IsTimeout

boolean



ErrorCode




ERROR CODES


HTTP Status

Type

500

INTERNAL_SERVER_ERROR

SAMPLE REQUEST


{
       "TenantCode": "CODE",

   "ReferenceNo": "CODE234567890"
}


SAMPLE RESPONSE


{

    "Result": true,

    "ResultMessage": "7 - 3 days prior to departure – 50%",

    "Object": 1316.5,

    "ExtraObject": null,

    "IsTimeout": false,

    "HttpResponseCode": 200,

    "ErrorCode": null

}



Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents