| name | data type | description |
|---|---|---|
| address | Address | |
| string | ||
| phone | string | |
| fax | string | |
| mobile | string | |
| lastName | string | |
| genericMail | string | |
| firstName | string | |
Properties inherited from BusinessEntity |
||
| descriptionOrCode | string | |
| code | string | |
| parentEntityType | object | |
| parentEntity | BusinessEntity | |
| description | string | |
| appendGeneratedCode | boolean | |
Properties inherited from EnableEntity |
||
| disabled | boolean | |
| active | boolean | |
Properties inherited from AuditableEntity |
||
| auditable | Auditable | |
Properties inherited from BaseEntity |
||
| transient | boolean | |
| id | number | |
| version | number | |
Example
{
"address" : {
"country" : "...",
"zipCode" : "...",
"state" : "...",
"address2" : "...",
"address1" : "...",
"address3" : "...",
"city" : "...",
"countryBundle" : "..."
},
"email" : "...",
"phone" : "...",
"fax" : "...",
"mobile" : "...",
"lastName" : "...",
"genericMail" : "...",
"firstName" : "...",
"descriptionOrCode" : "...",
"code" : "...",
"parentEntityType" : { },
"parentEntity" : {
"descriptionOrCode" : "...",
"code" : "...",
"parentEntityType" : { },
"parentEntity" : { },
"description" : "...",
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"auditable" : {
"lastUser" : "...",
"updated" : 12345,
"creator" : "...",
"created" : 12345,
"updater" : "...",
"lastModified" : 12345
},
"transient" : true,
"id" : 12345,
"version" : 12345
},
"description" : "...",
"appendGeneratedCode" : true,
"disabled" : true,
"active" : true,
"auditable" : {
"lastUser" : "...",
"updated" : 12345,
"creator" : "...",
"created" : 12345,
"updater" : "...",
"lastModified" : 12345
},
"transient" : true,
"id" : 12345,
"version" : 12345
}