GET api/branding/htmladverts/{brandId}

Upload the a html advert for a brand.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
brandId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Dezrez.Core.DataContracts.External.Api.Branding.Command.BrandHtmlAdvertDataContract
NameDescriptionTypeAdditional information
Html

string

None.

ServiceType

Dezrez.Core.DataContracts.External.Api.System.EnumDataContract

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Html": "sample string 1",
    "ServiceType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    }
  },
  {
    "Html": "sample string 1",
    "ServiceType": {
      "Id": 1,
      "Name": "sample string 2",
      "SystemName": "sample string 3"
    }
  }
]