All the Opencell API web service response must extend this class.
name | data type | description |
---|---|---|
actionStatus | ActionStatus | Gets the action status. |
importResultDtos | array of ImportResultDto |
Example
{ "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "importResultDtos" : [ { "status" : "WARNING", "message" : "...", "fileName" : "...", "chargeCode" : "...", "uploadAs" : "PUBLISHED", "startDate" : 12345, "endDate" : 12345 }, { "status" : "SUCCESS", "message" : "...", "fileName" : "...", "chargeCode" : "...", "uploadAs" : "DRAFT", "startDate" : 12345, "endDate" : 12345 } ] }