lock
GET
api/Brandings/v1/{code}
Gets an individual site branding based on the code provided, this only returns the header branding HTML
EXPANDexpand_more
Request Information
Roles
- FormBuilder
- OnlineApplications
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
code |
Code of the branding record defined in luBranding |
string |
Required |
Body Parameters
None.
EXPANDexpand_more
Response Information
Resource Description
BrandingName | Description | Type | Additional information |
---|---|---|---|
Code | string |
None. |
|
Description | string |
None. |
|
ActiveFlag | string |
None. |
|
WebHeaderHTML | string |
None. |
|
WebBackgroundHTML | string |
None. |
|
WelcomePageHTML | string |
None. |
Response Formats
{ "Code": "sample string 1", "Description": "sample string 2", "ActiveFlag": "sample string 3", "WebHeaderHTML": "sample string 4", "WebBackgroundHTML": "sample string 5", "WelcomePageHTML": "sample string 6" }
<Branding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.AutoGenerated"> <ActiveFlag>sample string 3</ActiveFlag> <Code>sample string 1</Code> <Description>sample string 2</Description> <WebBackgroundHTML>sample string 5</WebBackgroundHTML> <WebHeaderHTML>sample string 4</WebHeaderHTML> <WelcomePageHTML>sample string 6</WelcomePageHTML> </Branding>