| name | data type | description |
|---|---|---|
| code | string | |
| description | string | |
| name | string | |
| offerTemplateCategoryCode | string | |
| id | number | |
| href | string | |
| version | number | |
| lastModified | number | |
| active | boolean | |
| parentId | number | |
| imagePath | string | |
| imageBase64 | string | |
Properties inherited from BusinessDto |
||
| updatedCode | string | |
Example
{
"code" : "...",
"description" : "...",
"name" : "...",
"offerTemplateCategoryCode" : "...",
"id" : 12345,
"href" : "...",
"version" : 12345,
"lastModified" : 12345,
"active" : true,
"parentId" : 12345,
"imagePath" : "...",
"imageBase64" : "...",
"updatedCode" : "..."
}