# BrandingRequestCompound ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pkiBrandingID** | **Int** | The unique ID of the Branding | [optional] **objBrandingDescription** | [**MultilingualBrandingDescription**](MultilingualBrandingDescription.md) | | **eBrandingLogo** | [**FieldEBrandingLogo**](FieldEBrandingLogo.md) | | **sBrandingBase64** | **Data** | The Base64 encoded binary content of the branding logo. This need to match image type selected in eBrandingLogo if you supply an image. If you select 'Default', the logo will be deleted and the default one will be used. | [optional] **eBrandingLogointerface** | [**FieldEBrandingLogointerface**](FieldEBrandingLogointerface.md) | | [optional] **sBrandingLogointerfaceBase64** | **Data** | The Base64 encoded binary content of the branding logo. This need to match image type selected in eBrandingLogointerface if you supply an image. If you select 'Default', the logo will be deleted and the default one will be used. | [optional] **iBrandingColortext** | **Int** | The color of the text. This is a RGB color converted into integer | **iBrandingColortextlinkbox** | **Int** | The color of the text in the link box. This is a RGB color converted into integer | **iBrandingColortextbutton** | **Int** | The color of the text in the button. This is a RGB color converted into integer | **iBrandingColorbackground** | **Int** | The color of the background. This is a RGB color converted into integer | **iBrandingColorbackgroundbutton** | **Int** | The color of the background of the button. This is a RGB color converted into integer | **iBrandingColorbackgroundsmallbox** | **Int** | The color of the background of the small box. This is a RGB color converted into integer | **iBrandingInterfacecolor** | **Int** | The color of the interface. This is a RGB color converted into integer | [optional] **sBrandingName** | **String** | The name of the Branding This value will only be set if you wish to overwrite the default name. If you want to keep the default name, leave this property empty | [optional] **sEmailAddress** | **String** | The email address. | [optional] **bBrandingIsactive** | **Bool** | Whether the Branding is active or not | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)