SunHotels

SunHotels XML API

Brief

This folder contains links and documentation for the Sunhotels XMLAPI used to query and book the SunHotels inventory.

Static vs. non static

The XMLAPI is available in both static and non-static versions.

It is highly recommended to use the non-static versions where the response times are faster and the amount of transferred data is limited.
The static information files required with the non-static functions are available for download with the DownloadExport function in the XMLAPI.

XMLAPI Links

Version 15

Version 15 of the XMLAPI is available for both SOAP and POST/GET requests.

SOAP

http://xml.sunhotels.net/15/SOAP/NonStaticXMLAPI.asmx
http://xml.sunhotels.net/15/SOAP/StaticXMLAPI.asmx

Search/book with Market and B2C parameters (DEPRECATED - Please read documentation)
http://xml.sunhotels.net/15/SOAP/NonStaticMarketSearch.asmx
http://xml.sunhotels.net/15/SOAP/StaticMarketSearch.asmx

POST/GET

http://xml.sunhotels.net/15/PostGet/NonStaticXMLAPI.asmx
http://xml.sunhotels.net/15/PostGet/StaticXMLAPI.asmx

Search/book with Market and B2C parameters (DEPRECATED - Please read documentation)
http://xml.sunhotels.net/15/PostGet/NonStaticMarketSearch.asmx
http://xml.sunhotels.net/15/PostGet/StaticMarketSearch.asmx

DOCUMENTATION

XML spec SunHotels v15.pdf
XML Room Type Features documentation v15.pdf

C# CODE EXAMPLES

CSharpExamples.zip