name | data type | constraints | description |
---|---|---|---|
lastName | string | ||
codeChanged | boolean | ||
version | number | ||
referenceCode | string | ||
auditable | Auditable | ||
fax | string | ||
descriptionOrCode | string | ||
referenceDescription | string | ||
id | number | ||
address | Address | ||
description | string | max size: 255, min size: 0 | |
phone | string | ||
firstName | string | ||
appendGeneratedCode | boolean | ||
code | string | required, max size: 255, min size: 1 | |
string | |||
auditableFields | array of AuditableFieldHistory | ||
notified | boolean | ||
parentEntity | BusinessEntity | ||
descriptionAndCode | string | ||
parentEntityType | object | ||
transient | boolean | ||
mobile | string | ||
historized | boolean | ||
genericMail | string |
Example
{ "lastName" : "...", "codeChanged" : true, "version" : 12345, "referenceCode" : "...", "auditable" : { "lastModified" : 12345, "updated" : 12345, "updater" : "...", "created" : 12345, "creator" : "...", "lastUser" : "..." }, "fax" : "...", "descriptionOrCode" : "...", "referenceDescription" : "...", "id" : 12345, "address" : { "address5" : "...", "address3" : "...", "countryBundle" : "...", "address1" : "...", "city" : "...", "address2" : "...", "country" : { "description" : "...", "language" : { }, "auditableFields" : [ { }, { } ], "id" : 12345, "notified" : true, "historized" : true, "transient" : true, "version" : 12345, "auditable" : { }, "descriptionI18nNullSafe" : { "property1" : "...", "property2" : "..." }, "descriptionI18n" : { "property1" : "...", "property2" : "..." }, "currency" : { }, "code" : "...", "countryCode" : "..." }, "state" : "...", "address4" : "...", "zipCode" : "..." }, "description" : "...", "phone" : "...", "firstName" : "...", "appendGeneratedCode" : true, "code" : "...", "email" : "...", "auditableFields" : [ { "historized" : true, "notified" : true, "auditType" : "OTHER", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } }, { "historized" : true, "notified" : true, "auditType" : "RENEWAL", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } } ], "notified" : true, "parentEntity" : { "descriptionOrCode" : "...", "auditableFields" : [ { "historized" : true, "notified" : true, "auditType" : "STATUS", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } }, { "historized" : true, "notified" : true, "auditType" : "STATUS", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } } ], "version" : 12345, "historized" : true, "appendGeneratedCode" : true, "auditable" : { "lastModified" : 12345, "updated" : 12345, "updater" : "...", "created" : 12345, "creator" : "...", "lastUser" : "..." }, "parentEntity" : { }, "parentEntityType" : { }, "description" : "...", "referenceDescription" : "...", "codeChanged" : true, "referenceCode" : "...", "code" : "...", "transient" : true, "descriptionAndCode" : "...", "id" : 12345, "notified" : true }, "descriptionAndCode" : "...", "parentEntityType" : { }, "transient" : true, "mobile" : "...", "historized" : true, "genericMail" : "..." }