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": "072f7106-c366-4311-a7e8-a9dae24a60f6",
"ContentId": "089e7697-e6fc-480f-8624-29da838ab4c4",
"CreationDateUtc": "2026-01-09T01:20:31.3466379+00:00",
"Name": "sample string 4",
"UserId": "d76c1bd2-9811-4774-8532-8b9f2bc5af00"
}
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>089e7697-e6fc-480f-8624-29da838ab4c4</ContentId> <CreationDateUtc>2026-01-09T01:20:31.3466379+00:00</CreationDateUtc> <Id>072f7106-c366-4311-a7e8-a9dae24a60f6</Id> <Name>sample string 4</Name> <UserId>d76c1bd2-9811-4774-8532-8b9f2bc5af00</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.