Enquiry Status is used to restrict the actions, such as quote reads, that are available.
The UpdateEnquiryStatusRequest is used to update the status of an Enquiry.Â
The structure of the XML will be:
The Response will contain a ReturnStatus, which will provide information regarding the success of the request; the Enquiry reference, which is used to access the Enquiry at a later date; as well as the updated Status of the Enquiry.
The structure of the XML will be:
<UpdateEnquiryStatusRequest>
<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>
<EnquiryReference />
<Status />
</UpdateEnquiryStatusRequest>