POST api/information/{id}/edittext
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": "c5694692-c29d-4f8b-b95b-64b1ac7da9e9",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "0912efa0-6130-4aad-a986-9dcdfeec0cab",
"productName": "ca215b12-b04f-41fc-b558-5ce7260ef8af",
"informationLabel": "e5a639ef-fd7f-41c7-bc4e-c07067db842f",
"informationText": "7322e18f-010e-41c9-a28c-98b16658a0ca",
"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.