PATCH api/v2/electrical/projects/inspections/schedules/patch

PatchElectricalProjectInspectionSchedule

Request Information

URI Parameters

None.

Body Parameters

The command

PatchElectricalProjectInspectionScheduleCommand
NameDescriptionTypeAdditional information
ElectricalProjectVersionId

universally unique identifier

Required

ClearFields

Collection of PatchElectricalProjectInspectionScheduleCommandClearField

None.

IsOrderConfirmed

boolean

None.

OrderConfirmationRemark

string

Max length: 500

StartDate

date

Range: inclusive between 2024-01-01 and 2100-01-01

EndDate

date

Range: inclusive between 2024-01-01 and 2100-01-01

Request Formats

application/json

Sample:
{
  "ElectricalProjectVersionId": "00000000-0000-0000-0000-000000000000",
  "ClearFields": [
    "IsOrderConfirmed",
    "IsOrderConfirmed"
  ],
  "IsOrderConfirmed": true,
  "OrderConfirmationRemark": "sample string 1",
  "StartDate": "2025-04-16T16:42:31.506",
  "EndDate": "2025-04-16T16:42:31.506"
}

Response Information

Resource Description

PatchElectricalProjectInspectionScheduleCommandResult

PatchElectricalProjectInspectionScheduleCommandResult
NameDescriptionTypeAdditional information
Result

PatchElectricalProjectInspectionScheduleCommandResultKind

Required

Response Formats

application/json

Sample:
{
  "Result": "Success"
}