GetAddressBookResponseDto Data Type

All the Opencell API web service response must extend this class.

Implemented Interfaces
Serializable
Properties
name data type description
addressBook AddressBookDto
actionStatus ActionStatus Gets the action status.

Example

{
  "addressBook" : {
    "contact" : [ {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "externalRef1" : "...",
      "description" : "...",
      "externalRef2" : "...",
      "updatedCode" : "...",
      "name" : { },
      "address" : { },
      "jobTitle" : "...",
      "customFields" : { },
      "vatNo" : "...",
      "registrationNo" : "...",
      "contactInformation" : { },
      "isCompany" : true,
      "legalEntityType" : { },
      "assistantName" : "...",
      "assistantPhone" : "...",
      "position" : "...",
      "company" : "...",
      "websiteUrl" : "...",
      "importedFrom" : "...",
      "importedBy" : "...",
      "socialIdentifier" : "...",
      "reference" : "...",
      "comment" : "...",
      "AddressBookContacts" : [ { }, { } ],
      "isVip" : true,
      "isProspect" : true,
      "agreedToUA" : true,
      "contactPolicy" : { },
      "tags" : [ "...", "..." ],
      "contactCategoryCodes" : [ "...", "..." ]
    }, {
      "id" : 12345,
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "externalRef1" : "...",
      "description" : "...",
      "externalRef2" : "...",
      "updatedCode" : "...",
      "name" : { },
      "address" : { },
      "jobTitle" : "...",
      "customFields" : { },
      "vatNo" : "...",
      "registrationNo" : "...",
      "contactInformation" : { },
      "isCompany" : true,
      "legalEntityType" : { },
      "assistantName" : "...",
      "assistantPhone" : "...",
      "position" : "...",
      "company" : "...",
      "websiteUrl" : "...",
      "importedFrom" : "...",
      "importedBy" : "...",
      "socialIdentifier" : "...",
      "reference" : "...",
      "comment" : "...",
      "AddressBookContacts" : [ { }, { } ],
      "isVip" : true,
      "isProspect" : true,
      "agreedToUA" : true,
      "contactPolicy" : { },
      "tags" : [ "...", "..." ],
      "contactCategoryCodes" : [ "...", "..." ]
    } ],
    "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" : "..."
    } ],
    "code" : "...",
    "description" : "...",
    "updatedCode" : "..."
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}