POST/sourcemaprequest

Get Source Map Request

POST/sourcemaprequest

Responses

StatusMeaningDescriptionSchema
200OKSuccess
400Bad RequestError
401UnauthorizedAuthorization has been denied for this request
500Internal Server ErrorInternal server error

Example Request

# You can also use wget
curl -X POST /sourcemaprequest/ \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Body parameter

{
  "hotelcode": 0,
  "sources": [0],
   "urls": ["string"],
   "channeltype": ["string"],
}

Example responses

200 Response
{
  "requestid": 0,
  "hotelcode": 0,
    "long": 0,
    "sources": [0],
    "urls": ["string"],
    "status": 0,
	"approximatetime": 0,
	"channeltype": ["string"],
  }
}

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.