POST api/Tags

Request Information

URI Parameters

None.

Body Parameters

TagDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Category

string

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "1e4177c5-1695-4cf1-b9d4-5fc47846a31a",
  "category": "sample string 1",
  "name": "sample string 2"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.