Update 3.4. request=stations_available

This commit is contained in:
Rainer Gümpelein 2022-01-28 19:53:03 +00:00
parent d734ec1415
commit 86f096879c

View file

@ -2,6 +2,11 @@
Query of the available stations depending on the rental bike groups assigned to the registered user. Query of the available stations depending on the rental bike groups assigned to the registered user.
| key | Required | Format | Comment |
| ---------- | -------- | ------- | ----------------------------------- |
| authcookie | + | text>=8 | unique encrypted key OR merchant_id |
| station | o | text | station prefix+number |
**response** list of stations by JSON-Objects **response** list of stations by JSON-Objects
| key | Required | Format | Comment | | key | Required | Format | Comment |
@ -19,13 +24,11 @@ Query of the available stations depending on the rental bike groups assigned to
Example Example
**REST request=stations_available** for authorized users **REST request=stations_available** for authorized users
``` ```
https://shareeapp-primary.copri-bike.de/APIjsonserver?request=stations_available&authcookie=6103_0f667aa7f234fe317a2705ee89fde0c3_1234567998 https://shareeapp-primary.copri-bike.de/APIjsonserver?request=stations_available&authcookie=6103_0f667aa7f234fe317a2705ee89fde0c3_1234567998
``` ```
**response** sharee JSON defaults + **response** multiple station objects
Example **response** sharee JSON defaults + **response** multiple station objects
``` ```
{ {
"shareejson" : { "shareejson" : {