GET api/branding/getallbrands
Get all brands with details for an agency Processes this branding API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
Collection of BrandInfoDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
The name value. |
string |
None. |
| AgencyName |
The agency name value. |
string |
None. |
| BranchName |
The branch name value. |
string |
None. |
| BrandLogo |
The brand logo value. |
DocumentDataContract |
None. |
| PortalConfigurations |
The collection of portal configurations. |
Collection of PortalConfigurationDataContract |
None. |
| AgencyId |
The unique identifier of the related agency resource. |
integer |
None. |
| Id |
The unique identifier of this resource. |
integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.