Skip to content

UpdateElectricalNode

PUT
/api/sites/{siteId}/electrical/nodes/{nodeId}
curl --request PUT \
--url https://demo.consystence.com/api/sites/example/electrical/nodes/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "nodeType": 0, "ratedVoltageV": 1, "ratedCurrentA": 1, "ratedPowerKw": 1, "impedanceOhms": 1, "cableSize": "example", "cableLengthM": 1, "protectionCurve": "example", "protectionPickupA": 1, "protectionTms": 1, "description": "example" }'
siteId
required
string
nodeId
required
string
Media typeapplication/json
object
name
string
nullable 0 <= 200 characters
nodeType
integer format: int32
Allowed values: 0 1 2 3 4 5 6 7 8 9 10 11 12 13
ratedVoltageV
number format: double
nullable
ratedCurrentA
number format: double
nullable
ratedPowerKw
number format: double
nullable
impedanceOhms
number format: double
nullable
cableSize
string
nullable 0 <= 100 characters
cableLengthM
number format: double
nullable
protectionCurve
string
nullable 0 <= 50 characters
protectionPickupA
number format: double
nullable
protectionTms
number format: double
nullable
description
string
nullable 0 <= 500 characters

OK