Consistency Query
Query the order creation processing result (including success or failure) according to the distributor order number, only called when the network exception
Request Method#
POST
uri: /reservation/consistency/query
Content-Type: application/json
Request parameter description#
RequestHeader#
Common Request Header [reference]
RequestBody#
| Parameter | Type | Required | Maximum length | Example | Description |
|---|---|---|---|---|---|
| distributorResId | String | Y | 64 | Reservation ID of the distributor |
Response parameter description#
Common Response Parameters [reference]
content#
| Parameter | Type | Required | Maximum length | Example | Description |
|---|---|---|---|---|---|
| resId | String | Y | 64 | Huazhu reservation number | |
| status | String | Y | 32 | HOTEL_RESERVATION | Reservation status, see Enumeration: Order Status |
ResponseCode#
| Exception Code | Exception Type | Description |
|---|---|---|
| 1000 | Success | |
| 5601 | Reservation not belong to requester | Order does not match current channel |
| 5602 | Reservation not found | Order not found |
| Others | Global Exception Code | Global Exception [Reference] |