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. |
Request Formats
application/json, text/json
Sample:
{
"id": "e8f9c441-367e-4da8-869d-6ec15d3c9031",
"key": "sample string 2",
"locale": "sample string 3",
"value": "sample string 4"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.