CustomerAccountsResponseDto Data Type

The Class CustomerAccountsResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
paging PagingAndFiltering The paging.
customerAccounts CustomerAccountsDto The customer 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
  },
  "customerAccounts" : {
    "customerAccount" : [ {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "externalRef1" : "...",
      "code" : "...",
      "externalRef2" : "...",
      "description" : "...",
      "name" : { },
      "address" : { },
      "updatedCode" : "...",
      "jobTitle" : "...",
      "customer" : "...",
      "businessAccountModel" : { },
      "currency" : "...",
      "language" : "...",
      "customFields" : { },
      "status" : "CLOSE",
      "creditCategory" : "...",
      "dateStatus" : 12345,
      "vatNo" : "...",
      "dateDunningLevel" : 12345,
      "registrationNo" : "...",
      "contactInformation" : { },
      "minimumAmountEl" : "...",
      "balance" : 12345.0,
      "minimumLabelEl" : "...",
      "totalBalance" : 12345.0,
      "totalBalanceExigible" : 12345.0,
      "minimumTargetAccount" : "...",
      "totalInvoiceBalance" : 12345.0,
      "accountBalance" : 12345.0,
      "minimumAmountElSpark" : "...",
      "creditBalance" : 12345.0,
      "minimumLabelElSpark" : "...",
      "terminationDate" : 12345,
      "dueDateDelayEL" : "...",
      "methodOfPayment" : [ { }, { } ],
      "minimumChargeTemplate" : "...",
      "excludedFromPayment" : true,
      "isCompany" : true,
      "legalEntityType" : { },
      "billingAccounts" : { },
      "accountOperations" : [ { }, { } ],
      "invoicingThreshold" : 12345.0,
      "checkThreshold" : "AFTER_DISCOUNT",
      "thresholdPerEntity" : true,
      "infoGdpr" : [ { }, { } ],
      "generalClientAccountCode" : "..."
    }, {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "externalRef1" : "...",
      "code" : "...",
      "externalRef2" : "...",
      "description" : "...",
      "name" : { },
      "address" : { },
      "updatedCode" : "...",
      "jobTitle" : "...",
      "customer" : "...",
      "businessAccountModel" : { },
      "currency" : "...",
      "language" : "...",
      "customFields" : { },
      "status" : "ACTIVE",
      "creditCategory" : "...",
      "dateStatus" : 12345,
      "vatNo" : "...",
      "dateDunningLevel" : 12345,
      "registrationNo" : "...",
      "contactInformation" : { },
      "minimumAmountEl" : "...",
      "balance" : 12345.0,
      "minimumLabelEl" : "...",
      "totalBalance" : 12345.0,
      "totalBalanceExigible" : 12345.0,
      "minimumTargetAccount" : "...",
      "totalInvoiceBalance" : 12345.0,
      "accountBalance" : 12345.0,
      "minimumAmountElSpark" : "...",
      "creditBalance" : 12345.0,
      "minimumLabelElSpark" : "...",
      "terminationDate" : 12345,
      "dueDateDelayEL" : "...",
      "methodOfPayment" : [ { }, { } ],
      "minimumChargeTemplate" : "...",
      "excludedFromPayment" : true,
      "isCompany" : true,
      "legalEntityType" : { },
      "billingAccounts" : { },
      "accountOperations" : [ { }, { } ],
      "invoicingThreshold" : 12345.0,
      "checkThreshold" : "AFTER_DISCOUNT",
      "thresholdPerEntity" : true,
      "infoGdpr" : [ { }, { } ],
      "generalClientAccountCode" : "..."
    } ]
  },
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}