ReservationSubType |
Int32 |
|
N/A |
The Sub Type of the reservation. This is used for reporting and operational purposes. |
ReasonForStayID |
Int32 |
|
N/A |
The reason the guest is staying, such as Business, Vacation, etc. |
MarketCodesID |
Int32 |
|
N/A |
The marketing campaign or source associated with this reservation. |
SourceOfBusinessID |
Int32 |
|
N/A |
The source this reservation came from, such as Travel Agent, Tour Operator, etc. |
Misc |
String |
|
N/A |
Misc |
TravelAgencyID |
Int32 |
|
N/A |
The travel agency which will be paid a commission for this reservation. |
CityLedgerId |
Int32 |
|
N/A |
Id of the City Ledger. |
Guests |
List<GuestModel> |
|
N/A |
The guests that will be staying in the reservation. If the 'IsOwnerPrimaryGuest' field is false then at least one guest is required. |