Knowledge Base

Check_Destination


API Response

If the routine was executed successfully, the body of our response will be in XML containing a single instance of "country", which contains the name of the destination country, and a seperate instance for each route through which the country can be reached. The values contained within each instance are:

  • the delivery rate (measured in credits)
  • the currency used by the route

These values will are seperated by the pipe character, like this:

<result>
<country>countryname</country>
<code1>rate1|currency1</code1>
<code2>rate2|currency2</code2>
<code3>rate3|currency3code3>
</result>