| Name | Description | Type | Additional information |
|---|---|---|---|
| ReservationID |
Gets or sets the reservation ID. |
globally unique identifier |
None. |
| DestinationID |
Gets or sets the destination ID. Represents the location where the reservation is made. |
integer |
None. |
| ResortID |
Gets or sets the resort ID. The ID of the resort where the reservation is being made. |
integer |
None. |
| Arrival |
Gets or sets the arrival date and time of the reservation. |
date |
None. |
| Departure |
Gets or sets the departure date and time of the reservation. |
date |
None. |
| ReservationStatusID |
Gets or sets the status ID of the reservation. A code representing the current state of the reservation. |
integer |
None. |
| Adults |
Gets or sets the number of adults included in the reservation. |
integer |
None. |
| Children |
Gets or sets the number of children included in the reservation. |
integer |
None. |
| Infants |
Gets or sets the number of infants included in the reservation. |
integer |
None. |
| Nights |
Gets or sets the number of nights for the reservation. |
integer |
None. |
| Rooms |
Gets or sets the number of rooms in the reservation. |
integer |
None. |
| RoomType |
Gets or sets the type of room requested for the reservation. |
string |
None. |
| Transportation |
Gets or sets the type of transportation included with the reservation. |
string |
None. |
| ConfirmationNumber |
Gets or sets the confirmation number for the reservation. |
string |
None. |
| ConfirmationDate |
Gets or sets the confirmation date and time for the reservation. |
date |
None. |
| Notes |
Gets or sets additional notes or remarks related to the reservation. |
string |
None. |
| PlanTypeID |
Gets or sets the ID for the reservation plan type. |
integer |
None. |
| SalesPrice |
Gets or sets the sales price of the reservation. |
decimal number |
None. |
| LeadID |
Gets or sets the lead ID. |
globally unique identifier |
None. |
| FirstName |
Gets or sets the first name of the lead. |
string |
None. |
| LastName |
Gets or sets the last name of the lead. |
string |
None. |
|
Gets or sets the email address of the lead. |
string |
None. |
|
| Phone |
Gets or sets the phone number of the lead. |
string |
None. |
| AltPhone |
Gets or sets the alternate phone number of the lead. |
string |
None. |
| Occupation |
Gets or sets the occupation of the lead. |
string |
None. |
| MaritalStatus |
Gets or sets the marital status of the lead. |
string |
None. |
| Age |
Gets or sets the age of the lead. |
integer |
None. |
| AnnualIncome |
Gets or sets the annual income of the lead. |
decimal number |
None. |
| Guests |
Gets or sets the list of guests associated with the reservation. |
Collection of Guest |
None. |
| Address |
Gets or sets the address of the lead. |
string |
None. |
| City |
Gets or sets the city of the lead. |
string |
None. |
| State |
Gets or sets the state of the lead. |
string |
None. |
| CountryID |
Gets or sets the country ID of the lead. |
integer |
None. |
| ZipCode |
Gets or sets the zip code of the lead. |
string |
None. |