Create one or more luminaire points for a certain customer.
luminairePoint/slcID of customer
POST
-
-
Entity | Type | Nullable | Description |
---|---|---|---|
luminairePoint | array (mainEntity) | no |
Entity | Type | Nullable | Description |
---|---|---|---|
name | string | yes | name of luminaire point |
fid | string | yes | fid |
coords | array (coords) | no | location |
street_number | string | yes | street / house number |
lot | string | yes | lot |
remarks | string | yes | remarks |
owner | string | yes | owner |
maintenance | string | yes | maintenance |
location | int | yes | slcID of node in group tree |
link | string | yes | fully qualified url |
state | int | yes | operation state: 0 (n.a.) | 1 (in operation) | 2 (standing idle) | 3 (projected) |
Entity | Type | Nullable | Description |
---|---|---|---|
latitude | string | yes | latitude (WGS84) |
longitude | string | yes | longitude (WGS84) |
x | string | yes | x (LV95) |
y | string | yes | y (LV95) |
n.a.
{ "luminairePoint": [{ "fid": 1759, "name": "11" }, { "fid": 1792, "name": "12" }] }