Validate Booking Credential
Validate a set of credentials are valid and returns the associated ProCharter Booking ID.
Request Profile Table
| Element | @Attribute |
Description/Contents |
| ValidateBookingCredential / ValidateBookingCredentialRequest |
Root element of message. |
| BookingReference |
Booking Reference ID.
May be any of
- ProCharter Booking ID
- WebRes Booking ID
- Booking Agent OtherRef/OtherRef2
- Passenger Agent OtherRef/OtherRef2
|
| BookingName |
Booking Name.
May be any of
- Booking Name
- Passenger Lastname
|
Example message:
<ValidateBookingCredential>
<ValidateBookingCredentialRequest>
<BookingReference>TEST123</BookingReference>
<BookingName>Test</BookingName>
</ValidateBookingCredentialRequest>
</ValidateBookingCredential>
Response Profile Table
| Element | @Attribute |
Description/Contents |
| GetBookingResponse / GetBookingResult |
Root element of message. |
| Valid |
Indicates if the supplied booking credentials are valid |
| BookingID |
If Valid then this is the ProCharter Booking ID for the supplied credentials |
Example message:
<ValidateBookingCredentialResponse xmlns="ResLink">
<ValidateBookingCredentialResult>
<TimeStamp>2016-01-14T14:33:39.4371875+10:00</TimeStamp>
<Status Code="0" Message=""/>
<Errors/>
<Warnings/>
<Valid>true</Valid>
<BookingID>78857</BookingID>
</ValidateBookingCredentialResult>
</ValidateBookingCredentialResponse>