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": "077a2a09-3521-412e-b8ee-fc6521246120",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "b1cb5044-2366-4033-94ec-89478ca94f9c",
"productName": "5421eefb-c972-4c88-b7d3-329c1706a449",
"informationLabel": "0328da08-091d-4d7a-90fe-92c8733d8e73",
"informationText": "3d6f84d4-67db-49b9-9d58-e01ff6929546",
"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.