wip: booking process

This commit is contained in:
Björn Fromme
2025-07-16 11:55:49 +02:00
parent bef18971c3
commit 47faa6b08e
26 changed files with 1123 additions and 271 deletions
+10
View File
@@ -53,3 +53,13 @@ GET {{base_url}}/api/travels/DWWWE211125
Accept: application/json
Authorization: Bearer {{$auth.token("oauth2_api")}}
### API travel remote
GET {{base_url}}/api/travels/1277/remote
Accept: application/json
Authorization: Bearer {{$auth.token("oauth2_api")}}
### API hotel availability remote
GET {{base_url}}/api/travels/11603/152546/2026-01-03/availability
Accept: application/json
Authorization: Bearer {{$auth.token("oauth2_api")}}