Create Order Work Flow
更新时间:2023/07/02
访问次数:9959
Fliggy Create Order Work Flow
- The HotelRooms API will return all the available room types and rates according to corresponding query conditions
- The RoomAvailability API should always return the latest price/cancel policy/allotment etc.(Do not return any cached data)
- The CreateOrder API is asynchronous, the response of this API is the confirmation of Booking process. Fliggy will wait for a predefined time interval and then query for the order status. If the Order status is not confirmed, please setup the status to pending.
- The CancelOrder API will cancel the order in Fliggy system no matter what response returns after this API is called.

FAQ
关于此文档暂时还没有FAQ