Now with SMS ! New
or create new account
API CALL - RESPONSE

API RESPONSE - XML Format.

Anveo API response is ALWAYS XML message in the following format.
<?xml version="1.0" standalone="no" ?>
<RESPONSE>
   <RESULT>SUCCESS(ERROR)</RESULT>
   <VALUE NAME="SOME RESULT NAME">SOME RESULT VALUE</VALUE>
   <VALUE NAME="SOME RESULT NAME">SOME RESULT VALUE</VALUE>
   <ERROR>TEXT OF THE ERROR MESSAGE</ERROR>
</RESPONSE>
  • RESULT XML node contains a description of the returned message.
  • VALUE XML node is used to return some data. The NAME attribute describes a name of the returned value. There could be multiple VALUE nodes.
  • In case of an error ERROR XML node contains the error description. When Error XML node is not empty it means that there was an error processing the API Request and it will have a description of the error.
To verify the success or failure of the API request you can check for the presence of ERROR XML tag and in case of API errors it will have description of the error.
Please remember that XML is CASE SENSITIVE. All ANVEO API XML nodes and attributes should be in upper case.

:.:
News Blog About Anveo Terms of Use Privacy Policy FAQ Contact Us © 2024 Anveo Inc.