| name | data type | description |
|---|---|---|
| customerBrand | array of CustomerBrandDto |
Example
{
"customerBrand" : [ {
"code" : "...",
"description" : "...",
"updatedCode" : "..."
}, {
"code" : "...",
"description" : "...",
"updatedCode" : "..."
} ]
}