POST api/Brands

Request Information

URI Parameters

None.

Body Parameters

BrandDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Url

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "066c6fce-eaeb-4a53-be4f-ce1f5bf7928e",
  "name": "sample string 1",
  "url": "sample string 2"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.