XML-RPC web service - Deprecated
Inhaltsangabe
Deprecated. Please use JSON-RPC instead.
Construct request
For information on how to construct an XML-RPC request, see the Wikipedia article about XML-RPC.
Endpoint
Send requests to the following URL:
https://api.routeyou.com/%service-version%/xmlrpc/%service-name%/%token%
The parts between %
should be replaced with the following:
%service-version%
: the version of the service%service-name%
: the name of the service%token%
: a token which gives you access to the web service- This token can be generated by using the Session web service's "start" method.
- When calling the Session web service's "start" method, the token can be omitted or replaced by a dash (
-
).