POST accounts/{accountId}/accountBrand

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

string

None.

Body Parameters

AccountBrandCreateDto
NameDescriptionTypeAdditional information
AccountId

integer

None.

CssFileLink

string

Required

Request Formats

application/json, text/json

Sample:
{
  "AccountId": 1,
  "CssFileLink": "sample string 2"
}

Response Information

Resource Description

AccountBrandDto
NameDescriptionTypeAdditional 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"
}