Example request to server

curl -X GET https://xmlagri.qcone.com/api/v1/organisations/1.xml --user :api_key

Example response from server

<?xml version="1.0" encoding="UTF-8"?>
<organisation>
  <id>1</id>
  <customerId>ABC123</customerId>
  <name>Name of the company</name>
  <countryCode>GB</countryCode>
  <isActive>false</isActive>
</organisation>