mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-12-22 15:46:26 +01:00
Update 4.1. op request=booking_request
This commit is contained in:
parent
4db69ec3a0
commit
7e04bcb600
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
||||||
| key | Required | Format | Comment |
|
| key | Required | Format | Comment |
|
||||||
| ---------- | ----------- | -------- | ---------------------------- |
|
| ---------- | ----------- | -------- | ---------------------------- |
|
||||||
| authcookie | + | text | unique encrypted key |
|
| 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
|
**response** like **request=user_bikes_occupied** with "bikes_occupied" JSON-Objects
|
||||||
|
|
||||||
Example
|
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
|
https://shareeapp-fr01.copri-bike.de/APIjsonserver?request=booking_request&bike=FR1540&authcookie=6103_7dc3c95028d06c9663378f6d44346de7_12345678
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue