Recheck Request

Request

Method URL
POST api/v3/hotels/availability/{{search_id}}/rates/?action=recheck

URL Parameters

search_id

The search_id received from search_and_availability response.

Request Payload

Attribute Type Required Description
rate_key string REQUIRED The rate_key from the search response
group_code string REQUIRED The group_code from the search response

Sample Recheck Request

{
  "rate_key": "4xefbpjx4iqcpuctuwnwchot4lkk5s5c",
  "group_code": "wsdbjylcxn4ufgaa4tbdgf644tkkxsfj6o6q"
}