CustomerBrandsDto Data Type

Implemented Interfaces
Serializable
Properties
name data type description
customerBrand array of CustomerBrandDto

Example

{
  "customerBrand" : [ {
    "code" : "...",
    "description" : "...",
    "updatedCode" : "..."
  }, {
    "code" : "...",
    "description" : "...",
    "updatedCode" : "..."
  } ]
}