POST api/labels/person/{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": "426004f7-b41c-454d-86b6-53ecd0cd04c9",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-08-07T06:21:10.8029434+02:00",
"updated": "2026-08-07T06:21:10.8029434+02:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.