Please enable JavaScript.
Coggle requires JavaScript to display documents.
API FLOW - Coggle Diagram
API FLOW
User Search with location, checkin, checkout dates, adults and children on frontend
Frontend send request to our backend server
Hit webbeds api for searchhotels commad
Webbeds response
hotel data from DB for received IDs
combine response and send back to frontend
User selects hotel from hotel list on frontend
Frontend pass hotel id to our backend server
Hit webbeds api for getrooms command an
Get Hotel details from hotel_id from our DB
Save response to redis cache and assign uid and send that with response
1 more item...