POST api/Branding/ChangeColors

Deprecated endpoint. It will be removed in the upcoming versions.

Request Information

URI Parameters

None.

Body Parameters

BrandingColors
NameDescriptionTypeAdditional information
Light

boolean

None.

LightCatalog

boolean

None.

ColorCatalog

string

None.

SelectionColorCatalog

string

None.

ImageId

string

None.

CatalogId

string

None.

BackgroundId

string

None.

DefaultLogo

string

None.

DefaultBackground

string

None.

Color

string

None.

SelectionColor

string

None.

Request Formats

application/json, text/json

Sample:
{
  "light": true,
  "lightCatalog": true,
  "colorCatalog": "sample string 3",
  "selectionColorCatalog": "sample string 4",
  "imageId": "sample string 5",
  "catalogId": "sample string 6",
  "backgroundId": "sample string 7",
  "defaultLogo": "sample string 8",
  "defaultBackground": "sample string 9",
  "color": "sample string 10",
  "selectionColor": "sample string 11"
}

Response Information

Resource Description

ObjResultOfBoolean
NameDescriptionTypeAdditional information
Data

boolean

None.

Error

Error description

string

None.

Success

Flag of successful operation

boolean

None.

ErrorCode

Error code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "data": true,
  "error": "sample string 2",
  "success": true,
  "errorCode": 4
}

Parameter Information

data

Property Description
Light (Boolean)

				
LightCatalog (Boolean)

				
ColorCatalog (String)

				
SelectionColorCatalog (String)

				
ImageId (String)

				
CatalogId (String)

				
BackgroundId (String)

				
DefaultLogo (String)

				
DefaultBackground (String)

				
Color (String)

				
SelectionColor (String)