Check the status of your package.


HOW TO USE?

The GetBookingStatus the ------


HEADERS TO USE FOR REQUEST


Parameter

Value

Description

Method

POST


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


Parameter

Type

Description

Example

BookingTransactionId

String

Booking transaction unique id provided by you at the time of booking


BookingReferenceNo

String

Package booking API returns booking reference number after successfully booking.


Status Name

Description

Not Sent to Disney

Booking not send to Disney. Booking not done. You can retry booking.

Cancelled

Booking canceled by user. 

Discarded

Booking discard by user.

Confirmed by Disney

Booking confirmed by Disney.

Tickets sent to customer/agent

When ticket sent to customer or agent.

Waiting for Disney confirmation

Booking sent to disney and waiting for confirmation number.

Attempt to get Disney confirmation

This is state before Disney COnfirmation. Booking not done. You can retry booking

Booking status API failed

Booking failed. You can retry booking




UAT URL:  https://uat.breakaway.ie/api/PackageBooking/GetBookingStatus


RESPONSE PARAMETERS


Name

Type

Description

Example

Result

String

Provide Tenant code

ETST

Message

String



Object

Array of Objects



ExtraObject




IsTimeout

boolean



HttpResponseCode

int



ErrorCode




ERROR CODES

HTTP Status

Type

500

INTERNAL_SERVER_ERROR

SAMPLE REQUEST




{

    "BookingTransactionId":"APARP5FASGA1236",

    "BookingReferenceNo":""

}



SAMPLE RESPONSE


{

    "Result": true,

    "ResultMessage": null,

    "Object": {

        "BookingList": [

            {

                "BookingReferenceNo": "KTS1233899387",

                "BookingTransactionId": "APARP5FASGA1236",

                "Status": "Waiting for Disney confirmation",

                "ArrivalDate": "2023-03-21T00:00:00",

                "ReturnDate": "2023-03-22T00:00:00",

                "Members": [

                    {

                        "AgeCategoryCode": "AD",

                        "NoOfMembers": 2

                    }

                ]

            }

        ]

    },

    "ExtraObject": null,

    "IsTimeout": false,

    "HttpResponseCode": 200,

    "ErrorCode": null

}






Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source