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": "30a5be07-a3b9-4c60-874d-bc437ddefab9",
"name": "sample string 1",
"value": "sample string 2",
"isReadonly": true,
"created": "2026-04-07T14:28:08.0058512+02:00",
"updated": "2026-04-07T14:28:08.0058512+02:00"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.