POST/ Add Disney Confirmation Response Details
LEGACY API - DONT REFER OR USE, kept for reference only
Add Disney Confirmation Response Details
DESCRIPTION
This API is useful to Update Disney Confirmation Details to Confirm Rooms
HEADERS TO USE FOR REQUEST
|
Parameter |
Value |
|
Content-Type |
application/json |
|
APIKEY |
|
|
TENANTCODE |
|
BODY PARAMETERS
|
Name |
Type |
Description |
Example |
|
TenantCode |
String |
Provide Tenant code |
Code Provided Separately |
|
ReferenceNo |
string |
Booking Reference Number |
CODE178294378 |
|
DisneyConfirmationNumber |
string |
Disney Confirmation Number |
JFDVO952L |
|
DisneyNetPrice |
decimal |
Disney Net Price |
890.50 |
UAT URL: https://uat.breakaway.ie/api/PackageBooking/AddConfirmationResponseDetails
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",
"DisneyConfirmationNumber": "JKYF457U",
"DisneyNetPrice": 890
}
SAMPLE RESPONSE
{
"Result": true,
"ResultMessage": "Room Confirmed Successfully.",
"Object": null,
"ExtraObject": null,
"IsTimeout": false,
"HttpResponseCode": 200,
"ErrorCode": null
}
Created with the Personal Edition of HelpNDoc: Single source CHM, PDF, DOC and HTML Help creation