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": "0e1dbd26-18c6-4a6f-a5e7-bd0243e3a972",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "28c8b2d8-f9d7-415a-b3bc-23a2d26637ab",
"productName": "1665dfc5-d44d-4094-8e1a-0e21bec7daf2",
"informationLabel": "3060161a-e978-48a3-8caf-afd461d9b2e1",
"informationText": "779f3128-d492-4ad4-84dc-3d14aff8da0a",
"updated": "2026-06-07T08:24:40.0857914+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.