PUT api/v2/electrical/checklists/items/edit
EditElectricalCheckListItem
Request Information
URI Parameters
None.
Body Parameters
The command
EditElectricalCheckListItemCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalCheckListItemId | universally unique identifier |
Required |
|
| EnableNotApplicable | boolean |
None. |
|
| EnableObservations | boolean |
None. |
|
| Description | string |
Required Max length: 1000 |
|
| PositiveLabelText | string |
Max length: 20 |
|
| NegativeLabelText | string |
Max length: 20 |
|
| NotApplicableLabelText | string |
Max length: 20 |
|
| Order | integer (32 bits) |
Required |
Request Formats
application/json
Sample:
{
"ElectricalCheckListItemId": "00000000-0000-0000-0000-000000000000",
"EnableNotApplicable": true,
"EnableObservations": true,
"Description": "sample string 1",
"PositiveLabelText": "sample string 2",
"NegativeLabelText": "sample string 3",
"NotApplicableLabelText": "sample string 4",
"Order": 1
}
Response Information
Resource Description
EditElectricalCheckListItemCommandResult
EditElectricalCheckListItemCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | EditElectricalCheckListItemCommandResultKind |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success"
}