Transaction status
OVERVIEW
A list of status codes returned in case of a transaction, e.g on deletion of multiple records
<transactionstatus>
<transaction>
<transactionid>1</transactionid>
<statuscode>200</statuscode> {HTTP status code for each items}
<reason>Record deleted successfully </reason> {message for the status code, in case of error this will provide the details of the error}
</transaction>
</transactionstatus>
If user doesn't have a sufficient privilege to perform operation in these case user will get below response
<error>
<summary>Access denied</summary>
</error>
when site id is invalid (not a integer / site id doesn't exist in system) in these case user will get below response
<error>
<ref>403</ref>
<summary>#The given siteid is invalid</summary>
</error>
Comments
0 Comments