UserAccountsResponseDto Data Type

The Class UserAccountsResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
paging PagingAndFiltering The paging.
userAccounts UserAccountsDto The user accounts.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "paging" : {
    "fullTextFilter" : "...",
    "filters" : {
      "property1" : { },
      "property2" : { }
    },
    "fields" : "...",
    "offset" : 12345,
    "limit" : 12345,
    "sortBy" : "...",
    "sortOrder" : "ASCENDING",
    "multiSortOrder" : "...",
    "totalNumberOfRecords" : 12345,
    "loadReferenceDepth" : 12345
  },
  "userAccounts" : {
    "userAccount" : [ {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "parentUserAccountCode" : "...",
      "externalRef1" : "...",
      "code" : "...",
      "userAccountCodes" : [ "...", "..." ],
      "externalRef2" : "...",
      "billingAccount" : "...",
      "description" : "...",
      "name" : { },
      "billingAccountDescription" : "...",
      "address" : { },
      "updatedCode" : "...",
      "customerAccount" : "...",
      "customerAccountDescription" : "...",
      "jobTitle" : "...",
      "customer" : "...",
      "businessAccountModel" : { },
      "customerDescription" : "...",
      "subscriptionDate" : 12345,
      "terminationDate" : 12345,
      "customFields" : { },
      "status" : "ACTIVE",
      "statusDate" : 12345,
      "terminationReason" : "...",
      "vatNo" : "...",
      "isConsumer" : true,
      "registrationNo" : "...",
      "infoGdpr" : [ { }, { } ],
      "subscriptions" : { },
      "contactInformation" : { },
      "parentUserAccount" : { },
      "userAccounts" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "minimumLabelEl" : "...",
      "minimumTargetAccount" : "...",
      "minimumAmountElSpark" : "...",
      "minimumLabelElSpark" : "...",
      "minimumChargeTemplate" : "...",
      "isCompany" : true,
      "legalEntityType" : { }
    }, {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "parentUserAccountCode" : "...",
      "externalRef1" : "...",
      "code" : "...",
      "userAccountCodes" : [ "...", "..." ],
      "externalRef2" : "...",
      "billingAccount" : "...",
      "description" : "...",
      "name" : { },
      "billingAccountDescription" : "...",
      "address" : { },
      "updatedCode" : "...",
      "customerAccount" : "...",
      "customerAccountDescription" : "...",
      "jobTitle" : "...",
      "customer" : "...",
      "businessAccountModel" : { },
      "customerDescription" : "...",
      "subscriptionDate" : 12345,
      "terminationDate" : 12345,
      "customFields" : { },
      "status" : "CANCELED",
      "statusDate" : 12345,
      "terminationReason" : "...",
      "vatNo" : "...",
      "isConsumer" : true,
      "registrationNo" : "...",
      "infoGdpr" : [ { }, { } ],
      "subscriptions" : { },
      "contactInformation" : { },
      "parentUserAccount" : { },
      "userAccounts" : [ { }, { } ],
      "minimumAmountEl" : "...",
      "minimumLabelEl" : "...",
      "minimumTargetAccount" : "...",
      "minimumAmountElSpark" : "...",
      "minimumLabelElSpark" : "...",
      "minimumChargeTemplate" : "...",
      "isCompany" : true,
      "legalEntityType" : { }
    } ]
  },
  "actionStatus" : {
    "status" : "FAIL",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}