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": "3c882585-e624-47e7-b3ac-75c4c8efa9d2",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "71e86c76-9e99-44ed-b410-8ed5d730f180",
"productName": "c2843dcb-c276-42a4-9fea-1b0626b8b332",
"informationLabel": "f3270993-626d-4fb0-824f-131a51ff5ec3",
"informationText": "0d0932d0-e0b0-455b-b08b-cc376f7a9c33",
"updated": "2026-08-07T06:21:56.0461221+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.