trafficLight/slcID of customer
POST
-
-
| Entity | Type | Nullable | Description |
|---|---|---|---|
| ServerZeit | string | no | server time |
| Intervall | int | no | measurement interval |
| Lichtsignal | array(Lichtsignal) | no | signals |
| Entity | Type | Nullable | Description |
|---|---|---|---|
| LSA | string | no | id of signal |
| Detektor | array(Detektor) | no | detectors |
| Entity | Type | Nullable | Description |
|---|---|---|---|
| Det | string | no | id of detector |
| Fz | int | no | number of vehicles counted |
| Long | float | yes | longitude |
| Lat | float | yes | latitude |
{
"ServerZeit": "2022-11-15T17:39:00.000+01:00",
"Intervall": "5",
"Lichtsignal": [
{
"LSA": "206",
"Detektor": [
{
"Det": "109",
"Fz": "600",
"Lat": null,
"Long": null
},
{
"Det": "209",
"Fz": "90",
"Lat": null,
"Long": null
}
]
},
{
"LSA": "207",
"Detektor": [
{
"Det": "109",
"Fz": "400",
"Lat": null,
"Long": null
},
{
"Det": "209",
"Fz": "230",
"Lat": "47.500098",
"Long": "8.724024"
}
]
}
]
}
200 OK
n.a.