CustomersDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
customer array of CustomerDto
totalNumberOfRecords number

Example

{
  "customer" : [ {
    "customerCategory" : "...",
    "customerBrand" : "...",
    "seller" : "...",
    "mandateIdentification" : "...",
    "mandateDate" : 12345,
    "contactInformation" : {
      "email" : "...",
      "phone" : "...",
      "mobile" : "...",
      "fax" : "..."
    },
    "customerAccounts" : {
      "customerAccount" : [ { }, { } ]
    },
    "code" : "...",
    "description" : "...",
    "externalRef1" : "...",
    "externalRef2" : "...",
    "name" : {
      "title" : "...",
      "firstName" : "...",
      "lastName" : "..."
    },
    "address" : {
      "address1" : "...",
      "address2" : "...",
      "address3" : "...",
      "zipCode" : "...",
      "city" : "...",
      "country" : "...",
      "state" : "..."
    },
    "businessAccountModel" : {
      "code" : "...",
      "description" : "..."
    },
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "updatedCode" : "..."
  }, {
    "customerCategory" : "...",
    "customerBrand" : "...",
    "seller" : "...",
    "mandateIdentification" : "...",
    "mandateDate" : 12345,
    "contactInformation" : {
      "email" : "...",
      "phone" : "...",
      "mobile" : "...",
      "fax" : "..."
    },
    "customerAccounts" : {
      "customerAccount" : [ { }, { } ]
    },
    "code" : "...",
    "description" : "...",
    "externalRef1" : "...",
    "externalRef2" : "...",
    "name" : {
      "title" : "...",
      "firstName" : "...",
      "lastName" : "..."
    },
    "address" : {
      "address1" : "...",
      "address2" : "...",
      "address3" : "...",
      "zipCode" : "...",
      "city" : "...",
      "country" : "...",
      "state" : "..."
    },
    "businessAccountModel" : {
      "code" : "...",
      "description" : "..."
    },
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "updatedCode" : "..."
  } ],
  "totalNumberOfRecords" : 12345
}