POST api/Tags
Request Information
URI Parameters
None.
Body Parameters
TagDto| Name | Description | Type | Additional 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": "27951e4f-266c-45bb-8b01-5b5eddb41fce",
"ContentId": "591b7cad-2fab-4166-8a0d-3f8774142ea1",
"CreationDateUtc": "2026-01-07T11:31:28.333818+00:00",
"Name": "sample string 4",
"UserId": "e4ba8201-140c-4afb-b794-7f3c07e74bde"
}
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>591b7cad-2fab-4166-8a0d-3f8774142ea1</ContentId> <CreationDateUtc>2026-01-07T11:31:28.333818+00:00</CreationDateUtc> <Id>27951e4f-266c-45bb-8b01-5b5eddb41fce</Id> <Name>sample string 4</Name> <UserId>e4ba8201-140c-4afb-b794-7f3c07e74bde</UserId> </TagDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.