PUT api/v2/electrical/measurementdevices/edit
EditElectricalMeasurementDevice
Request Information
URI Parameters
None.
Body Parameters
The command
EditElectricalMeasurementDeviceCommand| Name | Description | Type | Additional information |
|---|---|---|---|
| ElectricalMeasurementDeviceId | universally unique identifier |
Required |
|
| UserId | universally unique identifier |
None. |
|
| Name | string |
Required Max length: 300 |
|
| StartDate | date |
Range: inclusive between 2020-01-01 and 2100-01-01 |
|
| EndDate | date |
Range: inclusive between 2020-01-01 and 2100-01-01 |
|
| InspectionKinds | Collection of ElectricalInspectionKind |
None. |
Request Formats
application/json
Sample:
{
"ElectricalMeasurementDeviceId": "00000000-0000-0000-0000-000000000000",
"UserId": "00000000-0000-0000-0000-000000000000",
"Name": "sample string 1",
"StartDate": "2025-04-16T16:42:31.506",
"EndDate": "2025-04-16T16:42:31.506",
"InspectionKinds": [
"None",
"None"
]
}
Response Information
Resource Description
EditElectricalMeasurementDeviceCommandResult
EditElectricalMeasurementDeviceCommandResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | EditElectricalMeasurementDeviceCommandResultKind |
Required |
Response Formats
application/json
Sample:
{
"Result": "Success"
}