POST request/brandconfig

To Add or Update the Brand configuration of a particular Brand,Parentcompany and product

Request Information

URI Parameters

None.

Body Parameters

DashboardBrandConfig
NameDescriptionTypeAdditional information
NoOfDays

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "noOfDays": 1
}

text/html

Sample:
{"noOfDays":1}

application/xml, text/xml

Sample:
<DashboardDto.DashboardBrandConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.DashboardDto">
  <NoOfDays>1</NoOfDays>
</DashboardDto.DashboardBrandConfig>

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>