Branding Detail - Creates brand details

Creates brand-related details using the provided schema.

post
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Body

Class for storing information about branding.

brandNamestring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the BrandName property.

base64Stringstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Base64String property.

imageExtensionstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ImageExtension property.

copyrightValuestring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the CopyrightText property.

privacyPolicystring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the PrivacyPolicyUrl property.

headerColorstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the HeaderColor property.

headerTextColorstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the HeaderFontColor property.

leftNavColorstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the LeftNavColor property.

leftNavTextColorstring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the LeftNavFontColor property.

Responses
201

Success: New brand details created successfully.

post
/branding

Last updated