The CreateBookingAction call enables links to external documents or sources to be uploaded and recorded against bookings in iVector.
The response will return an id for the document created to confirm the action is completed.
The structure of the XML will be:
The structure of the XML will be:
<CreateBookingActionRequest>
<LoginDetails>
<Login>demo</Login>
<Password>demo</Password>
<AgentReference />
<SellingCurrencyID>0</SellingCurrencyID>
<LanguageID>0</LanguageID>
<TrackingAffiliateID>0</TrackingAffiliateID>
<BrandID>0</BrandID>
<BookingSourceID>0</BookingSourceID>
<SalesChannelID>0</SalesChannelID>
<TradeID>0</TradeID>
<SellingCountryID>0</SellingCountryID>
<CurrencyID>0</CurrencyID>
<ItineraryInformation>false</ItineraryInformation>
</LoginDetails>
<BookingReference />
<DocumentName />
<Attachments />
<ToEmailAddress />
<From />
<FromEmailAddress />
<Date />
<Time />
</CreateBookingActionRequest>