All the Opencell API web service response must extend this class.
name | data type | description |
---|---|---|
contact | ContactDto | |
actionStatus | ActionStatus | Gets the action status. |
Example
{ "contact" : { "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" : "...", "externalRef1" : "...", "description" : "...", "externalRef2" : "...", "updatedCode" : "...", "name" : { "title" : "...", "firstName" : "...", "lastName" : "..." }, "address" : { "address1" : "...", "address2" : "...", "address3" : "...", "address4" : "...", "address5" : "...", "zipCode" : "...", "city" : "...", "country" : "...", "state" : "..." }, "jobTitle" : "...", "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "vatNo" : "...", "registrationNo" : "...", "contactInformation" : { "email" : "...", "phone" : "...", "mobile" : "...", "fax" : "...", "address" : { } }, "isCompany" : true, "legalEntityType" : { "id" : 12345, "isCompany" : true, "auditableField" : [ { }, { } ], "code" : "...", "languageDescriptions" : [ { }, { } ], "description" : "...", "updatedCode" : "..." }, "assistantName" : "...", "assistantPhone" : "...", "position" : "...", "company" : "...", "websiteUrl" : "...", "importedFrom" : "...", "importedBy" : "...", "socialIdentifier" : "...", "reference" : "...", "comment" : "...", "AddressBookContacts" : [ { "addressBook" : { "property1" : 12345, "property2" : 12345 }, "position" : "...", "mainContact" : true, "id" : 12345, "customer" : { } }, { "addressBook" : { "property1" : 12345, "property2" : 12345 }, "position" : "...", "mainContact" : true, "id" : 12345, "customer" : { } } ], "isVip" : true, "isProspect" : true, "agreedToUA" : true, "contactPolicy" : { "nbMaxMessagePerWeek" : 12345, "nbMaxMessagePerMonth" : 12345, "nbMaxMessagePerDay" : 12345, "delayMinBetween2messages" : 12345 }, "tags" : [ "...", "..." ], "contactCategoryCodes" : [ "...", "..." ] }, "actionStatus" : { "status" : "WARNING", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }