CustomerAccountsDto Data Type

Properties
name data type description
customerAccount array of CustomerAccountDto

Example

{
  "customerAccount" : [ {
    "customer" : "...",
    "currency" : "...",
    "language" : "...",
    "status" : "ACTIVE",
    "paymentMethod" : "TIP",
    "creditCategory" : "...",
    "dateStatus" : 12345,
    "dateDunningLevel" : 12345,
    "contactInformation" : {
      "email" : "...",
      "phone" : "...",
      "mobile" : "...",
      "fax" : "..."
    },
    "dunningLevel" : "R0",
    "mandateIdentification" : "...",
    "mandateDate" : 12345,
    "balance" : 12345.0,
    "totalInvoiceBalance" : 12345.0,
    "terminationDate" : 12345,
    "dueDateDelayEL" : "...",
    "billingAccounts" : {
      "billingAccount" : [ { }, { } ]
    },
    "code" : "...",
    "description" : "...",
    "externalRef1" : "...",
    "externalRef2" : "...",
    "name" : {
      "title" : "...",
      "firstName" : "...",
      "lastName" : "..."
    },
    "address" : {
      "address1" : "...",
      "address2" : "...",
      "address3" : "...",
      "zipCode" : "...",
      "city" : "...",
      "country" : "...",
      "state" : "..."
    },
    "businessAccountModel" : {
      "code" : "...",
      "description" : "..."
    },
    "customFields" : {
      "customField" : [ { }, { } ]
    },
    "updatedCode" : "..."
  }, {
    "customer" : "...",
    "currency" : "...",
    "language" : "...",
    "status" : "ACTIVE",
    "paymentMethod" : "CARD",
    "creditCategory" : "...",
    "dateStatus" : 12345,
    "dateDunningLevel" : 12345,
    "contactInformation" : {
      "email" : "...",
      "phone" : "...",
      "mobile" : "...",
      "fax" : "..."
    },
    "dunningLevel" : "R1",
    "mandateIdentification" : "...",
    "mandateDate" : 12345,
    "balance" : 12345.0,
    "totalInvoiceBalance" : 12345.0,
    "terminationDate" : 12345,
    "dueDateDelayEL" : "...",
    "billingAccounts" : {
      "billingAccount" : [ { }, { } ]
    },
    "code" : "...",
    "description" : "...",
    "externalRef1" : "...",
    "externalRef2" : "...",
    "name" : {
      "title" : "...",
      "firstName" : "...",
      "lastName" : "..."
    },
    "address" : {
      "address1" : "...",
      "address2" : "...",
      "address3" : "...",
      "zipCode" : "...",
      "city" : "...",
      "country" : "...",
      "state" : "..."
    },
    "businessAccountModel" : {
      "code" : "...",
      "description" : "..."
    },
    "customFields" : {
      "customField" : [ { }, { } ]
    },
    "updatedCode" : "..."
  } ]
}