All the Opencell API web service response must extend this class.
name | data type | description |
---|---|---|
id | number | |
actionStatus | ActionStatus | Gets the action status. |
Example
{ "id" : 12345, "actionStatus" : { "status" : "SUCCESS", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }