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": "9f0542c3-d9a1-414c-8fe2-745e39464bd0",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "f3f74f20-e7c1-4d26-9beb-986bdc99e0ed",
"productName": "cee24437-d81a-4cda-94f2-9271edc715a8",
"informationLabel": "20ce0b3c-6ec1-4f88-8685-5302181b3773",
"informationText": "3afa3f54-ff8c-441a-9ca2-d3b558130862",
"updated": "2026-06-07T08:21:33.1926894+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.