Update 3.5. request=bikes_available

This commit is contained in:
Rainer Gümpelein 2022-01-28 20:08:14 +00:00
parent 86f096879c
commit 9dd2beb550

View file

@ -29,6 +29,19 @@ Query of the available rental bikes with the optional specification **station**
| authed | + | text | if 1 then authenticated request on operator |
| tariff_description | + | array | bike Tariff description |
**tariff_description** JSON Object
| key | Required | Format | Comment |
| ------------------ | -------- | ---------------- | -------------------------- |
| name | + | text | Tarif name |
| number | + | text | Tarif number |
| eur_per_hour | + | text | EUR per hour |
| free_hours | + | text | free hours per bike per day |
| max_eur_per_day | + | text | max EUR per day |
| abo_eur_per_month | + | text | EUR per month by Abo |
| track_info | + | text | GPS tracking message |
| operator_agb | + | text | Operator AGB message and href |
Example
**REST request=bikes_available** for authorized users
```