GetAccountHierarchyResponseDto Data Type

The Class GetAccountHierarchyResponseDto.

Implemented Interfaces
Serializable
Properties
name data type description
customers CustomersDto The customers.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "customers" : {
    "customer" : [ {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "externalRef1" : "...",
      "code" : "...",
      "externalRef2" : "...",
      "description" : "...",
      "customerCategory" : "...",
      "name" : { },
      "address" : { },
      "updatedCode" : "...",
      "customerBrand" : "...",
      "jobTitle" : "...",
      "seller" : "...",
      "businessAccountModel" : { },
      "mandateIdentification" : "...",
      "customFields" : { },
      "mandateDate" : 12345,
      "customerAccounts" : { },
      "vatNo" : "...",
      "additionalDetails" : { },
      "registrationNo" : "...",
      "contactInformation" : { },
      "invoicingThreshold" : 12345.0,
      "minimumAmountEl" : "...",
      "checkThreshold" : "POSITIVE_IL",
      "minimumLabelEl" : "...",
      "thresholdPerEntity" : true,
      "minimumTargetAccount" : "...",
      "anonymizationDate" : 12345,
      "infoGdpr" : [ { }, { } ],
      "minimumAmountElSpark" : "...",
      "minimumLabelElSpark" : "...",
      "minimumChargeTemplate" : "...",
      "isCompany" : true,
      "legalEntityType" : { }
    }, {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "externalRef1" : "...",
      "code" : "...",
      "externalRef2" : "...",
      "description" : "...",
      "customerCategory" : "...",
      "name" : { },
      "address" : { },
      "updatedCode" : "...",
      "customerBrand" : "...",
      "jobTitle" : "...",
      "seller" : "...",
      "businessAccountModel" : { },
      "mandateIdentification" : "...",
      "customFields" : { },
      "mandateDate" : 12345,
      "customerAccounts" : { },
      "vatNo" : "...",
      "additionalDetails" : { },
      "registrationNo" : "...",
      "contactInformation" : { },
      "invoicingThreshold" : 12345.0,
      "minimumAmountEl" : "...",
      "checkThreshold" : "POSITIVE_IL",
      "minimumLabelEl" : "...",
      "thresholdPerEntity" : true,
      "minimumTargetAccount" : "...",
      "anonymizationDate" : 12345,
      "infoGdpr" : [ { }, { } ],
      "minimumAmountElSpark" : "...",
      "minimumLabelElSpark" : "...",
      "minimumChargeTemplate" : "...",
      "isCompany" : true,
      "legalEntityType" : { }
    } ],
    "totalNumberOfRecords" : 12345
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}