mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-12-22 07:36:26 +01:00
Update 3.5. request=bikes_available
This commit is contained in:
parent
86f096879c
commit
9dd2beb550
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue