AddressBookContactDto Data Type

Entity that contains identifier

Properties
name data type description
addressBook map of number
position string
mainContact boolean
id number
customer CustomerDto

Example

{
  "addressBook" : {
    "property1" : 12345,
    "property2" : 12345
  },
  "position" : "...",
  "mainContact" : true,
  "id" : 12345,
  "customer" : {
    "id" : 12345,
    "auditableField" : [ {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    }, {
      "entityClass" : "...",
      "fieldName" : "...",
      "id" : 12345,
      "changeOrigin" : "...",
      "auditableField" : [ { }, { } ],
      "originName" : "...",
      "code" : "...",
      "previousState" : "...",
      "currentState" : "...",
      "description" : "...",
      "created" : "...",
      "updatedCode" : "...",
      "actor" : "..."
    } ],
    "externalRef1" : "...",
    "code" : "...",
    "externalRef2" : "...",
    "description" : "...",
    "customerCategory" : "...",
    "name" : {
      "title" : "...",
      "firstName" : "...",
      "lastName" : "..."
    },
    "address" : {
      "address1" : "...",
      "address2" : "...",
      "address3" : "...",
      "address4" : "...",
      "address5" : "...",
      "zipCode" : "...",
      "city" : "...",
      "country" : "...",
      "state" : "..."
    },
    "updatedCode" : "...",
    "customerBrand" : "...",
    "jobTitle" : "...",
    "seller" : "...",
    "businessAccountModel" : {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "..."
    },
    "mandateIdentification" : "...",
    "customFields" : {
      "customField" : [ { }, { } ],
      "inheritedCustomField" : [ { }, { } ]
    },
    "mandateDate" : 12345,
    "customerAccounts" : {
      "customerAccount" : [ { }, { } ]
    },
    "vatNo" : "...",
    "additionalDetails" : {
      "companyName" : "...",
      "position" : "...",
      "instantMessengers" : "..."
    },
    "registrationNo" : "...",
    "contactInformation" : {
      "email" : "...",
      "phone" : "...",
      "mobile" : "...",
      "fax" : "...",
      "address" : { }
    },
    "invoicingThreshold" : 12345.0,
    "minimumAmountEl" : "...",
    "checkThreshold" : "BEFORE_DISCOUNT",
    "minimumLabelEl" : "...",
    "thresholdPerEntity" : true,
    "minimumTargetAccount" : "...",
    "anonymizationDate" : 12345,
    "infoGdpr" : [ {
      "key" : "...",
      "value" : { }
    }, {
      "key" : "...",
      "value" : { }
    } ],
    "minimumAmountElSpark" : "...",
    "minimumLabelElSpark" : "...",
    "minimumChargeTemplate" : "...",
    "isCompany" : true,
    "legalEntityType" : {
      "id" : 12345,
      "isCompany" : true,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "languageDescriptions" : [ { }, { } ],
      "description" : "...",
      "updatedCode" : "..."
    }
  }
}