POST api/Tags

Request Information

URI Parameters

None.

Body Parameters

TagDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

ContentId

globally unique identifier

None.

CreationDateUtc

date

None.

Name

string

None.

UserId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "cc136926-ba91-4bce-b94c-8fa1f4caf3b3",
  "ContentId": "587942db-6db2-4c53-a7c7-1279b20b76b5",
  "CreationDateUtc": "2025-12-10T03:43:44.4764146+00:00",
  "Name": "sample string 4",
  "UserId": "1e016229-656e-4cd0-8013-a26bfb32b51e"
}

application/xml, text/xml

Sample:
<TagDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Content.Models">
  <ContentId>587942db-6db2-4c53-a7c7-1279b20b76b5</ContentId>
  <CreationDateUtc>2025-12-10T03:43:44.4764146+00:00</CreationDateUtc>
  <Id>cc136926-ba91-4bce-b94c-8fa1f4caf3b3</Id>
  <Name>sample string 4</Name>
  <UserId>1e016229-656e-4cd0-8013-a26bfb32b51e</UserId>
</TagDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.