GET/maprequeststatus/{requestid}

Get Maprequeststatus

This endpoint returns the status of a hotel map request. It requires the requestid as an input parameter to retrieve the current status.

GET/maprequeststatus/{requestid}

Parameter Details

NameInTypeRequiredDescription
requestidpathinteger(int32)Requirednone

Responses

StatusMeaningDescriptionSchema
200OKSuccessschemanewmapresp
400Bad RequestBad Request
401UnauthorizedAuthentication Failed or Account validity expired
500Internal Server ErrorInternal server error

Example Request

# You can also use wget
curl -X GET /maprequeststatus/{requestid} \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
{
  "requestid": 0,
  "referencehotelcodes": [0],
  "statuscode": 0,
  "statusmsg": "string",
  "approximatetime": "2019-08-24"
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.