Main Page
From ApiWiki
(Redirected from General Procedure)
If you are interested in accessing Escapio's Backend via XML-RPC please follow these steps:
- Contact escapio-interface[at]escapio.com to take part in the beta program for development and testing in a sandbox environment.
- Develop interface on your side.
- Contact escapio-interface[at]escapio.com for the live URL. A separate activation is not necessary.
Escapio XML-RPC
At this moment Escapio XML-RPC is divided in 4 namespaces:
- Namespace Test for testing purposes
- Namespace Info for common operations
- Namespace PNA for managing Room-Allocations, Prices and Conditions
- Namespace Search for getting hotels and prices
Generally all method names are camelCase with "get"-, "set"-, or "delete"- prefixes.
Every available function will be described in valid XML-RPC documents for request and response.
Error Response
If the application encounters an error it will return an error response. The response and the possible error codes are described in the error response page.
Contact
For questions, comments and suggestions please contact escapio-interface[at]escapio.com.