{
"entity": "string",
"isDefault": true,
"isPrototype": true,
"name": "string",
"masterBand": {
"columns": [
{
"key": "string",
"header": "string",
"type": "Text",
"size": 0,
"font": {
"isBold": true
},
"route": "string",
"format": "string",
"displayAs": "Text",
"lookUp": {
"entity": "string",
"entityLookUp": "string",
"property": "string"
},
"badges": [
{
"value": "string",
"color": "string",
"backgroundColor": "string"
}
]
}
]
}
}
curl --location --request PUT 'https://platform.shopranos.eu/api/designer/list/' \
--header 'Content-Type: application/json' \
--data-raw '{
"entity": "string",
"isDefault": true,
"isPrototype": true,
"name": "string",
"masterBand": {
"columns": [
{
"key": "string",
"header": "string",
"type": "Text",
"size": 0,
"font": {
"isBold": true
},
"route": "string",
"format": "string",
"displayAs": "Text",
"lookUp": {
"entity": "string",
"entityLookUp": "string",
"property": "string"
},
"badges": [
{
"value": "string",
"color": "string",
"backgroundColor": "string"
}
]
}
]
}
}'
{}