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": "9c55c02e-cfc0-4188-8724-e934c7707a19",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "3724f493-73f6-4ba6-84c6-35c1b8f3f4b1",
"productName": "0d3414fa-3561-4268-b4f5-afaac7ca3c10",
"informationLabel": "e1080af3-00b5-4f51-8e58-913e3306d06a",
"informationText": "fef9709c-7785-42ab-9457-6d1721fdc63d",
"updated": "2026-08-07T06:15:49.699284+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.