POST api/Text
Request Information
URI Parameters
None.
Body Parameters
KeyValueDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| Value | string |
None. |
|
| Locale | string |
None. |
|
| Version | integer |
None. |
|
| Visibility | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"key": "sample string 1",
"value": "sample string 2",
"locale": "sample string 3",
"version": 1,
"visibility": 4,
"id": "e93452f5-a38e-4a24-9a0c-c182fcde3523",
"created": "2025-12-20T12:17:15.0858038+01:00",
"updated": "2025-12-20T12:17:15.0858038+01:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.