GET api/branding/htmladverts/{brandId}
Upload the a html advert for a brand.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brandId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BrandHtmlAdvertDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Html | string |
None. |
|
| ServiceType | 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"
}
}
]