Update 4.1. op request=bikes_available

This commit is contained in:
Rainer Gümpelein 2023-11-22 18:29:27 +00:00
parent 1c2005b432
commit 1396dcc123

View file

@ -26,6 +26,7 @@
| rental_description | + | object | with tarif_elements and rental_info |
| bike_type | + | object | describes the bike with some attributes |
| smartlock_type | o | object | (under development) describes the smartlock with some attributes |
| bikes_occupied | o | object | Implicit returns the json object which is defined in "request=user_bikes_occupied" |
**rental_description** JSON Object
| key | Required | Format | Comment |
@ -138,7 +139,8 @@ https://sharee-operator.example.tld/APIjsonserver?request=bikes_available&authco
},
"LEC5522" : {
...
}
},
"bikes_occupied" : {}
}
```