POST api/tags/{category}/new
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| category | string |
Required |
Body Parameters
TextDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Key | string |
None. |
|
| Locale | string |
None. |
|
| Value | string |
None. |
|
| Product | globally unique identifier |
None. |
|
| ProductName | globally unique identifier |
None. |
|
| InformationLabel | globally unique identifier |
None. |
|
| InformationText | globally unique identifier |
None. |
|
| Updated | date |
None. |
|
| IsPlainText | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "197f077e-13ba-4342-9f55-b1bbc35dc2a7",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "559d992b-a962-4426-b55a-14380d389bbb",
"productName": "ce1ac391-0de6-47e0-9ade-0cc03f9e7033",
"informationLabel": "4976838a-78f0-45f3-bcb4-c28d1fb21688",
"informationText": "0e251b92-6f78-40a6-8964-34f66688c35b",
"updated": "2026-04-07T14:28:02.7369946+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.