GET api/v2/electrical/projects/inspectionplans/remarks/permission

PermissionElectricalProjectInspectionPlanRemark

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ElectricalProjectInspectionPlanRemarkIds

Collection of universally unique identifier

Required

Actions

Collection of ElectricalProjectInspectionPlanRemarkActionKind

Required

Body Parameters

None.

Response Information

Resource Description

PermissionElectricalProjectInspectionPlanRemarkQueryResult

PermissionElectricalProjectInspectionPlanRemarkQueryResult
NameDescriptionTypeAdditional 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
    }
  }
}