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