POST api/labels/product/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

LabelDto
NameDescriptionTypeAdditional 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": "7d16b85e-4114-4514-95c3-c70063df9dc0",
  "name": "sample string 1",
  "value": "sample string 2",
  "isReadonly": true,
  "created": "2025-12-30T23:42:05.6438431+01:00",
  "updated": "2025-12-30T23:42:05.6438431+01:00"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.