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