GET accounts/{accountId}/accountBrand/{accountBrandId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| accountBrandId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AccountBrandDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| CssFileLink | string |
Required |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Id": 1,
"AccountId": 2,
"CssFileLink": "sample string 3"
}