POST api/branding/htmladvert/{brandId}
Upload the a html advert for a brand.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
brandId | integer |
Required |
Body Parameters
BrandHtmlAdvertDataContractName | Description | Type | Additional information |
---|---|---|---|
Html | string |
None. |
|
ServiceType | EnumDataContract |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Html": "sample string 1", "ServiceType": { "Id": 1, "Name": "sample string 2", "SystemName": "sample string 3" } }
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |