POST api/products/{id}/name
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": "1b6256c5-f65b-4e97-a4f1-da1856f37886",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "d07054d3-8638-4edc-9223-96f24d83c52a",
"productName": "23f1420e-00bc-492a-a8f7-efc7002ded36",
"informationLabel": "0cb2a041-93ec-4596-b77d-71f3836c0a36",
"informationText": "a0adb6d9-85e7-4248-a101-e60aff4f431e",
"updated": "2026-06-07T08:24:40.5767047+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.