The Class GetConfigurationResponse.
name | data type | description |
---|---|---|
properties | array of PropertyDto | The seller. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "properties" : [ { "key" : "...", "value" : "..." }, { "key" : "...", "value" : "..." } ], "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }