PUT api/v2/electrical/projects/inspectionplans/remarks/edit
EditElectricalProjectInspectionPlanRemark
Request Information
URI Parameters
None.
Body Parameters
The command
EditElectricalProjectInspectionPlanRemarkCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectInspectionPlanRemarkId | universally unique identifier |
Required |
|
| Order | integer (32 bits) |
Required |
|
| Subject | string |
Max length: 100 |
|
| Remark | string |
Max length: 1000 |
Request Formats
application/json
Sample:
{
"ElectricalProjectInspectionPlanRemarkId": "00000000-0000-0000-0000-000000000000",
"Order": 1,
"Subject": "sample string 1",
"Remark": "sample string 2"
}
Response Information
Resource Description
EditElectricalProjectInspectionPlanRemarkCommandResult
EditElectricalProjectInspectionPlanRemarkCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | EditElectricalProjectInspectionPlanRemarkCommandResultKind |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success"
}