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": "1a004f4e-b9c6-47ee-9b94-ec375fe91e64",
"key": "sample string 1",
"locale": "sample string 2",
"value": "sample string 3",
"product": "63b97660-43ae-4198-8a37-de598d63db57",
"productName": "b4a10ccb-875b-449d-a5a6-1fdb2b041306",
"informationLabel": "c37b9556-8f8c-4082-a9e1-83341e6b40ef",
"informationText": "8b66d2d5-6768-4df9-9e5d-dc1dc6601dcc",
"updated": "2026-04-07T14:28:02.7049233+02:00",
"isPlainText": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.