POST api/information/{id}/editlabel
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": "f486d63a-9f9c-4432-a4f1-85354916abdc",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "05065333-29e6-4515-92bb-c2562eafaac9",
"productName": "8be29603-bf77-4e34-b472-1ec877684205",
"informationLabel": "03e01931-e990-4847-bcd2-fd1c4cf384e7",
"informationText": "779c92b9-eebc-41b2-b9fe-0e7e6cd41892",
"updated": "2026-04-07T14:25:56.208168+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.