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