GET api/branding/websitesetup/{brandId}
Get files and details that can be used to customize a website
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
brandId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Branding.Query.GetCustomisationData.BrandWebsiteSetupDataContractName | Description | Type | Additional information |
---|---|---|---|
AgencyName | string |
None. |
|
CssUrl | string |
None. |
|
LogoUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "AgencyName": "sample string 1", "CssUrl": "sample string 2", "LogoUrl": "sample string 3" }