Post / ReceiveDisneyConfirmation
How to Use?
This is the Endpoint required to be created by the Integration Party so that when Disney Confirmation Number received that will be sent to the integration party through this Endpoint.
Integration Party Should Create End Point for the Following input,
INPUT PARAMETERS
|
Parameter |
Data |
Description |
Example |
|
ReferenceNo |
String |
Reference Number Sent in Package Booking Response. |
Ex. TOREF967434567 |
|
DisneyConfirmationNo |
String |
Disney Confirmation Number received from DLP |
Ex. 14509985 |
INPUT OBJECT
{
"ReferenceNo": "TOREF967434567",
"DisneyConfirmationNo": "14509985"
}
Following is the response to be sent by Integration Party.
RESPONSE OBJECT
{
"Result": true,
"ResultMessage": "Disney Confirmation Updated Successfully",
"IsTimeout": false,
"HttpResponseCode": 200
}
Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source