wip: booking process, refactoring
This commit is contained in:
@@ -54,7 +54,7 @@ Accept: application/json
|
||||
Authorization: Bearer {{$auth.token("oauth2_api")}}
|
||||
|
||||
### API travel remote
|
||||
GET {{base_url}}/api/travels/1277/remote
|
||||
GET {{base_url}}/api/travels/11603
|
||||
Accept: application/json
|
||||
Authorization: Bearer {{$auth.token("oauth2_api")}}
|
||||
|
||||
@@ -63,3 +63,8 @@ GET {{base_url}}/api/travels/11603/152546/2026-01-03/availability
|
||||
Accept: application/json
|
||||
Authorization: Bearer {{$auth.token("oauth2_api")}}
|
||||
|
||||
### API products remote
|
||||
GET {{base_url}}/api/products
|
||||
Accept: application/json
|
||||
Authorization: Bearer {{$auth.token("oauth2_api")}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user