PUT {bucket}/pluglist
Updates the specified entity.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bucket | string |
None. |
Body Parameters
The entity.
PlugListModelName | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.