Update 4.1. op request=booking_request

This commit is contained in:
Rainer Gümpelein 2022-01-29 09:09:51 +00:00
parent 4db69ec3a0
commit 7e04bcb600

View file

@ -5,12 +5,12 @@
| key | Required | Format | Comment |
| ---------- | ----------- | -------- | ---------------------------- |
| authcookie | + | text | unique encrypted key |
| bike | + | int | bike prefix+number for booking |
| bike | + | text | bike prefix+number for booking |
**response** like **request=user_bikes_occupied** with "bikes_occupied" JSON-Objects
Example
**REST request=booking_request** request from authorized users
**REST request=booking_request** from authorized users
```
https://shareeapp-fr01.copri-bike.de/APIjsonserver?request=booking_request&bike=FR1540&authcookie=6103_7dc3c95028d06c9663378f6d44346de7_12345678
```