POST api/Texts
Request Information
URI Parameters
None.
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": "7dc81bcf-7b0e-4166-a9b4-4ae01d5911df",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "2caed988-a113-4191-8df5-196c9330d391",
"productName": "ca0aca16-610b-447e-b649-93ae0bb1ee8b",
"informationLabel": "c065cd49-6b7c-4e20-a6f8-3d42b13b8fc8",
"informationText": "2fdb57d6-2bc6-4316-aaf0-236335e9e99c",
"updated": "2026-06-07T08:18:06.457043+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.