GET api/branding/websitesetup/{brandId}

Get files and details that can be used to customize a website

Request Information

URI Parameters

NameDescriptionTypeAdditional information
brandId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Branding.Query.GetCustomisationData.BrandWebsiteSetupDataContract
NameDescriptionTypeAdditional 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"
}