GET api/role/{id}/getbrandportalexclusions?branchId={branchId}&marketingRoleTypeOverride={marketingRoleTypeOverride}

Get all brands with details for an agency

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

branchId

integer

Default value is 0

marketingRoleTypeOverride

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Dezrez.Core.DataContracts.External.Api.Role.Command.SaveBrandPortalExclusions.BrandPortalExclusionsDataContract
NameDescriptionTypeAdditional information
BrandId

integer

None.

PortalConfigurationIdsToExclude

Collection of string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BrandId": 1,
    "PortalConfigurationIdsToExclude": [
      "sample string 1",
      "sample string 2"
    ]
  },
  {
    "BrandId": 1,
    "PortalConfigurationIdsToExclude": [
      "sample string 1",
      "sample string 2"
    ]
  }
]