POST api/tags/{id}/add
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | 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": "5194414d-8933-43d0-abf7-c56cb0a0e7c6",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "0f00daf2-f008-4837-b5d9-0f9246913161",
"productName": "85c82aa3-5baf-42b4-92fd-461698428895",
"informationLabel": "fcb516ec-89f5-436f-816d-e123689bcc66",
"informationText": "642dde2c-d53a-4d4d-83d1-9192a2ba2f69",
"updated": "2026-08-07T06:20:11.2960658+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.