GET api/branding/htmladverts/{brandId}
Upload the a html advert for a brand. Processes this branding API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brandId |
The unique identifier of the brand resource. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
Collection of BrandHtmlAdvertDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Html |
The html value. |
string |
None. |
| ServiceType |
The service type value. |
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"
}
}
]