POST api/role/{id}/savebrandportalexclusions
Get all brands with details for an agency
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Collection of BrandPortalExclusionsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandId | integer |
None. |
|
| PortalConfigurationIdsToExclude | Collection of string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[
{
"BrandId": 1,
"PortalConfigurationIdsToExclude": [
"sample string 1",
"sample string 2"
]
},
{
"BrandId": 1,
"PortalConfigurationIdsToExclude": [
"sample string 1",
"sample string 2"
]
}
]
Response Information
Resource Description
HttpResponseMessage| Name | 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. |