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 MethodPOST
uri: /reservation/consistency/query
Content-Type: application/json
#
Request parameter description#
RequestHeaderCommon Request Header [reference]
#
RequestBodyParameter | Type | Required | Maximum length | Example | Description |
---|---|---|---|---|---|
distributorResId | String | Y | 64 | Reservation ID of the distributor |
#
Response parameter descriptionCommon Response Parameters [reference]
#
contentParameter | 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 |
#
ResponseCodeException 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] |