Home360Aristotle 360 APIAPI XML String Return Value

93.7. API XML String Return Value

All the new SET web services calls do not return a dataset (like our older calls do), but an XML string that might look something like this:


<?xml version="1.0"?>
<result>
<status>OK</status>
<ID>ID of a record that got added or updated. It will depend on the context</ID>
<message></message>
</result>


OR

<?xml version="1.0"?>
<result>
<status>Error</status>
<ID></ID>
<message>Error Message Here</message>
</result>

This page was: Helpful | Not Helpful