POST api/v2/electrical/projects/inspectionplans/remarks/create

CreateElectricalProjectInspectionPlanRemark

Request Information

URI Parameters

None.

Body Parameters

The command

CreateElectricalProjectInspectionPlanRemarkCommand
NameDescriptionTypeAdditional information
ElectricalProjectInspectionPlanRemarkId

universally unique identifier

None.

ElectricalProjectVersionId

universally unique identifier

Required

Order

integer (32 bits)

None.

Subject

string

Max length: 100

Remark

string

Max length: 1000

Request Formats

application/json

Sample:
{
  "ElectricalProjectInspectionPlanRemarkId": "00000000-0000-0000-0000-000000000000",
  "ElectricalProjectVersionId": "00000000-0000-0000-0000-000000000000",
  "Order": 1,
  "Subject": "sample string 1",
  "Remark": "sample string 2"
}

Response Information

Resource Description

CreateElectricalProjectInspectionPlanRemarkCommandResult

CreateElectricalProjectInspectionPlanRemarkCommandResult
NameDescriptionTypeAdditional information
Result

CreateElectricalProjectInspectionPlanRemarkCommandResultKind

Required

ElectricalProjectInspectionPlanRemarkId

universally unique identifier

Required

Response Formats

application/json

Sample:
{
  "Result": "Success",
  "ElectricalProjectInspectionPlanRemarkId": "00000000-0000-0000-0000-000000000000"
}