Response
<?xml version="1.0" encoding="UTF-8"?> <warnings> <warning> <code></code> <codetag></codetag> <message></message> </warning> <warning> ... </warning> <count_warnings></count_warnings> </warnings> <errors> <error> <code></code> <codetag></codetag> <message></message> </error> <error> ... </error> <count_errors></count_errors> </errors> <status></status>
code
Usually a number 4xx, 5xx or 6xx.
Usually a number 4xx, 5xx or 6xx.
codetag
Unique reference for the error or warning.
message
Description of the error or warning.
count_errors
Total number of errors as part of the process.
count_warnings
Total number of warnings as part of the process.
status
Process indicator
Output format
0
Success. No errors or warnings.
1
Failed. Errors.
2
Success. Including warnings.
3
Exception. Please contact Acumulus technical support.