PUT {bucket}/pluglist

Updates the specified entity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bucket

string

None.

Body Parameters

The entity.

PlugListModel
NameDescriptionTypeAdditional information
Id

integer

None.

FamilyId

integer

Required

Code

string

String length: inclusive between 0 and 50

Label

string

String length: inclusive between 0 and 500

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FamilyId": 2,
  "Code": "sample string 3",
  "Label": "sample string 4"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.