PUT api/label/update

Request Information

URI Parameters

None.

Body Parameters

UpdateLabelDto
NameDescriptionTypeAdditional information
ID

integer

Required

Name

string

Required

String length: inclusive between 0 and 60

LanguageId

integer

Required

Text

string

Required

String length: inclusive between 0 and 255

DescriptiveText

string

String length: inclusive between 0 and 255

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "languageId": 3,
  "text": "sample string 4",
  "descriptiveText": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.