Fitruums

Fitruums XML API

Brief

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

Static vs. non static

The Search 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 1

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

SOAP

http://search.fitruums.com/1/SOAP/NonStaticXMLAPI.asmx
http://search.fitruums.com/1/SOAP/StaticXMLAPI.asmx

Booking operations
http://book.fitruums.com/1/SOAP/Booking.asmx

POST/GET

http://search.fitruums.com/1/PostGet/NonStaticXMLAPI.asmx
http://search.fitruums.com/1/PostGet/StaticXMLAPI.asmx

Booking operations
http://book.fitruums.com/1/PostGet/Booking.asmx

DOCUMENTATION

XML spec Fitruums v1.pdf

C# CODE EXAMPLES

CSharpExamples.zip