PUT api/v2/electrical/projects/inspectionplans/remarks/permission
PermissionElectricalProjectInspectionPlanRemark
Request Information
URI Parameters
None.
Body Parameters
The query
PermissionElectricalProjectInspectionPlanRemarkQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectInspectionPlanRemarkIds | Collection of universally unique identifier |
Required |
|
| Actions | Collection of ElectricalProjectInspectionPlanRemarkActionKind |
Required |
Request Formats
application/json
Sample:
{
"ElectricalProjectInspectionPlanRemarkIds": [
"00000000-0000-0000-0000-000000000000",
"00000000-0000-0000-0000-000000000000"
],
"Actions": [
"Delete",
"Delete"
]
}
Response Information
Resource Description
PermissionElectricalProjectInspectionPlanRemarkQueryResult
PermissionElectricalProjectInspectionPlanRemarkQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanRemarks | Dictionary of ElectricalProjectInspectionPlanRemarkActionKind [key] and Dictionary of universally unique identifier [key] and boolean [value] [value] |
Required |
Response Formats
application/json
Sample:
{
"PlanRemarks": {
"Delete": {
"00000000-0000-0000-0000-000000000000": true
}
}
}