PUT api/v2/electrical/projects/inspections/schedules/edit
EditElectricalProjectInspectionSchedule
Request Information
URI Parameters
None.
Body Parameters
The command
EditElectricalProjectInspectionScheduleCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectVersionId | universally unique identifier |
Required |
|
| 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",
"IsOrderConfirmed": true,
"OrderConfirmationRemark": "sample string 1",
"StartDate": "2025-04-16T16:42:31.506",
"EndDate": "2025-04-16T16:42:31.506"
}
Response Information
Resource Description
EditElectricalProjectInspectionScheduleCommandResult
EditElectricalProjectInspectionScheduleCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | EditElectricalProjectInspectionScheduleCommandResultKind |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success"
}