API Lists
-
- List of cities
- City data
-
- List of hotels
- Hotel list of hotel basic information, can support customers to pull the hotel data to match the hotel
-
- Details of static information
- JL-TOUR provides perfect basic data to customers as much as possible. Note: All the data of the static information details interface is for customer reference only. JL-TOUR is not responsible for the problems caused by the wrong data of the hotel details list interface.
-
- Quotation interface
- Query product quotation
Special attention
1.The maximum price query within 90 days, the customer can query according to the demand, isSkipCheckCondition default true skip the reservation rule check.
2.The first: direct connection mode isSkipCheckCondition=false, according to the user's actual reservation date range request, the quotation will be returned after the reservation rules, room volume, etc.
The second: cache mode isSkipCheckCondition=true, without the reservation rules check, want to get multiple days to do local cache customers (customers in the reservation rules can place an order).
3.Differences between quotation query parameters and incremental query parameters: direct connection mode, real-time query use (using quotation query alone); cache mode, cache express JL-TOUR full data + incremental query time update.
-
- Price change increment interface
- Query the product increment change, and query the quotation interface according to the id and time
Special attention
1.The first type: updateTime is empty, and the system returns the current time-1 minute change data by default. The second type: the updateTime is not empty, JL-TOUR brigade returns the updateTime time + 1 minute result, the customer gets the result maxUpdateTime information, the next time to query the change data.
-
- Order quotation interface
- Use the POST mode to submit, query the order quotation, and return the quotation whether to book the information in real time.
Special attention
1.This interface only allows requests before ordering, and does not allow requests in batches. Once found, the interface authority will be shut down.
-
- Create the order
- Submit by using the POST mode to create the order.
1. When placing an order, send at least one resident name to each room.
-
- Cancellation of order
- Cancellation Order Interface Jet will handle whether the order can be cancelled according to the cancellation terms.
-
- Query the order
- The order query interface is used to obtain the details of the specific order.