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": "c095c046-896b-4a4f-a649-4c5fdee5ebdc",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "38fa27d6-d86e-41e8-9753-a63d4b226668",
"productName": "0f18b73b-4531-4e89-9355-9f44d88691cc",
"informationLabel": "910c64a1-5206-4ac7-bc5f-2c5e79896cca",
"informationText": "525cb70e-d9bc-4afd-84eb-69c7a942e3a4",
"updated": "2026-06-07T08:23:37.0908794+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.