POST api/v2/electrical/projects/inspectiondates/create
CreateElectricalProjectInspectionDate
Request Information
URI Parameters
None.
Body Parameters
The command
CreateElectricalProjectInspectionDateCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalProjectInspectionDateId | universally unique identifier |
None. |
|
| ElectricalProjectVersionId | universally unique identifier |
Required |
|
| Date | date |
Required |
Request Formats
application/json
Sample:
{
"ElectricalProjectInspectionDateId": "00000000-0000-0000-0000-000000000000",
"ElectricalProjectVersionId": "00000000-0000-0000-0000-000000000000",
"Date": "2025-04-16T16:42:31.506"
}
Response Information
Resource Description
CreateElectricalProjectInspectionDateCommandResult
CreateElectricalProjectInspectionDateCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | CreateElectricalProjectInspectionDateCommandResultKind |
Required |
|
| ElectricalProjectInspectionDateId | universally unique identifier |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success",
"ElectricalProjectInspectionDateId": "00000000-0000-0000-0000-000000000000"
}