Update 5.1. tool request=stations_all

This commit is contained in:
Rainer Gümpelein 2022-01-29 10:17:31 +00:00
parent 2165062182
commit e92b4ff477

View file

@ -20,7 +20,7 @@
| bike_ist | o | text | on request summarised bikes on station | | bike_ist | o | text | on request summarised bikes on station |
| uri_operator | + | text | URI of Operator-Server | | uri_operator | + | text | URI of Operator-Server |
| gps_radius | o | text | Radius around station gps which will be allowed renting | | gps_radius | o | text | Radius around station gps which will be allowed renting |
| service_tour | o | text | service tour number | | service_tour | o | array | service tour number |
Example: Example:
**request** listing all stations from only authorized service shareetool users. **request** listing all stations from only authorized service shareetool users.
@ -48,7 +48,9 @@ https://shareeapp-primary.copri-bike.de/APIjsonserver?request=stations_all&authc
"WUE300029" "WUE300029"
], ],
"description" : "Baslerstrdemo", "description" : "Baslerstrdemo",
"service_tour" : "WUE1", "service_tour" : [
"WUE1"
]
"gps_radius" : "50", "gps_radius" : "50",
"station" : "WUE303", "station" : "WUE303",
"uri_operator" : "https://shareeapp-wue.copri-bike.de" "uri_operator" : "https://shareeapp-wue.copri-bike.de"