The Class GetAccessResponseDto.
name | data type | description |
---|---|---|
access | AccessDto | The access. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "access" : { "code" : "...", "subscription" : "...", "subscriptionValidityDate" : 12345, "startDate" : 12345, "endDate" : 12345, "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "disabled" : true }, "actionStatus" : { "status" : "SUCCESS", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }