Documentation
getreservationservices
Returns every reservation services that belongs to a given reservation.
endpoints
production
https://newapi.vpttours.com/getreservationservices
request parameters
reservationcode
[int][required]
Reservation code.
language
[int]
Language code in which we want to make the request.
lite
[boolean]
Controls the level of detail returned in the tour object.
The default value is true.
When lite is true, the endpoint returns a reduced tour object.
When lite is false, the endpoint returns the complete tour object, including fields such as rates.
The value must be sent as a JSON boolean, not as a string.
request example
{
"requestdata": {
"reservationcode": "507721",
"language": "1",
"lite": false
}
}