Request
Body Params application/json
{
"customTheme": true,
"colorThemes": [
{
"themeColorId": "FONTTITLE",
"hexcolor": "#ffc40d"
},
{
"themeColorId": "JUMBOTRON",
"hexcolor": "#354485"
},
{
"themeColorId": "FONTHEADER",
"hexcolor": "#ffffff"
},
{
"themeColorId": "HEADER",
"hexcolor": "#354485"
},
{
"themeColorId": "FOOTER",
"hexcolor": "#354485"
}
],
"roleId": 93,
"companyId": 9,
"isEdit": true,
"toolSetType": "DEFAULT"
}
Request Code Samples
curl --location --request PUT 'http://localhost:8082/rest/admin/secured/companies/client-company/add-client-partition' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"customTheme": true,
"colorThemes": [
{
"themeColorId": "FONTTITLE",
"hexcolor": "#ffc40d"
},
{
"themeColorId": "JUMBOTRON",
"hexcolor": "#354485"
},
{
"themeColorId": "FONTHEADER",
"hexcolor": "#ffffff"
},
{
"themeColorId": "HEADER",
"hexcolor": "#354485"
},
{
"themeColorId": "FOOTER",
"hexcolor": "#354485"
}
],
"roleId": 93,
"companyId": 9,
"isEdit": true,
"toolSetType": "DEFAULT"
}'
Responses
application/json Modified at 2024-03-06 02:01:11