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": "79dfc7e4-f2b1-4565-9093-90f1b99ac441",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "43adcf9b-a20b-4f45-9d1a-d7e3ef94cbf9",
"productName": "d8371374-256e-4053-bf6e-1f682ada2256",
"informationLabel": "95afef26-c041-4194-b7ee-5ed9050c185e",
"informationText": "f23a3d5b-a307-44dd-b000-f52e822f35ea",
"updated": "2026-08-07T06:18:52.4370367+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.