Documentation
reservationService
Representation of one service of one reservation.
attributes
code
[int]
Service locator.
reservationloc
[int]
It indicates a locator of the reservation which the service belongs.
status
[reservationStatus]
It indicates the status of the service.
tour
[tour]
It indicates the tour reserved in the service.
user
[user]
It indicates the agency user whom reserved the service.
paxname
[string]
It indicates the name of the main passenger of the service.
startdate
[date:yyyy-mm-dd]
It indicates the start date of the service.
voiddate
[date:yyyy-mm-dd]
It indicates the cancellation date of the service.
creationdate
[date:yyyy-mm-dd]
It indicates the creation date of the service.
price
[price]
It indicates the price of the service.