POST api/labels/product/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
LabelDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Value | string |
None. |
|
| IsReadonly | boolean |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "152163ad-96bd-4a9c-8a20-a7a10ff323c0",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-06-07T08:24:30.0232251+02:00",
"updated": "2026-06-07T08:24:30.0232251+02:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.