All the Opencell API web service response must extend this class.
name | data type | description |
---|---|---|
subscriptionEndDate | string | |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "subscriptionEndDate" : "...", "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }