This call is used for clients who have a website run by Intuitive that uses iVectorConnect and the URL Rewrite functionality. Other customers will not have any purpose for this call.
The URL Rewrite Request in iVectorConnect allows you to find the URL the system is using for any given 'user friendly' URL (the URL rewrite) that you have set up.
The purpose of a URL rewrite is to provide a user friendly URL for your customer like
www.testtravel.com/surayabay/surayabayhotel
in place of a URL needed by the system to retreive the required data, which may be much less user friendly and you don't want to appear on your website, like
www.testtravel.com/propertypage.aspx?propertyreferenceid=1234567
The structure of the XML will be:
The structure of the XML will be:
<URLRewriteRequest>
<LoginDetails>
<Login>demo</Login>
<Password>demo</Password>
</LoginDetails>
<URL>www.testtravel.com/surayabay</URL>
<CMSWebsiteID>0</CMSWebsiteID>
</URLRewriteRequest>