Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.46 KB

BrandingRequestV2.md

File metadata and controls

23 lines (18 loc) · 1.46 KB

EzmaxApi::Object::BrandingRequestV2

Load the model package

use EzmaxApi::Object::BrandingRequestV2;

Properties

Name Type Description Notes
pki_branding_id int The unique ID of the Branding [optional]
obj_branding_description MultilingualBrandingDescription
e_branding_logo FieldEBrandingLogo
e_branding_alignlogo FieldEBrandingAlignlogo [optional]
s_branding_base64 string 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]
i_branding_color int The primary color. This is a RGB color converted into integer
s_branding_name 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]
s_email_address string The email address. [optional]
b_branding_isactive boolean Whether the Branding is active or not

[Back to Model list] [Back to API list] [Back to README]