# title : OPERA Cloud RnA BookingsReservation GraphQL API, # description : GraphQL API to cater for Detailed information on reservations booked in the past and future, including market code, rate code, reservation status, guest information and associated room and revenue details. # Compatible with OPERA Cloud RnA release 26.1.0.0. # This document and all content within is available under the Universal Permissive License v 1.0 # (https://oss.oracle.com/licenses/upl). Copyright (c) 2020,2026 Oracle and/or its affiliates # version : 26.1.0.0 # termsOfService : https://www.oracle.com/legal/terms.html # contact_email : hospitality_apis_ww_grp@oracle.com # license : https://opensource.org/licenses/upl directive @stream(if: Boolean, label: String, initialCount: Int = 0) on FIELD directive @conditionalInputPair(pair: Int) on INPUT_FIELD_DEFINITION directive @mandatoryInput on INPUT_FIELD_DEFINITION scalar Date scalar DateTime # Date format: "YYYY-MM-DD" input DateInput{ _eq: Date _ne: Date _in: [Date] _nin: [Date] _gt: Date _lt: Date _gte: Date _lte: Date _btn: DateRangeInput _isNull: Boolean } input DateRangeInput { start: Date! end: Date! } # Datetime format: "YYYY-MM-DD HH24:MI:SS" input DateTimeInput { _eq: DateTime _ne: DateTime _in: [DateTime] _nin: [DateTime] _gt: DateTime _lt: DateTime _gte: DateTime _lte: DateTime _btn: DateTimeRangeInput _isNull: Boolean } input DateTimeRangeInput { start: DateTime! end: DateTime! } input StringInput { _eq: String _ne: String _in: [String] _nin: [String] _gt: String _lt: String _gte: String _lte: String _isNull: Boolean } input FloatInput { _eq: Float _ne: Float _in: [Float] _nin: [Float] _gt: Float _lt: Float _gte: Float _lte: Float _btn: FloatRangeInput _isNull: Boolean } input FloatRangeInput { start: Float! end: Float! } # Conditional Mandatory filters: # At least one filter from each required filter pair must be provided. # Please ensure the request includes at least one filter from each required pair. # Pair - [1] # - reservationDetailsChainCode # - reservationDetailsResort # Pair - [2] # - reservationDetailsActualCheckInDateTime # - reservationDetailsActualCheckOutDate # - reservationDetailsActualCheckOutDateTime # - reservationDetailsAddresseeNameId # - reservationDetailsAllotmentHeaderId # - reservationDetailsAllotmentid # - reservationDetailsAwardMembershipId # - reservationDetailsBillingContactId # - reservationDetailsBillingcontactprofileid # - reservationDetailsBonusCheckId # - reservationDetailsBusinessDateCreated # - reservationDetailsCXchangeDate # - reservationDetailsCancellationDate # - reservationDetailsCancellationNo # - reservationDetailsConfirmationNo # - reservationDetailsCreditCardId # - reservationDetailsEndDate # - reservationDetailsEndbusinessdate # - reservationDetailsEnddatetime # - reservationDetailsEventId # - reservationDetailsFolioCloseDate # - reservationDetailsGuestprofileid # - reservationDetailsInsertActionInstanceId # - reservationDetailsInsertDate # - reservationDetailsInsertUser # - reservationDetailsInsertdatetime # - reservationDetailsJrnupdatedttm # - reservationDetailsLocationid # - reservationDetailsNameId # - reservationDetailsOriginalEndDate # - reservationDetailsParentResvNameId # - reservationDetailsParentreservationid # - reservationDetailsQuoteId # - reservationDetailsReservationid # - reservationDetailsResvContactId # - reservationDetailsResvNameId # - reservationDetailsResvNameid # - reservationDetailsResvcontactprofileid # - reservationDetailsRhBillingContactId # - reservationDetailsRhResvContactId # - reservationDetailsSplitFromResvNameId # - reservationDetailsSplitfromreservationid # - reservationDetailsTruncActualCheckOutDate # - reservationDetailsTruncBeginDate # - reservationDetailsTruncEndDate # - reservationDetailsUniCardId # - reservationDetailsUpdateDate # - reservationDetailsUpdatedatetime input BookingsReservationQueryArgumentsType { """Actual Check In Date Time""" reservationDetailsActualCheckInDateTime: DateTimeInput @conditionalInputPair(pair: 2) """Actual Check Out Date Time""" reservationDetailsActualCheckOutDateTime: DateTimeInput @conditionalInputPair(pair: 2) """Actual Check-Out Date""" reservationDetailsActualCheckOutDate: DateInput @conditionalInputPair(pair: 2) """Addressee Name ID""" reservationDetailsAddresseeNameId: FloatInput @conditionalInputPair(pair: 2) """Block ID""" reservationDetailsAllotmentid: FloatInput @conditionalInputPair(pair: 2) """Arrival Date""" reservationDetailsTruncBeginDate: DateInput @conditionalInputPair(pair: 2) """Billing Contact ID""" reservationDetailsBillingContactId: FloatInput @conditionalInputPair(pair: 2) """Billing Contact Profile ID""" reservationDetailsBillingcontactprofileid: FloatInput @conditionalInputPair(pair: 2) """Block ID""" reservationDetailsAllotmentHeaderId: FloatInput @conditionalInputPair(pair: 2) """Bonus Check ID""" reservationDetailsBonusCheckId: FloatInput @conditionalInputPair(pair: 2) """Business Date Created""" reservationDetailsBusinessDateCreated: DateInput @conditionalInputPair(pair: 2) """Central Xchange Date""" reservationDetailsCXchangeDate: DateInput @conditionalInputPair(pair: 2) """Cancellation Date""" reservationDetailsCancellationDate: DateTimeInput @conditionalInputPair(pair: 2) """Cancellation Number""" reservationDetailsCancellationNo: StringInput @conditionalInputPair(pair: 2) """Chain Code""" reservationDetailsChainCode: StringInput @conditionalInputPair(pair: 1) """Shared Confirmation Number""" reservationDetailsConfirmationNo: StringInput @conditionalInputPair(pair: 2) """Credit Card ID""" reservationDetailsCreditCardId: FloatInput @conditionalInputPair(pair: 2) """Custom Reference Number""" reservationDetailsCustomReference: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationDetailsDsi: FloatInput """Departure Date""" reservationDetailsTruncEndDate: DateInput @conditionalInputPair(pair: 2) """End Datetime""" reservationDetailsEnddatetime: DateTimeInput @conditionalInputPair(pair: 2) """Endbusinessdate""" reservationDetailsEndbusinessdate: DateInput @conditionalInputPair(pair: 2) """Event ID""" reservationDetailsEventId: FloatInput @conditionalInputPair(pair: 2) """Date the folio was changed to closed.""" reservationDetailsFolioCloseDate: DateInput @conditionalInputPair(pair: 2) """Guaranteecodeid""" reservationDetailsGuaranteecodeid: StringInput """Guestprofileid""" reservationDetailsGuestprofileid: FloatInput @conditionalInputPair(pair: 2) """Insert Action Instance ID""" reservationDetailsInsertActionInstanceId: FloatInput @conditionalInputPair(pair: 2) """Insert Date""" reservationDetailsInsertDate: DateTimeInput @conditionalInputPair(pair: 2) """Insert DateTime""" reservationDetailsInsertdatetime: DateTimeInput @conditionalInputPair(pair: 2) """Insert User""" reservationDetailsInsertUser: FloatInput @conditionalInputPair(pair: 2) """Award Membership ID""" reservationDetailsAwardMembershipId: FloatInput @conditionalInputPair(pair: 2) """JRN Update Date and Time""" reservationDetailsJrnupdatedttm: DateTimeInput @conditionalInputPair(pair: 2) """Linked Departure Date""" reservationDetailsEndDate: DateTimeInput @conditionalInputPair(pair: 2) """Internal ID to uniquely identify the Property""" reservationDetailsLocationid: StringInput @conditionalInputPair(pair: 2) """Name Usage Type""" reservationDetailsNameUsageType: StringInput """Internal ID to uniquely identify the Organization""" reservationDetailsOrganizationid: FloatInput """Original End Date""" reservationDetailsOriginalEndDate: DateInput @conditionalInputPair(pair: 2) """Parent Resv Name ID""" reservationDetailsParentResvNameId: FloatInput @conditionalInputPair(pair: 2) """Parentreservationid""" reservationDetailsParentreservationid: FloatInput @conditionalInputPair(pair: 2) """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" reservationDetailsPostCoFlag: StringInput """Quote ID provided by external system.""" reservationDetailsQuoteId: StringInput @conditionalInputPair(pair: 2) """Resv Contact ID""" reservationDetailsResvContactId: FloatInput @conditionalInputPair(pair: 2) """Reservation Name ID""" reservationDetailsResvNameId: FloatInput @conditionalInputPair(pair: 2) """Reservation Status""" reservationDetailsResvStatus: StringInput """Reservation Type""" reservationDetailsGuaranteeCode: StringInput """Reservationid""" reservationDetailsReservationid: FloatInput @conditionalInputPair(pair: 2) """Property""" reservationDetailsResort: StringInput @conditionalInputPair(pair: 1) """Auto generated charge number for Point Of Sale systems to identify guests.""" reservationDetailsResortChargeNumber: StringInput """Reservation Nameid""" reservationDetailsResvNameid: FloatInput @conditionalInputPair(pair: 2) """Resvcontactprofileid""" reservationDetailsResvcontactprofileid: FloatInput @conditionalInputPair(pair: 2) """Rh Billing Contact ID""" reservationDetailsRhBillingContactId: FloatInput @conditionalInputPair(pair: 2) """Rh Resv Contact ID""" reservationDetailsRhResvContactId: FloatInput @conditionalInputPair(pair: 2) """Room Category""" reservationDetailsRoomCategory: StringInput """Roomcategoryid""" reservationDetailsRoomcategoryid: StringInput """Is the guest scheduled for automatic check out?""" reservationDetailsScheduleCheckoutYn: StringInput """This is CAPITOL version of guest_first_name""" reservationDetailsSguestFirstname: StringInput """Sguest Name""" reservationDetailsSguestName: StringInput """Shared Profile ID""" reservationDetailsNameId: FloatInput @conditionalInputPair(pair: 2) """Shared Reservation Status""" reservationDetailsReservationStatus: StringInput """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" reservationDetailsSplitFromResvNameId: FloatInput @conditionalInputPair(pair: 2) """Splitfromreservationid""" reservationDetailsSplitfromreservationid: FloatInput @conditionalInputPair(pair: 2) """This is the actual check out date with no time component.""" reservationDetailsTruncActualCheckOutDate: DateInput @conditionalInputPair(pair: 2) """Universal Card ID used by interfaces for key encoding purposes.""" reservationDetailsUniCardId: StringInput @conditionalInputPair(pair: 2) """Update Date""" reservationDetailsUpdateDate: DateTimeInput @conditionalInputPair(pair: 2) """Update Datetime""" reservationDetailsUpdatedatetime: DateTimeInput @conditionalInputPair(pair: 2) """DSI Internal Data Source ID to identify Opera Chain and instance""" accompanyingguestDetailsDsi: FloatInput """JRN Update Date and Time""" accompanyingguestDetailsJrnupdatedttm: DateTimeInput """Last Name""" accompanyingguestDetailsLast: StringInput """Internal ID to uniquely identify the Organization""" accompanyingguestDetailsOrganizationid: FloatInput """Primary Key ID""" accompanyingguestDetailsPkid: FloatInput """Code to uniquely identify the Property""" accompanyingguestDetailsResort: StringInput """Resv Name ID""" accompanyingguestDetailsResvNameId: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" channelDetailsDsi: FloatInput """Entity Name""" channelDetailsEntityName: StringInput """JRN Update Date and Time""" channelDetailsJrnupdatedttm: DateTimeInput """Language Code""" channelDetailsLanguageCode: StringInput """Internal ID to uniquely identify the Organization""" channelDetailsOrganizationid: FloatInput """Origin Code""" channelDetailsAttributeCode: StringInput """Title Suffix""" channelDetailsTitleSuffix: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" externalreferencesDetailsDsi: FloatInput """External Reference Number""" externalreferencesDetailsExternalReference: StringInput """Type of external reference depending from what external system the number was passed.""" externalreferencesDetailsExternalReferenceType: StringInput """JRN Update Date and Time""" externalreferencesDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" externalreferencesDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" externalreferencesDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" externalreferencesDetailsResort: StringInput """Resv Name ID""" externalreferencesDetailsResvNameId: FloatInput """External reference stored in upper case.""" externalreferencesDetailsUpperExternalReference: StringInput """Account Code""" fixedchargesDetailsAccountCode: FloatInput """Accountid""" fixedchargesDetailsAccountid: FloatInput """Business Date""" fixedchargesDetailsFixedchargestartdate: DateInput """Central Xchange Date""" fixedchargesDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" fixedchargesDetailsDsi: FloatInput """End Date""" fixedchargesDetailsFixedchargeenddate: DateInput """Unique number to identify the entry.""" fixedchargesDetailsFixedChargesId: FloatInput """Fixedchargespmsref""" fixedchargesDetailsFixedchargespmsref: FloatInput """Fixedchargesid""" fixedchargesDetailsFixedchargesid: FloatInput """JRN Update Date and Time""" fixedchargesDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" fixedchargesDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" fixedchargesDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" fixedchargesDetailsResort: StringInput """Resv Name ID""" fixedchargesDetailsResvNameId: FloatInput """Reservationid""" fixedchargesDetailsReservationid: FloatInput """Rate transaction code""" fixedchargesDetailsTransactionCode: StringInput """Transcodeid""" fixedchargesDetailsTranscodeid: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" guestrsvmessagesDetailsDsi: FloatInput """JRN Update Date and Time""" guestrsvmessagesDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" guestrsvmessagesDetailsLocationid: StringInput """Msgid""" guestrsvmessagesDetailsMsgid: FloatInput """Internal ID to uniquely identify the Organization""" guestrsvmessagesDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" guestrsvmessagesDetailsResort: StringInput """Resv Name ID""" guestrsvmessagesDetailsResvNameId: FloatInput """Status Flag""" guestrsvmessagesDetailsStatusFlag: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" locatorsDetailsDsi: FloatInput """JRN Update Date and Time""" locatorsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" locatorsDetailsLocationid: StringInput """Internal locator id""" locatorsDetailsLocatorId: FloatInput """Internal ID to uniquely identify the Organization""" locatorsDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" locatorsDetailsResort: StringInput """Resv Name ID""" locatorsDetailsResvNameId: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" marketDetailsDsi: FloatInput """JRN Update Date and Time""" marketDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" marketDetailsLocationid: StringInput """Market Code""" marketDetailsMarketCode: StringInput """Market group attached to the market code""" marketDetailsParentMarketCode: StringInput """Marketgroupid""" marketDetailsMarketgroupid: StringInput """Marketid""" marketDetailsMarketid: StringInput """Internal ID to uniquely identify the Organization""" marketDetailsOrganizationid: FloatInput """Property""" marketDetailsResort: StringInput """The primary key for this table.""" profileallDetailsNameId: FloatInput """Profile is active or not.""" profileallDetailsActiveYn: StringInput """This is a name_id (Profile number) of profiles that exist in a Central database in a typical CRS environment.""" profileallDetailsCrsNameid: FloatInput """Chain Code""" profileallDetailsChainCode: StringInput """The unique key of this name stores IATA# Company # etc.""" profileallDetailsNameCode: StringInput """The company group or company group user ID in hierarchical format""" profileallDetailsCompanyGroupId: StringInput """Used in S&C Module.""" profileallDetailsContactFlag: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" profileallDetailsDsi: FloatInput """Direct Bill Batch Type""" profileallDetailsDirectBillBatchType: StringInput """The last name of the individual Profile and Search name ofr the other Types of Profiles (Group Travel Agent & Source) are stored in this column.""" profileallDetailsLast: StringInput """Keep guest in history Y/N""" profileallDetailsHistoryYn: StringInput """The date the record was marked as inactive""" profileallDetailsInactiveDate: DateTimeInput """Index Name""" profileallDetailsIndexName: StringInput """Organization ID""" profileallDetailsOrganizationId: FloatInput """JRN Update Date and Time""" profileallDetailsJrnupdatedttm: DateTimeInput """The type of Profile.""" profileallDetailsNameType: StringInput """Internal ID to uniquely identify the Organization""" profileallDetailsOrganizationid: FloatInput """The primary key for this table.""" profileallDetailsProfileId: FloatInput """The type of Profile.""" profileallDetailsProfileType: StringInput """Resort for which Job is registered.""" profileallDetailsResortRegistered: StringInput """This column store the Name of the Company Profiles.""" profileallDetailsCompany: StringInput """The Uppercase value of Last or Company.""" profileallDetailsSname: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" profileallDetailsSxname: StringInput """Uppercase value of First Name.""" profileallDetailsSfirst: StringInput """Used in QMS Module""" profileallDetailsSrepCode: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" profileallDetailsSxfirstName: StringInput """The date the record was modified""" profileallDetailsUpdateDate: DateTimeInput """Account ID""" reservationprofileaccountscompanyDetailsProfileId: FloatInput """Active Flag""" reservationprofileaccountscompanyDetailsActiveYn: StringInput """Chain Code""" reservationprofileaccountscompanyDetailsChainCode: StringInput """Company""" reservationprofileaccountscompanyDetailsCompany: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationprofileaccountscompanyDetailsDsi: FloatInput """History Y/N""" reservationprofileaccountscompanyDetailsHistoryYn: StringInput """IATA Number""" reservationprofileaccountscompanyDetailsNameCode: StringInput """Inactive Date""" reservationprofileaccountscompanyDetailsInactiveDate: DateInput """Organization ID""" reservationprofileaccountscompanyDetailsOrganizationId: FloatInput """JRN Update Date and Time""" reservationprofileaccountscompanyDetailsJrnupdatedttm: DateTimeInput """Last""" reservationprofileaccountscompanyDetailsLast: StringInput """Name ID""" reservationprofileaccountscompanyDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" reservationprofileaccountscompanyDetailsOrganizationid: FloatInput """Profile Type""" reservationprofileaccountscompanyDetailsProfileType: StringInput """Profile Type Code""" reservationprofileaccountscompanyDetailsNameType: StringInput """Resort for which Job is registered.""" reservationprofileaccountscompanyDetailsResortRegistered: StringInput """The Uppercase value of Last or Company.""" reservationprofileaccountscompanyDetailsSname: StringInput """Uppercase value of First Name.""" reservationprofileaccountscompanyDetailsSfirst: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" reservationprofileaccountscompanyDetailsSxfirstName: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" reservationprofileaccountscompanyDetailsSxname: StringInput """Update Date""" reservationprofileaccountscompanyDetailsUpdateDate: DateTimeInput """Account ID""" profileaccountstravelagentDetailsProfileId: FloatInput """Active Flag""" profileaccountstravelagentDetailsActiveYn: StringInput """Chain Code""" profileaccountstravelagentDetailsChainCode: StringInput """Company""" profileaccountstravelagentDetailsCompany: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" profileaccountstravelagentDetailsDsi: FloatInput """History Y/N""" profileaccountstravelagentDetailsHistoryYn: StringInput """IATA Number""" profileaccountstravelagentDetailsNameCode: StringInput """Inactive Date""" profileaccountstravelagentDetailsInactiveDate: DateInput """Organization ID""" profileaccountstravelagentDetailsOrganizationId: FloatInput """JRN Update Date and Time""" profileaccountstravelagentDetailsJrnupdatedttm: DateTimeInput """Last""" profileaccountstravelagentDetailsLast: StringInput """Name ID""" profileaccountstravelagentDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" profileaccountstravelagentDetailsOrganizationid: FloatInput """Profile Type""" profileaccountstravelagentDetailsProfileType: StringInput """Profile Type Code""" profileaccountstravelagentDetailsNameType: StringInput """Resort for which Job is registered.""" profileaccountstravelagentDetailsResortRegistered: StringInput """The Uppercase value of Last or Company.""" profileaccountstravelagentDetailsSname: StringInput """Uppercase value of First Name.""" profileaccountstravelagentDetailsSfirst: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" profileaccountstravelagentDetailsSxfirstName: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" profileaccountstravelagentDetailsSxname: StringInput """Update Date""" profileaccountstravelagentDetailsUpdateDate: DateTimeInput """Account ID""" reservationprofileaccountssourceDetailsProfileId: FloatInput """Active Flag""" reservationprofileaccountssourceDetailsActiveYn: StringInput """Chain Code""" reservationprofileaccountssourceDetailsChainCode: StringInput """Company""" reservationprofileaccountssourceDetailsCompany: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationprofileaccountssourceDetailsDsi: FloatInput """History Y/N""" reservationprofileaccountssourceDetailsHistoryYn: StringInput """IATA Number""" reservationprofileaccountssourceDetailsNameCode: StringInput """Inactive Date""" reservationprofileaccountssourceDetailsInactiveDate: DateInput """Organization ID""" reservationprofileaccountssourceDetailsOrganizationId: FloatInput """JRN Update Date and Time""" reservationprofileaccountssourceDetailsJrnupdatedttm: DateTimeInput """Last""" reservationprofileaccountssourceDetailsLast: StringInput """Name ID""" reservationprofileaccountssourceDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" reservationprofileaccountssourceDetailsOrganizationid: FloatInput """Profile Type""" reservationprofileaccountssourceDetailsProfileType: StringInput """Profile Type Code""" reservationprofileaccountssourceDetailsNameType: StringInput """Resort for which Job is registered.""" reservationprofileaccountssourceDetailsResortRegistered: StringInput """The Uppercase value of Last or Company.""" reservationprofileaccountssourceDetailsSname: StringInput """Uppercase value of First Name.""" reservationprofileaccountssourceDetailsSfirst: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" reservationprofileaccountssourceDetailsSxfirstName: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" reservationprofileaccountssourceDetailsSxname: StringInput """Update Date""" reservationprofileaccountssourceDetailsUpdateDate: DateTimeInput """Base Rate Code""" ratecodeDetailsBaseRateCode: StringInput """Business Date""" ratecodeDetailsBeginBookingDate: DateInput """Central Xchange Date""" ratecodeDetailsCXchangeDate: DateInput """Commission Code""" ratecodeDetailsCommissionCode: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" ratecodeDetailsDsi: FloatInput """Daily Rates Y/N""" ratecodeDetailsDailyRatesYn: StringInput """The rate code on which this rate shedule is dynamically based on.""" ratecodeDetailsDbaseRateCode: StringInput """Display Sequence""" ratecodeDetailsSellSequence: FloatInput """End Date""" ratecodeDetailsEndBookingDate: DateInput """Group Code""" ratecodeDetailsGroupCode: StringInput """JRN Update Date and Time""" ratecodeDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" ratecodeDetailsLocationid: StringInput """Market Code""" ratecodeDetailsMarketCode: StringInput """Maximum Days Advance Booking""" ratecodeDetailsMaxDvanceBooking: FloatInput """Maximum Length of Stay""" ratecodeDetailsMaxLos: FloatInput """Maximum Occupancy""" ratecodeDetailsMaxOccupancy: FloatInput """Minimum Days Advance Booking""" ratecodeDetailsMinAdvanceBooking: FloatInput """Minimum Occupancy""" ratecodeDetailsMinOccupancy: FloatInput """Order By""" ratecodeDetailsOrderBy: FloatInput """Internal ID to uniquely identify the Organization""" ratecodeDetailsOrganizationid: FloatInput """Original Rate Code""" ratecodeDetailsRateCode: StringInput """Indicates the order in which this rate should be displayed during the booking process when the ors_rate_sell_sequence functionality is active.""" ratecodeDetailsOrsSellSequence: FloatInput """Indicates whether the rate code is pending for approval or not""" ratecodeDetailsPendingApprovalYn: StringInput """Code to uniquely identify the Property""" ratecodeDetailsResort: StringInput """Yield rate bucket""" ratecodeDetailsRateBucket: StringInput """Rate Code ID""" ratecodeDetailsRateCodeId: StringInput """Rate Level this rate code belongs to.""" ratecodeDetailsRateLevel: FloatInput """Source Code""" ratecodeDetailsSourceCode: StringInput """Rate transaction code""" ratecodeDetailsTransactionCode: StringInput """Indicates the lengh of Stay Unit in days. If value is > 1 then it is a pkg rate code.""" ratecodeDetailsLosUnit: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationalertsDetailsDsi: FloatInput """Unique ID in External System.""" reservationalertsDetailsExternalAlertId: StringInput """JRN Update Date and Time""" reservationalertsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" reservationalertsDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" reservationalertsDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" reservationalertsDetailsResort: StringInput """Query ID""" reservationalertsDetailsQueryId: FloatInput """Resv Alert ID""" reservationalertsDetailsResvAlertId: FloatInput """Resv Name ID""" reservationalertsDetailsResvNameId: FloatInput """Central Xchange Date""" reservationcancelpolicyDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationcancelpolicyDetailsDsi: FloatInput """External ID""" reservationcancelpolicyDetailsExternalId: StringInput """JRN Update Date and Time""" reservationcancelpolicyDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" reservationcancelpolicyDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" reservationcancelpolicyDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" reservationcancelpolicyDetailsResort: StringInput """Internal""" reservationcancelpolicyDetailsResvCancelPolicyId: FloatInput """Resv Name ID""" reservationcancelpolicyDetailsResvNameId: FloatInput """Allotment Header ID""" reservationdetailDetailsAllotmentHeaderId: FloatInput """Billing Contact ID""" reservationdetailDetailsBillingContactId: FloatInput """Block ID.""" reservationdetailDetailsBlockId: FloatInput """Property this block belongs to.""" reservationdetailDetailsBlockResort: StringInput """Central Xchange Date""" reservationdetailDetailsCXchangeDate: DateInput """Company ID""" reservationdetailDetailsCompanyId: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationdetailDetailsDsi: FloatInput """Due Out Y/N""" reservationdetailDetailsDueOutYn: StringInput """Not used""" reservationdetailDetailsExtSegNo: FloatInput """External Reference""" reservationdetailDetailsExternalReference: StringInput """Group ID""" reservationdetailDetailsGroupId: FloatInput """JRN Update Date and Time""" reservationdetailDetailsJrnupdatedttm: DateTimeInput """Market Code""" reservationdetailDetailsMarketCode: StringInput """Internal ID to uniquely identify the Organization""" reservationdetailDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" reservationdetailDetailsResort: StringInput """Rate Code""" reservationdetailDetailsRateCode: StringInput """Resv Contact ID""" reservationdetailDetailsResvContactId: FloatInput """Resv Name ID""" reservationdetailDetailsResvNameId: FloatInput """Reservation Daily El Seq""" reservationdetailDetailsResvDailyElSeq: FloatInput """Reservation Status""" reservationdetailDetailsResvStatus: StringInput """Room""" reservationdetailDetailsRoom: StringInput """Room Category""" reservationdetailDetailsRoomCategory: StringInput """Source ID""" reservationdetailDetailsSourceId: FloatInput """Stay Date""" reservationdetailDetailsReservationDate: DateInput """Travel Agent ID""" reservationdetailDetailsTravelAgentId: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationecouponsDetailsDsi: FloatInput """Ecoupon Code""" reservationecouponsDetailsEcouponCode: StringInput """Primary Key based on Sequence.""" reservationecouponsDetailsEcouponId: FloatInput """JRN Update Date and Time""" reservationecouponsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" reservationecouponsDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" reservationecouponsDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" reservationecouponsDetailsResort: StringInput """Rate Code""" reservationecouponsDetailsRateCode: StringInput """Resv Name ID""" reservationecouponsDetailsResvNameId: FloatInput """Based On Rule""" reservationitemsDetailsBasedOnRule: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationitemsDetailsDsi: FloatInput """Item ID""" reservationitemsDetailsItemId: FloatInput """JRN Update Date and Time""" reservationitemsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" reservationitemsDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" reservationitemsDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" reservationitemsDetailsResort: StringInput """Primary Key from Sequence.""" reservationitemsDetailsReservationItemId: FloatInput """Resv Name ID""" reservationitemsDetailsResvNameId: FloatInput """Based On Rule""" reservationprefDetailsBasedOnRule: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationprefDetailsDsi: FloatInput """Unique ID in External System.""" reservationprefDetailsExternalPreferenceId: StringInput """Preferenceid""" reservationprefDetailsPreferenceid: FloatInput """JRN Update Date and Time""" reservationprefDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" reservationprefDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" reservationprefDetailsOrganizationid: FloatInput """Preference""" reservationprefDetailsPreference: StringInput """Preference Group""" reservationprefDetailsPreferenceType: StringInput """Internal Id of the preference""" reservationprefDetailsPreferenceId: FloatInput """Code to uniquely identify the Property""" reservationprefDetailsResort: StringInput """Resv Name ID""" reservationprefDetailsResvNameId: FloatInput """Reservationid""" reservationprefDetailsReservationid: FloatInput """Reservation Preference ID""" reservationprefDetailsReservationpreferenceid: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationproductsDetailsDsi: FloatInput """JRN Update Date and Time""" reservationproductsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" reservationproductsDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" reservationproductsDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" reservationproductsDetailsResort: StringInput """Resv Name ID""" reservationproductsDetailsResvNameId: FloatInput """Reservation Product ID""" reservationproductsDetailsReservationProductId: FloatInput """Based On Rule""" reservationpromotionsDetailsBasedOnRule: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationpromotionsDetailsDsi: FloatInput """JRN Update Date and Time""" reservationpromotionsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" reservationpromotionsDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" reservationpromotionsDetailsOrganizationid: FloatInput """Promotion Code""" reservationpromotionsDetailsPromoCode: StringInput """Code to uniquely identify the Property""" reservationpromotionsDetailsResort: StringInput """Resv Name ID""" reservationpromotionsDetailsResvNameId: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationthresholdsDetailsDsi: FloatInput """JRN Update Date and Time""" reservationthresholdsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Organization""" reservationthresholdsDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" reservationthresholdsDetailsResort: StringInput """Resv Name ID""" reservationthresholdsDetailsResvNameId: FloatInput """Sequence to Identify the row.""" reservationthresholdsDetailsResvThresholdId: FloatInput """Threshold Diversion ID""" reservationthresholdsDetailsThresholdDiversionId: FloatInput """The property that the record belongs to""" resortDetailsResort: StringInput """Number format of AR account no.""" resortDetailsArAcctNoFormat: StringInput """Specifies if the AR acct No is mandatory(Y/N)""" resortDetailsArAcctNoMandYn: StringInput """Default Account Type for an Agent for the Property""" resortDetailsArAgent: StringInput """Internal""" resortDetailsArBalTrxCode: StringInput """Default Account Type for a Company for the Property""" resortDetailsArCompany: StringInput """Internal""" resortDetailsArCreditTrxCode: StringInput """Default Account Type for a Group for the Property""" resortDetailsArGroups: StringInput """Default Account Type for Individual for the Property""" resortDetailsArIndividuals: StringInput """Internal""" resortDetailsArSettleCode: StringInput """Internal""" resortDetailsArTypewriter: StringInput """Access Code""" resortDetailsAccessCode: StringInput """Number of handicapped rooms.""" resortDetailsQtyHandicappedRooms: FloatInput """Aging bucket 1""" resortDetailsAgingLevel1: FloatInput """Aging bucket 2""" resortDetailsAgingLevel2: FloatInput """Aging bucket 3""" resortDetailsAgingLevel3: FloatInput """Aging bucket 4""" resortDetailsAgingLevel4: FloatInput """Aging bucket 3""" resortDetailsAgingLevel5: FloatInput """The Airport Code for the airport near the property""" resortDetailsAirport: StringInput """Distance of the Airport specified in the AIRPORT_CODE column from the Property""" resortDetailsAirportDistance: StringInput """Time it takes to travel the distance between the Property and the Airport specified in AIRPORT_CODE column""" resortDetailsAirportTime: StringInput """Allow loggin in to this resort(Y/N)""" resortDetailsAllowLoginYn: StringInput """Period for the allowance""" resortDetailsAllowancePeriodAdj: StringInput """Internal""" resortDetailsAwardsTimeout: FloatInput """Ball Room Area""" resortDetailsBrArea: StringInput """No of Ballroom Seats""" resortDetailsBrSeats: FloatInput """The base language of the Hotel""" resortDetailsBaseLanguage: StringInput """It contains the reservation type to be used when making group block""" resortDetailsBlock: StringInput """Brand Code of the property.""" resortDetailsBrandCode: StringInput """Financial Year of the Property""" resortDetailsBudgetMonth: FloatInput """The date this resort becomes valid for use by the system""" resortDetailsBeginDate: DateInput """Value for the parameter.""" resortDetailsBusinessId: StringInput """Value for the parameter.""" resortDetailsBusinessRegCode: StringInput """Code for the CRO""" resortDetailsCroCode: StringInput """Internal""" resortDetailsCashShiftDrop: StringInput """Catering Currency Code used when Catering Currency differs from base currency.""" resortDetailsCateringCurrencyCode: StringInput """Catering currency format.""" resortDetailsCateringCurrencyFormat: StringInput """Central Exchange Date""" resortDetailsCXchangeDate: DateInput """Central Exchange Rate""" resortDetailsCXchangeRate: FloatInput """Central Credit Limit""" resortDetailsCCreditLimit: FloatInput """Central Currency Code""" resortDetailsCentralCurrencyCode: StringInput """Central Currency Description""" resortDetailsCentralCurrencyDesc: StringInput """Central Double Rate2""" resortDetailsCDblRate2: FloatInput """Central Double Rate1""" resortDetailsCDblRate1: FloatInput """Central Passerby Market""" resortDetailsRepPasserbyMarket: StringInput """Central Passerby Source""" resortDetailsRepPasserbySource: StringInput """Central Property Type""" resortDetailsRepResortType: StringInput """Central Sgl Rate1""" resortDetailsCSglRate1: FloatInput """Central Sgl Rate 2""" resortDetailsCSglRate2: FloatInput """Central State""" resortDetailsRepState: StringInput """Central State Description""" resortDetailsRepStateDesc: StringInput """Central Sui Rate1""" resortDetailsCSuiRate1: FloatInput """Central Sui Rate 2""" resortDetailsCSuiRate2: FloatInput """Central Tpl Rate1""" resortDetailsCTplRate1: FloatInput """Central Tpl Rate 2""" resortDetailsCTplRate2: FloatInput """Central Warning Amount""" resortDetailsCWarningAmount: FloatInput """Chain Code for the chain to which the property belongs""" resortDetailsChainCode: StringInput """The description of this chain.""" resortDetailsChainDescription: StringInput """Chain Mode""" resortDetailsChainMode: StringInput """Internal""" resortDetailsCheckExgPaidout: StringInput """The Hotel official check out time""" resortDetailsCheckOutTime: DateTimeInput """Internal""" resortDetailsCheckShiftDrop: StringInput """Internal""" resortDetailsCheckTrxcode: StringInput """The Hotel official check intime""" resortDetailsCheckInTime: DateTimeInput """The physical city in which this property resides.""" resortDetailsCity: StringInput """City Description""" resortDetailsCityDescription: StringInput """Internal""" resortDetailsComAddress: StringInput """Internal""" resortDetailsComMethod: StringInput """Internal""" resortDetailsComNameXrefId: FloatInput """Internal""" resortDetailsCompanyAddressType: StringInput """Internal""" resortDetailsCompanyPhoneType: StringInput """Internal""" resortDetailsConfigurationMode: StringInput """Internal""" resortDetailsConfirmRegcardPrinter: StringInput """Number of connecting rooms.""" resortDetailsQtyConnectingRooms: FloatInput """The unique name of application user""" resortDetailsAllContacts: StringInput """Number of copies to be printed""" resortDetailsCopies: FloatInput """Country name.""" resortDetailsCountryName: StringInput """The name of the country in which this property resides.""" resortDetailsCountryCode: StringInput """Value for the parameter.""" resortDetailsCountryMode: StringInput """The default credit limit for guests.""" resortDetailsCreditLimit: FloatInput """Currency Code.""" resortDetailsCurrencyCode: StringInput """Currency Symbol like $ or EURO symbol""" resortDetailsCurrencySymbol: StringInput """A description of this currency.""" resortDetailsCurrencyName: StringInput """Format for the local currency.""" resortDetailsLocalCurrencyFormat: StringInput """Color that of the background""" resortDetailsCurtainColor: StringInput """DSI""" resortDetailsDsi: FloatInput """Date the aging should begin""" resortDetailsDateForAging: StringInput """Type of separator to distinguish between DD MM and YYYY""" resortDetailsDateSeparator: StringInput """Number of places for the default currency""" resortDetailsDecimalPlaces: FloatInput """Type of decimal separator""" resortDetailsDecimalSeparator: StringInput """Number of decimals to designate currency""" resortDetailsCurrencyDecimals: FloatInput """Folio style to be used for all guests""" resortDetailsDefaultFolioStyle: FloatInput """Default guest address format.""" resortDetailsDefaultGuestAddress: StringInput """Future use""" resortDetailsDefaultMembershipType: StringInput """Future use""" resortDetailsDefaultPostingRoom: StringInput """Default property address format.""" resortDetailsDefaultPropertyAddress: StringInput """Future use""" resortDetailsDefaultRateCode: StringInput """Rate code used to default a PCR rate code used in FIT Contracts.""" resortDetailsDefaultRatecodePcr: StringInput """Rate code used to default a RACK rate code used for FIT Contracts.""" resortDetailsDefaultRatecodeRack: StringInput """Default registration card for the property.""" resortDetailsDefaultRegistrationCard: StringInput """The Default reservation type for this property""" resortDetailsDefaultReservationType: StringInput """Deleted Flag""" resortDetailsDeletedFlag: StringInput """Future use""" resortDetailsDepositLedTrxCode: StringInput """Destination ID""" resortDetailsDestinationId: StringInput """Future use""" resortDetailsDfltPkgTranCode: StringInput """Future use""" resortDetailsDfltTranCodeRateCode: StringInput """Internal""" resortDetailsDirections: StringInput """Future use""" resortDetailsDirsales: StringInput """LOGIN into the application is disabled.""" resortDetailsDisableLoginYn: StringInput """Number of double rooms.""" resortDetailsQtyDoubleRooms: FloatInput """Download Rest YN""" resortDetailsDownloadRestYn: StringInput """Pager number for the Manager on duty for the property.""" resortDetailsDutyManagerPager: StringInput """Email id for the property.""" resortDetailsEmail: StringInput """Future use.""" resortDetailsEndDate: DateInput """Default Exchange posting status for the property""" resortDetailsExchangePostingType: StringInput """Floor number of executive floor.""" resortDetailsFloorNumExecutiveFloor: StringInput """Hotel code used for third party exports""" resortDetailsExpHotelCode: StringInput """Future use""" resortDetailsExtExpFileLocation: StringInput """Future use""" resortDetailsExtPropertyCode: StringInput """Indicates that the property uses an external SC system.""" resortDetailsExternalScYn: StringInput """Number of family rooms.""" resortDetailsQtyFamilyRooms: FloatInput """Fax number formats.""" resortDetailsFaxNoFormat: StringInput """The fax phone number""" resortDetailsFax: StringInput """Future use""" resortDetailsFiscalEndDate: DateInput """Future use""" resortDetailsFiscalPeriodType: StringInput """Future use""" resortDetailsFiscalStartDate: DateInput """Fiscal Year Begin Month""" resortDetailsFiscalStartMonth: FloatInput """Fiscal Year Begin Year""" resortDetailsFiscalStartYear: FloatInput """Screen Painter flags to indicate whether an item is changable/ movable etc.""" resortDetailsFlags: StringInput """Future use""" resortDetailsFlowCode: StringInput """Property Free Nights Stay Tier.""" resortDetailsFnsTier: StringInput """Other languages""" resortDetailsFolioLanguage1: StringInput """Other languages""" resortDetailsFolioLanguage2: StringInput """Other languages""" resortDetailsFolioLanguage3: StringInput """Other languages""" resortDetailsFolioLanguage4: StringInput """Future use""" resortDetailsGenmgr: StringInput """To define an upper limit to the number of rooms for Group""" resortDetailsGroupRoomWarning: FloatInput """Future use""" resortDetailsGuestLookupTimeout: FloatInput """Number of guest elevators.""" resortDetailsQtyGuestElevators: FloatInput """Total of guest rooms floors.""" resortDetailsQtyGuestRoomFloors: FloatInput """Future use""" resortDetailsHotelCode: StringInput """Future use""" resortDetailsHotelFc: StringInput """Hotel id""" resortDetailsHotelId: StringInput """Future use""" resortDetailsHotelType: StringInput """Future use""" resortDetailsImgDirectionId: FloatInput """Future use""" resortDetailsImgHotelId: FloatInput """Future use""" resortDetailsImgMapId: FloatInput """Future use""" resortDetailsInactiveDaysForGuestProfil: FloatInput """Inactive Flag""" resortDetailsInactiveFlag: StringInput """Future use""" resortDetailsIndividualAddressType: StringInput """Future use""" resortDetailsIndividualPhoneType: StringInput """To define an upper limit to the number of rooms for group""" resortDetailsIndividualRoomWarning: FloatInput """The date the record was created""" resortDetailsInsertDate: DateTimeInput """The user that created the record""" resortDetailsInsertUser: FloatInput """Int Tax Included YN""" resortDetailsIntTaxIncludedYn: StringInput """Future use""" resortDetailsInventoryYn: StringInput """JRN Update Date and Time""" resortDetailsJrnupdatedttm: DateTimeInput """To calculate the entire availability of the Hotel for future reservations""" resortDetailsKeepAvailability: FloatInput """Latitude of the property in decimal""" resortDetailsLatitude: FloatInput """Future use""" resortDetailsLeadsend: StringInput """The owner who owns this property""" resortDetailsLegalOwner: StringInput """The property that the record belongs to""" resortDetailsLocationId: StringInput """Long date format for the property.""" resortDetailsLongDateFormat: StringInput """The default length of stay""" resortDetailsLongStayControl: FloatInput """Longitude of the property in decimal""" resortDetailsLongitude: FloatInput """Maximum adults in family rooms.""" resortDetailsMaxAdultsFamilyRoom: FloatInput """Maximum children in family rooms.""" resortDetailsMaxChildrenFamilyRoom: FloatInput """Future use""" resortDetailsMaxOccupancy: FloatInput """Maximum number of days that are allowed to credit a bill. (Country requirements.) Used in CASHIERING MODULE.""" resortDetailsMaxcreditdays: FloatInput """Indicates whether the property supports MBS. Used in some file exports.""" resortDetailsMbsSupportedYn: StringInput """Future use""" resortDetailsMeetRooms: FloatInput """Future use""" resortDetailsMeetSeats: FloatInput """Future use""" resortDetailsMeetSpace: FloatInput """Future use""" resortDetailsMeetingFc: StringInput """Minimum days for reminder letter.""" resortDetailsMinDaysBet2ReminderLetter: FloatInput """Internal""" resortDetailsNameIdLink: FloatInput """Future use""" resortDetailsNightAuditCashierId: StringInput """Number of non smoking rooms.""" resortDetailsQtyNonSmokingRooms: FloatInput """Notes for the property""" resortDetailsNotes: StringInput """Total number of beds in this property""" resortDetailsNumberBeds: FloatInput """Total number of floors in this property""" resortDetailsNumberFloors: FloatInput """Number of Rooms""" resortDetailsNumberRooms: FloatInput """Future use""" resortDetailsOpusCurrencyCode: StringInput """Organization ID""" resortDetailsOrganizationId: FloatInput """Organization Internal ID""" resortDetailsOrganizationid: FloatInput """Future use""" resortDetailsOwnership: StringInput """Package Loss code for a particular package""" resortDetailsPackageLoss: StringInput """Package Profit code for a particular Package""" resortDetailsPackageProfit: StringInput """Parent Org Code""" resortDetailsParentOrgCode: StringInput """Market code""" resortDetailsPasserbyMarket: StringInput """Source code""" resortDetailsPasserbySource: StringInput """Path""" resortDetailsPath: StringInput """Minimim Payment Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" resortDetailsPaymentDate: DateTimeInput """Future use""" resortDetailsPerReservationRoomLimit: FloatInput """The direct dial phone number of this property""" resortDetailsTelephone: StringInput """The postal code of this property.""" resortDetailsPostCode: StringInput """Primary Key ID""" resortDetailsPkid: FloatInput """URL where property information is located.""" resortDetailsProinfoUrl: StringInput """Property MAP URL.""" resortDetailsPropMapUrl: StringInput """Property picture URL.""" resortDetailsPropPicUrl: StringInput """The property that the record belongs to""" resortDetailsLocationid: StringInput """The name of this property.""" resortDetailsName: StringInput """Type of resort.""" resortDetailsResortType: StringInput """Future use""" resortDetailsQuotedCurrency: StringInput """RNA Insert Date""" resortDetailsRnaInsertdate: DateTimeInput """RNA Update Date""" resortDetailsRnaUpdatedate: DateTimeInput """Minimim last Reconciliation Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" resortDetailsReconcileDate: DateTimeInput """Future use""" resortDetailsRegionCode: StringInput """Description of the Region.""" resortDetailsRegionDescription: StringInput """Future use""" resortDetailsRestaurant: FloatInput """Total number of Sheets""" resortDetailsRhythmSheets: FloatInput """Total number of Towels""" resortDetailsRhythmTowels: FloatInput """Room amenity.""" resortDetailsRoomAmenity: StringInput """Future use""" resortDetailsSglNum: StringInput """Future use""" resortDetailsSglRate1: FloatInput """Future use""" resortDetailsSglRate2: FloatInput """Future use""" resortDetailsSuiNum: StringInput """Future use""" resortDetailsSuiRate1: FloatInput """Future use""" resortDetailsSuiRate2: FloatInput """To store number of days before deleting the gest profile""" resortDetailsSaveProfiles: FloatInput """Future use""" resortDetailsScriptId: FloatInput """Future use""" resortDetailsSeason1: StringInput """Future use""" resortDetailsSeason2: StringInput """Future use""" resortDetailsSeason3: StringInput """Future use""" resortDetailsSeason4: StringInput """Future use""" resortDetailsSeason5: StringInput """Indicates that the property accepts leads as bookings.""" resortDetailsSendLeadAsBooking: StringInput """Shop description.""" resortDetailsShopDescription: StringInput """Short date format for the property.""" resortDetailsShortDateFormat: StringInput """Number of single rooms.""" resortDetailsQtySingleRooms: FloatInput """For default commission percentage""" resortDetailsSourceCommission: StringInput """The state in which this property is located.""" resortDetailsState: StringInput """Description of the state.""" resortDetailsStateDesc: StringInput """The street of the property.""" resortDetailsStreet: StringInput """Number of suites.""" resortDetailsQtySuites: FloatInput """Internal""" resortDetailsSummCurrencyCode: StringInput """For default commission percentage""" resortDetailsTaCommission: StringInput """Future use""" resortDetailsTplNum: StringInput """Future use""" resortDetailsTplRate1: FloatInput """Future use""" resortDetailsTplRate2: FloatInput """Formats for telephone number""" resortDetailsTelephoneNoFormat: StringInput """Separator for monetory values""" resortDetailsThousandSeparator: StringInput """Default time format for the property.""" resortDetailsTimeFormat: StringInput """Time zone region selected by the employee.""" resortDetailsTimezoneRegion: StringInput """Toll free telephone number.""" resortDetailsTollfree: StringInput """Future use""" resortDetailsTotRooms: FloatInput """Tourist Number""" resortDetailsTouristNumber: StringInput """Indicates whether the property handles multi byte characters and whether they are translateable or not""" resortDetailsTranslateMulticharYn: StringInput """Turnaway code for the property.""" resortDetailsTurnawayCode: StringInput """Number of twin rooms.""" resortDetailsQtyTwinRooms: FloatInput """The date the record was modified""" resortDetailsUpdateDate: DateTimeInput """The user that modified the record""" resortDetailsUpdateUser: FloatInput """VAT ID of this property.""" resortDetailsVatId: StringInput """Future use""" resortDetailsVideocheckoutPrinter: StringInput """Video check out start time.""" resortDetailsVideoCoStart: DateTimeInput """Video check out end time.""" resortDetailsVideoCoStop: DateTimeInput """Future use""" resortDetailsWakeUpDelay: FloatInput """Amount at which warning is raised.""" resortDetailsWarningAmount: FloatInput """Webaddress of the property""" resortDetailsWebaddress: StringInput """Weekend days for the property.""" resortDetailsWeekendDays: StringInput """Internal""" resortDetailsZeroInvPurDays: FloatInput """The business date this service request was closed.""" resortservicerequestsDetailsCloseBusinessDateTime: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" resortservicerequestsDetailsDsi: FloatInput """Insert Date""" resortservicerequestsDetailsInsertDate: DateTimeInput """JRN Update Date and Time""" resortservicerequestsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" resortservicerequestsDetailsLocationid: StringInput """Name ID""" resortservicerequestsDetailsNameId: FloatInput """Internal ID to uniquely identify the Organization""" resortservicerequestsDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" resortservicerequestsDetailsResort: StringInput """Resv Name ID""" resortservicerequestsDetailsResvNameId: FloatInput """Room Number""" resortservicerequestsDetailsRoom: StringInput """Service request classification code.""" resortservicerequestsDetailsServiceRequestCode: StringInput """Sequence generated no Identifier for service request.""" resortservicerequestsDetailsServiceRequestId: FloatInput """Status""" resortservicerequestsDetailsStatus: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" resvcommentDetailsDsi: FloatInput """Unique ID in External System.""" resvcommentDetailsExternalCommentId: StringInput """Internal YN""" resvcommentDetailsInternalYn: StringInput """JRN Update Date and Time""" resvcommentDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Organization""" resvcommentDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" resvcommentDetailsResort: StringInput """Part of the primary key for this table.""" resvcommentDetailsResvCommentId: FloatInput """Resv Name ID""" resvcommentDetailsResvNameId: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" resvconfletterDetailsDsi: FloatInput """JRN Update Date and Time""" resvconfletterDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" resvconfletterDetailsLocationid: StringInput """Module ID""" resvconfletterDetailsModuleId: FloatInput """Internal ID to uniquely identify the Organization""" resvconfletterDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" resvconfletterDetailsResort: StringInput """Internal""" resvconfletterDetailsResvConfLetterId: FloatInput """Resv Name ID""" resvconfletterDetailsResvNameId: FloatInput """Name ID to whom the contract is sent.""" resvconfletterDetailsToNameId: FloatInput """Central Xchange Date""" resvdepositscheduleDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" resvdepositscheduleDetailsDsi: FloatInput """JRN Update Date and Time""" resvdepositscheduleDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" resvdepositscheduleDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" resvdepositscheduleDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" resvdepositscheduleDetailsResort: StringInput """Resv Deposit Schedule ID""" resvdepositscheduleDetailsResvDepositScheduleId: FloatInput """Bonus Check ID""" resvpaymentmethodsDetailsBonusCheckId: FloatInput """Credit Card ID""" resvpaymentmethodsDetailsCreditCardId: FloatInput """DSI Internal Data Source ID to identify Opera Chain and instance""" resvpaymentmethodsDetailsDsi: FloatInput """JRN Update Date and Time""" resvpaymentmethodsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Organization""" resvpaymentmethodsDetailsOrganizationid: FloatInput """Payment Window""" resvpaymentmethodsDetailsFolioView: FloatInput """Code to uniquely identify the Property""" resvpaymentmethodsDetailsResort: StringInput """Resv Name ID""" resvpaymentmethodsDetailsResvNameId: FloatInput """Central Xchange Date""" resvproductsticketsDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" resvproductsticketsDetailsDsi: FloatInput """JRN Update Date and Time""" resvproductsticketsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" resvproductsticketsDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" resvproductsticketsDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" resvproductsticketsDetailsResort: StringInput """Resv Name ID""" resvproductsticketsDetailsResvNameId: FloatInput """Reservation Product ID""" resvproductsticketsDetailsReservationProductId: FloatInput """Internal ticket id.""" resvproductsticketsDetailsTicketId: FloatInput """Ticket Package Code""" resvproductsticketsDetailsProductId: StringInput """Central Xchange Date""" roomcategoryDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" roomcategoryDetailsDsi: FloatInput """JRN Update Date and Time""" roomcategoryDetailsJrnupdatedttm: DateTimeInput """Label""" roomcategoryDetailsLabel: StringInput """Internal ID to uniquely identify the Property""" roomcategoryDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" roomcategoryDetailsOrganizationid: FloatInput """Product Class""" roomcategoryDetailsYieldCategory: StringInput """Code to uniquely identify the Property""" roomcategoryDetailsResort: StringInput """Room Type""" roomcategoryDetailsRoomCategory: StringInput """Roomcategoryid""" roomcategoryDetailsRoomcategoryid: StringInput """Roomcategorypmsref""" roomcategoryDetailsRoomcategorypmsref: StringInput """Roomclassid""" roomcategoryDetailsRoomclassid: StringInput """Central Xchange Date""" bookedroomcategoryDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" bookedroomcategoryDetailsDsi: FloatInput """JRN Update Date and Time""" bookedroomcategoryDetailsJrnupdatedttm: DateTimeInput """Label""" bookedroomcategoryDetailsLabel: StringInput """Internal ID to uniquely identify the Property""" bookedroomcategoryDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" bookedroomcategoryDetailsOrganizationid: FloatInput """Product Class""" bookedroomcategoryDetailsYieldCategory: StringInput """Code to uniquely identify the Property""" bookedroomcategoryDetailsResort: StringInput """Room Category ID""" bookedroomcategoryDetailsRoomcategoryid: StringInput """Room Category PMS Ref""" bookedroomcategoryDetailsRoomcategorypmsref: StringInput """Room Type""" bookedroomcategoryDetailsRoomCategory: StringInput """Roomclassid""" bookedroomcategoryDetailsRoomclassid: StringInput """Authemployeeid""" routinginstructionDetailsAuthemployeeid: FloatInput """Authorizer ID""" routinginstructionDetailsAuthorizerId: FloatInput """Billing Instruction Code.""" routinginstructionDetailsBillingInstrnCode: FloatInput """Billtoprofileid""" routinginstructionDetailsBilltoprofileid: FloatInput """Central Xchange Date""" routinginstructionDetailsCXchangeDate: DateInput """DSI Internal Data Source ID to identify Opera Chain and instance""" routinginstructionDetailsDsi: FloatInput """Concatenated string of all the days. This is also used part of the unique key.""" routinginstructionDetailsDayString: StringInput """Folio""" routinginstructionDetailsFolioView: FloatInput """JRN Update Date and Time""" routinginstructionDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" routinginstructionDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" routinginstructionDetailsOrganizationid: FloatInput """Name Id to which it should be routed.""" routinginstructionDetailsBillToNameId: FloatInput """Application user who requested the report.""" routinginstructionDetailsRequestedBy: StringInput """Resv Name ID""" routinginstructionDetailsResvNameId: FloatInput """Reservationid""" routinginstructionDetailsReservationid: FloatInput """Number to identify the entry.""" routinginstructionDetailsRoutingInstructionsId: FloatInput """Routing Transaction Code""" routinginstructionDetailsTrxCode: StringInput """Routinginstructid""" routinginstructionDetailsRoutinginstructid: FloatInput """Transaction Code Group""" routinginstructionDetailsTcGroup: StringInput """Transaction Code Subgroup""" routinginstructionDetailsTcSubgroup: StringInput """To Resv Name ID""" routinginstructionDetailsToResvNameId: FloatInput """Toreservationid""" routinginstructionDetailsToreservationid: FloatInput """Transcodearrangementid""" routinginstructionDetailsTranscodearrangementid: FloatInput """Transcodeid""" routinginstructionDetailsTranscodeid: StringInput """Transgroupid""" routinginstructionDetailsTransgroupid: StringInput """Transsubgroupid""" routinginstructionDetailsTranssubgroupid: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" sourcetableDetailsDsi: FloatInput """JRN Update Date and Time""" sourcetableDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" sourcetableDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" sourcetableDetailsOrganizationid: FloatInput """Property""" sourcetableDetailsResort: StringInput """Source Code""" sourcetableDetailsSourceCode: StringInput """Sourceid""" sourcetableDetailsSourceid: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" trackititemsDetailsDsi: FloatInput """JRN Update Date and Time""" trackititemsDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" trackititemsDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" trackititemsDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" trackititemsDetailsResort: StringInput """Unique Trackit ID.""" trackititemsDetailsTrackitId: FloatInput """JRN Update Date and Time""" guestrsvtracesDetailsJrnupdatedttm: DateTimeInput """Begin Date""" rotationpointadjustmentDetailsBegindate: DateInput """Business Date""" rotationpointadjustmentDetailsBusinessdate: DateInput """DSI""" rotationpointadjustmentDetailsDsi: FloatInput """End Date""" rotationpointadjustmentDetailsEnddate: DateInput """JRN Update Date and Time""" rotationpointadjustmentDetailsJrnupdatedateandtime: DateTimeInput """Organization ID""" rotationpointadjustmentDetailsOrganizationid: FloatInput """Property""" rotationpointadjustmentDetailsProperty: StringInput """Reservtion Name ID""" rotationpointadjustmentDetailsReservtionnameid: FloatInput """Room""" rotationpointadjustmentDetailsRoom: StringInput """Rotation ID""" rotationpointadjustmentDetailsRotationid: FloatInput """Type""" rotationpointadjustmentDetailsType: StringInput """DSI""" rotationoverridesDetailsDsi: FloatInput """Date""" rotationoverridesDetailsInsertdate: DateTimeInput """JRN Update Date and Time""" rotationoverridesDetailsJRrnupdatedttm: DateTimeInput """Organization ID""" rotationoverridesDetailsOrganizationid: FloatInput """Override Room""" rotationoverridesDetailsOverrideroom: StringInput """Property""" rotationoverridesDetailsResort: StringInput """Reason Code""" rotationoverridesDetailsCode: StringInput """Reservation Name ID""" rotationoverridesDetailsResvnameid: FloatInput """Rotation Room""" rotationoverridesDetailsRotationroom: StringInput """Actual Check In Date Time""" reservationlinkedDetailsActualCheckInDateTime: DateInput """Actual Check Out Date Time""" reservationlinkedDetailsActualCheckOutDateTime: DateInput """Actual Check-Out Date""" reservationlinkedDetailsActualCheckOutDate: DateInput """Addressee Name ID""" reservationlinkedDetailsAddresseeNameId: FloatInput """Arrival Date""" reservationlinkedDetailsTruncBeginDate: DateInput """Billing Contact ID""" reservationlinkedDetailsBillingContactId: FloatInput """Billing Contact Profile ID""" reservationlinkedDetailsBillingcontactprofileid: FloatInput """Bonus Check ID""" reservationlinkedDetailsBonusCheckId: FloatInput """Business Date Created""" reservationlinkedDetailsBusinessDateCreated: DateInput """Central Xchange Date""" reservationlinkedDetailsCXchangeDate: DateInput """Cancellation Date""" reservationlinkedDetailsCancellationDate: DateTimeInput """Cancellation Number""" reservationlinkedDetailsCancellationNo: StringInput """Shared Confirmation Number""" reservationlinkedDetailsConfirmationNo: StringInput """Credit Card ID""" reservationlinkedDetailsCreditCardId: FloatInput """Custom Reference Number""" reservationlinkedDetailsCustomReference: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationlinkedDetailsDsi: FloatInput """Departure Date""" reservationlinkedDetailsTruncEndDate: DateInput """End Datetime""" reservationlinkedDetailsEnddatetime: DateInput """Endbusinessdate""" reservationlinkedDetailsEndbusinessdate: DateInput """Event ID""" reservationlinkedDetailsEventId: FloatInput """Date the folio was changed to closed.""" reservationlinkedDetailsFolioCloseDate: DateInput """Guaranteecodeid""" reservationlinkedDetailsGuaranteecodeid: StringInput """Guestprofileid""" reservationlinkedDetailsGuestprofileid: FloatInput """Insert Action Instance ID""" reservationlinkedDetailsInsertActionInstanceId: FloatInput """Insert Date""" reservationlinkedDetailsInsertDate: DateTimeInput """Insert DateTime""" reservationlinkedDetailsInsertdatetime: DateTimeInput """Insert User""" reservationlinkedDetailsInsertUser: FloatInput """Award Membership ID""" reservationlinkedDetailsAwardMembershipId: FloatInput """JRN Update Date and Time""" reservationlinkedDetailsJrnupdatedttm: DateTimeInput """Linked Departure Date""" reservationlinkedDetailsEndDate: DateInput """Internal ID to uniquely identify the Property""" reservationlinkedDetailsLocationid: StringInput """Name Usage Type""" reservationlinkedDetailsNameUsageType: StringInput """Internal ID to uniquely identify the Organization""" reservationlinkedDetailsOrganizationid: FloatInput """Original End Date""" reservationlinkedDetailsOriginalEndDate: DateInput """Parent Resv Name ID""" reservationlinkedDetailsParentResvNameId: FloatInput """Parentreservationid""" reservationlinkedDetailsParentreservationid: FloatInput """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" reservationlinkedDetailsPostCoFlag: StringInput """Quote ID provided by external system.""" reservationlinkedDetailsQuoteId: StringInput """Resv Contact ID""" reservationlinkedDetailsResvContactId: FloatInput """Reservation Name ID""" reservationlinkedDetailsResvNameId: FloatInput """Reservation Status""" reservationlinkedDetailsResvStatus: StringInput """Reservation Type""" reservationlinkedDetailsGuaranteeCode: StringInput """Reservationid""" reservationlinkedDetailsReservationid: FloatInput """Property""" reservationlinkedDetailsResort: StringInput """Auto generated charge number for Point Of Sale systems to identify guests.""" reservationlinkedDetailsResortChargeNumber: StringInput """Reservation Nameid""" reservationlinkedDetailsResvNameid: FloatInput """Resvcontactprofileid""" reservationlinkedDetailsResvcontactprofileid: FloatInput """Rh Billing Contact ID""" reservationlinkedDetailsRhBillingContactId: FloatInput """Rh Resv Contact ID""" reservationlinkedDetailsRhResvContactId: FloatInput """Is the guest scheduled for automatic check out?""" reservationlinkedDetailsScheduleCheckoutYn: StringInput """This is CAPITOL version of guest_first_name""" reservationlinkedDetailsSguestFirstname: StringInput """Sguest Name""" reservationlinkedDetailsSguestName: StringInput """Shared Profile ID""" reservationlinkedDetailsNameId: FloatInput """Shared Reservation Status""" reservationlinkedDetailsReservationStatus: StringInput """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" reservationlinkedDetailsSplitFromResvNameId: FloatInput """Splitfromreservationid""" reservationlinkedDetailsSplitfromreservationid: FloatInput """This is the actual check out date with no time component.""" reservationlinkedDetailsTruncActualCheckOutDate: DateInput """Universal Card ID used by interfaces for key encoding purposes.""" reservationlinkedDetailsUniCardId: StringInput """Update Date""" reservationlinkedDetailsUpdateDate: DateTimeInput """Update Datetime""" reservationlinkedDetailsUpdatedatetime: DateTimeInput """Actual Check In Date Time""" reservationlsharedDetailsActualCheckInDateTime: DateInput """Actual Check Out Date Time""" reservationlsharedDetailsActualCheckOutDateTime: DateInput """Actual Check-Out Date""" reservationlsharedDetailsActualCheckOutDate: DateInput """Addressee Name ID""" reservationlsharedDetailsAddresseeNameId: FloatInput """Arrival Date""" reservationlsharedDetailsTruncBeginDate: DateInput """Billing Contact ID""" reservationlsharedDetailsBillingContactId: FloatInput """Billing Contact Profile ID""" reservationlsharedDetailsBillingcontactprofileid: FloatInput """Bonus Check ID""" reservationlsharedDetailsBonusCheckId: FloatInput """Business Date Created""" reservationlsharedDetailsBusinessDateCreated: DateInput """Central Xchange Date""" reservationlsharedDetailsCXchangeDate: DateInput """Cancellation Date""" reservationlsharedDetailsCancellationDate: DateTimeInput """Cancellation Number""" reservationlsharedDetailsCancellationNo: StringInput """Shared Confirmation Number""" reservationlsharedDetailsConfirmationNo: StringInput """Credit Card ID""" reservationlsharedDetailsCreditCardId: FloatInput """Custom Reference Number""" reservationlsharedDetailsCustomReference: StringInput """DSI Internal Data Source ID to identify Opera Chain and instance""" reservationlsharedDetailsDsi: FloatInput """Departure Date""" reservationlsharedDetailsTruncEndDate: DateInput """End Datetime""" reservationlsharedDetailsEnddatetime: DateInput """Endbusinessdate""" reservationlsharedDetailsEndbusinessdate: DateInput """Event ID""" reservationlsharedDetailsEventId: FloatInput """Date the folio was changed to closed.""" reservationlsharedDetailsFolioCloseDate: DateInput """Guaranteecodeid""" reservationlsharedDetailsGuaranteecodeid: StringInput """Guestprofileid""" reservationlsharedDetailsGuestprofileid: FloatInput """Insert Action Instance ID""" reservationlsharedDetailsInsertActionInstanceId: FloatInput """Insert Date""" reservationlsharedDetailsInsertDate: DateTimeInput """Insert DateTime""" reservationlsharedDetailsInsertdatetime: DateTimeInput """Insert User""" reservationlsharedDetailsInsertUser: FloatInput """Award Membership ID""" reservationlsharedDetailsAwardMembershipId: FloatInput """JRN Update Date and Time""" reservationlsharedDetailsJrnupdatedttm: DateTimeInput """Linked Departure Date""" reservationlsharedDetailsEndDate: DateInput """Internal ID to uniquely identify the Property""" reservationlsharedDetailsLocationid: StringInput """Name Usage Type""" reservationlsharedDetailsNameUsageType: StringInput """Internal ID to uniquely identify the Organization""" reservationlsharedDetailsOrganizationid: FloatInput """Original End Date""" reservationlsharedDetailsOriginalEndDate: DateInput """Parent Resv Name ID""" reservationlsharedDetailsParentResvNameId: FloatInput """Parentreservationid""" reservationlsharedDetailsParentreservationid: FloatInput """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" reservationlsharedDetailsPostCoFlag: StringInput """Quote ID provided by external system.""" reservationlsharedDetailsQuoteId: StringInput """Resv Contact ID""" reservationlsharedDetailsResvContactId: FloatInput """Reservation Name ID""" reservationlsharedDetailsResvNameId: FloatInput """Reservation Status""" reservationlsharedDetailsResvStatus: StringInput """Reservation Type""" reservationlsharedDetailsGuaranteeCode: StringInput """Reservationid""" reservationlsharedDetailsReservationid: FloatInput """Property""" reservationlsharedDetailsResort: StringInput """Auto generated charge number for Point Of Sale systems to identify guests.""" reservationlsharedDetailsResortChargeNumber: StringInput """Reservation Nameid""" reservationlsharedDetailsResvNameid: FloatInput """Resvcontactprofileid""" reservationlsharedDetailsResvcontactprofileid: FloatInput """Rh Billing Contact ID""" reservationlsharedDetailsRhBillingContactId: FloatInput """Rh Resv Contact ID""" reservationlsharedDetailsRhResvContactId: FloatInput """Is the guest scheduled for automatic check out?""" reservationlsharedDetailsScheduleCheckoutYn: StringInput """This is CAPITOL version of guest_first_name""" reservationlsharedDetailsSguestFirstname: StringInput """Sguest Name""" reservationlsharedDetailsSguestName: StringInput """Shared Profile ID""" reservationlsharedDetailsNameId: FloatInput """Shared Reservation Status""" reservationlsharedDetailsReservationStatus: StringInput """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" reservationlsharedDetailsSplitFromResvNameId: FloatInput """Splitfromreservationid""" reservationlsharedDetailsSplitfromreservationid: FloatInput """This is the actual check out date with no time component.""" reservationlsharedDetailsTruncActualCheckOutDate: DateInput """Universal Card ID used by interfaces for key encoding purposes.""" reservationlsharedDetailsUniCardId: StringInput """Update Date""" reservationlsharedDetailsUpdateDate: DateTimeInput """Update Datetime""" reservationlsharedDetailsUpdatedatetime: DateTimeInput """JRN Update Date and Time""" resvmembershipDetailsJrnupdatedttm: DateTimeInput } type Query { """Detailed information on reservations booked in the past and future including market code rate code reservation status guest information and associated room and revenue details.""" bookingsReservation(limit: Int offset: Int input: BookingsReservationQueryArgumentsType!): [BookingsReservationType] } type BookingsReservationType { """Reservation Details""" reservationDetails: BookingsReservationReservationDetailsType """Accompanying Guest Details""" accompanyingGuestDetails: BookingsReservationAccompanyingGuestDetailsType """Channel Details""" channelDetails: BookingsReservationChannelDetailsType """External References Details""" externalReferencesDetails: BookingsReservationExternalReferencesDetailsType """Fixed Charges Details""" fixedChargesDetails: BookingsReservationFixedChargesDetailsType """Guest Reservation Messages""" guestReservationMessagesDetails: BookingsReservationGuestReservationMessagesDetailsType """Locators Details""" locatorsDetails: BookingsReservationLocatorsDetailsType """Market Details""" marketDetails: BookingsReservationMarketDetailsType """Profile All Details""" profileAllInformationDetails: BookingsReservationProfileAllInformationDetailsType """Reservation Profile Accounts Company Details""" reservationProfileAccountsCompanyDetails: BookingsReservationReservationProfileAccountsCompanyDetailsType """Profile Accounts Travel Agent Details""" profileAccountsTravelAgentDetails: BookingsReservationProfileAccountsTravelAgentDetailsType """Reservation Profile Accounts Source Details""" reservationProfileAccountsSourceDetails: BookingsReservationReservationProfileAccountsSourceDetailsType """Rate Code Details""" rateCodeDetails: BookingsReservationRateCodeDetailsType """Reservation Alerts Details""" reservationAlertsDetails: BookingsReservationReservationAlertsDetailsType """Reservation Cancel Policy Details""" reservationCancelPolicyDetails: BookingsReservationReservationCancelPolicyDetailsType """Reservation Detail Details""" reservationDetailDetails: BookingsReservationReservationDetailDetailsType """Reservation Ecoupons Details""" reservationEcouponsDetails: BookingsReservationReservationEcouponsDetailsType """Reservation Items Details""" reservationItemsDetails: BookingsReservationReservationItemsDetailsType """Reservation Preference""" reservationPreferenceDetails: BookingsReservationReservationPreferenceDetailsType """Reservation Products Details""" reservationProductsDetails: BookingsReservationReservationProductsDetailsType """Reservation Promotions Details""" reservationPromotionsDetails: BookingsReservationReservationPromotionsDetailsType """Reservation Status Details""" reservationStatusDetails: BookingsReservationReservationStatusDetailsType """Reservation Thresholds Details""" reservationThresholdsDetails: BookingsReservationReservationThresholdsDetailsType """Resort Details""" propertyPropertyDetails: BookingsReservationPropertyPropertyDetailsType """Property Service Requests""" propertyServiceRequestsDetails: BookingsReservationPropertyServiceRequestsDetailsType """Reservation Comment""" reservationCommentDetails: BookingsReservationReservationCommentDetailsType """Reservation Confirmation Letter""" reservationConfirmationLetterDetails: BookingsReservationReservationConfirmationLetterDetailsType """Reservation Deposit Schedule""" reservationDepositScheduleDetails: BookingsReservationReservationDepositScheduleDetailsType """Reservation Payment Methods""" reservationPaymentMethodsDetails: BookingsReservationReservationPaymentMethodsDetailsType """Reservation Products Tickets""" reservationProductsTicketsDetails: BookingsReservationReservationProductsTicketsDetailsType """Room Category Details""" roomCategoryDetails: BookingsReservationRoomCategoryDetailsType """Booked Room Category Details""" bookedRoomCategoryDetails: BookingsReservationBookedRoomCategoryDetailsType """Routing Instruction Details""" routingInstructionDetails: BookingsReservationRoutingInstructionDetailsType """Source Table Details""" sourceTableDetails: BookingsReservationSourceTableDetailsType """Trackit Items Details""" trackitItemsDetails: BookingsReservationTrackitItemsDetailsType """Guest Reservation Traces""" guestReservationTracesDetails: BookingsReservationGuestReservationTracesDetailsType """OVOS Rotation Points Adjustment""" rotationPointAdjustments: BookingsReservationRotationPointAdjustmentsType """OVOS Rotation Overrides""" rotationOverrides: BookingsReservationRotationOverridesType """Linked Reservation Details""" linkedReservationDetails: BookingsReservationLinkedReservationDetailsType """Shared Reservation Details""" sharedReservationDetails: BookingsReservationSharedReservationDetailsType """Reservation Membership""" reservationMembershipDetails: BookingsReservationReservationMembershipDetailsType bookingsReservationRecordCount: Int } type BookingsReservationReservationDetailsType { """Indicates whether a prorated amount should be used for an Apartment Style Billing rate.""" aSBProratedYn: String """Accompanied YN""" accompaniedYN: String """Accompanying guest names.""" accompanyingName: String """Actual Check In Date Time""" actualCheckInDateTime: DateTime """Actual Check Out Date Time""" actualCheckOutDateTime: DateTime """Actual Check-In Date""" actualCheckInDate: Date """Actual Check-In Time""" actualCheckInTime: String """Actual Check-Out Date""" actualCheckOutDate: Date """Actual Check-Out Time""" actualCheckOutTime: String """Address ID""" addressId: Float """Addressee Name ID""" addresseeNameId: Float """Adults""" adults: Float """Adults Tax Free""" adultsTaxFree: Float """Indicates if the reservation has performed an Advance Check In.""" advanceCheckedInYn: String """Agencyprofileid""" agencyprofileid: Float """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: String """Block ID""" allotmentid: Float """SPG - Indicates if this stay is eligible for an Amenity.""" amenityEligibleYn: String """Amenity Level Code""" amenityLevelCode: String """Amount Percent""" amountPercent: Float """Approval Amount""" approvalAmount: Float """Approval Amount Calc Method""" approvalAmountCalcMethod: Float """Approval Code""" approvalCode: String """Arrival Comments""" arrivalComments: String """Arrival Date""" arrivalDate: Date """Arrival Date Time""" arrivalDateTime: DateTime """Arrival Estimate Time""" arrivalEstimateTime: Date """Activity begin time""" arrivalTime: String """Arrivaltransportid""" arrivaltransportid: String """Attached Date""" attachedDate: Date """Not used.""" authorizedBillingYN: String """This stores the pmsp.logged_uid who authorizes the direct bill""" authorizedBy: Float """Authorizer ID""" authorizerId: Float """Auto Checkin Y/N""" autoCheckinYn: String """Activates auto population of routing instructions.""" autoPopulateRoutingYn: String """Auto Settle Days""" autoSettleDays: Float """Auto Settle Type""" autoSettleType: String """Auto Settle YN""" autoSettleYN: String """Award Code""" awardCode: String """Award code 1""" awardCode1: String """Award code 2""" awardCode2: String """Award code 3""" awardCode3: String """Award Code 4""" awardCode4: String """Award code 5""" awardCode5: String """Award Membership ID""" awardMembershipID: Float """Award Voucher number 1""" awardVoucher1: String """Award Voucher number 2""" awardVoucher2: String """Award Voucher number 3""" awardVoucher3: String """Award Voucher number 4""" awardVoucher4: String """Award Voucher number 5""" awardVoucher5: String """Room Type before the Upgrade Award""" awdUpgrFrom: String """Room Type after the Upgrade Award""" awdUpgrTo: String """Back To Back YN""" backToBackYN: String """Balance on the account.""" balance: Float """Base Rate Amount""" baseRateAmount: Float """Base Rate Code""" baseRateCode: String """Base Rate Currency Code""" baseRateCurrencyCode: String """Based On Rule""" basedOnRule: String """Baseratecurrencyid""" baseratecurrencyid: String """Begin City""" beginCity: String """Begin Datetime""" beginDatetime: DateTime """Begin District""" beginDistrict: String """Begin State""" beginState: String """Stores the actual guest check in date and time.""" beginSystemDateTime: DateTime """Bill Number""" billNumber: String """Billing Contact""" billingContact: String """Billing Contact Display Name""" billingContactDisplayName: String """Billing Contact ID""" billingContactId: Float """Billing Contact Name""" billingContactName: String """Billing Contact Profile ID""" billingcontactprofileid: Float """Block Code""" blockCode: String """Block Create Date""" blockCreateDate: DateTime """Block ID""" blockID: Float """Block Name""" blockName: String """Property this block belongs to.""" blockResort: String """Block Status""" blockStatus: String """Bonus Check ID""" bonusCheckId: Float """Booked Room Category""" bookedRoomCategory: String """Bookedroomcategoryid""" bookedroomcategoryid: String """Business Date Created""" businessDateCreated: Date """Business Datetime Created""" businessDatetimeCreated: DateTime """Bxgy Discount Y/N""" bxgyDiscountYn: String """Central Auto Post Amount""" cAutoPostAmount: Float """Central Base Rate Amount""" cBaseRateAmount: Float """C Discount Amount""" cDiscountAmount: Float """C Discount Amt""" cDiscountAmt: Float """C Effective Rate Amount""" cEffectiveRateAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fixed Charge""" cFixedCharge: Float """Central Gross Rate Amt""" cGrossRateAmount: Float """Central Local Base Rate Amount""" cLocalBaseRateAmount: Float """Central Net Room Amt""" cNetRoomAmount: Float """Central Original Base Rate""" cOriginalBaseRate: Float """Central Pkg Amt""" cPackageAmount: Float """Central Pkg Tax""" cPackageTax: Float """C Rate Amount""" cRateAmount: Float """Central Room Cost""" cRoomCost: Float """Central Room Tax""" cRoomTax: Float """Central Share Amount Original""" cShareAmountOriginal: Float """Central Upsell Charge""" cUpsellCharge: Float """Cancel Date""" cancelDate: Date """Cancel Reason""" cancelReason: String """Cancel Time""" cancelTime: String """Cancellation Date""" cancellationDate: DateTime """Cancellation Datetime""" cancellationDatetime: DateTime """Cancellation Number""" cancellationNumber: String """Cancellation Reason Description""" cancellationReasonDescription: String """Cancellationreasonid""" cancellationreasonid: String """The user who canceled this Reservation.""" cancelledBy: String """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """Central Approval Amount""" centralApprovalAmount: Float """Central Cancel Reason""" centralCancelReason: String """Central Commission Code""" centralCommissionCode: String """Central Commission Description""" centralCommissionDescription: String """Central Credit Limit""" centralCreditLimit: Float """Central Discount Reason""" centralDiscountReason: String """Central Discount Reason Description""" centralDiscountReasonDescription: String """Central FB Revenue""" centralFBRevenue: Float """Central Guest Type""" centralGuestType: String """Central Hurdle""" centralHurdle: Float """Central Package Code""" centralPackageCode: String """Central Package Code Description""" centralPackageCodeDescription: String """Central Package Forecast Group""" centralPackageForecastGroup: String """Central Package Forecast Group Description""" centralPackageForecastGroupDescription: String """Central Payment Amount""" centralPaymentAmount: Float """Central Projected FB Revenue""" centralProjectedFBRevenue: Float """Central Projected Room Revenue""" centralProjectedRoomRevenue: Float """Central Projected Total Revenue""" centralProjectedTotalRevenue: Float """Central Promotion Description""" centralPromotionDescription: String """Central Rateable Value""" centralRateableValue: Float """Central Reservation Type""" centralReservationType: String """Central Reservation Type Description""" centralReservationTypeDescription: String """Central Room Revenue""" centralRoomRevenue: Float """Central Room Type Code""" centralRoomTypeCode: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Room Type To Charge Code""" centralRoomTypeToChargeCode: String """Central Room Type to Charge Description""" centralRoomTypeToChargeDescription: String """Central Shared Room Rate""" centralSharedRoomRate: Float """Central Special Request Description""" centralSpecialRequestDescription: String """Central Tax Type""" centralTaxType: String """Central Tax Type Description""" centralTaxTypeDescription: String """Central Total Cost of Stay""" centralTotalCostOfStay: Float """Central Total Revenue""" centralTotalRevenue: Float """Central Total Room Rate""" centralTotalRoomRate: Float """Central Waitlist Priority""" centralWaitlistPriority: String """Central Waitlist Priority Description""" centralWaitlistPriorityDescription: String """Central Waitlist Reason""" centralWaitlistReason: String """Central Waitlist Reason Description""" centralWaitlistReasonDescription: String """Chain Code""" chainCode: String """Channel Description""" channelDescription: String """Channel Order By""" channelOrderBy: Float """Channelid""" channelid: String """Check In Initiated By""" checkInInitiatedBy: String """Duration in seconds to complete Check-In""" checkinDuration: Float """Child Bucket 1""" childBucket1: Float """Child Bucket 4""" childBucket4: Float """Child Bucket 5""" childBucket5: Float """Children""" children: Float """Children Age Group 2)""" childrenAgeGroup2: Float """Children Age Group 3)""" childrenAgeGroup3: Float """Children Ages""" childrenAges: String """Commission Code""" commissionCode: String """Commission Description""" commissionDescription: String """Commission Hold Code""" commissionHoldCode: String """Commission Paid""" commissionPaid: Float """Indicates to whom the commission will be paid: NULL T (Travel Agent) S (Source) and B (Both).""" commissionPayoutTo: String """Commissionable YN""" commissionableYN: String """Commissionid""" commissionid: String """Comp House""" compHouse: String """Comp Type Code""" compTypeCode: String """Company City""" companyCity: String """Company Country""" companyCountry: String """Company ID""" companyID: Float """Company Name""" companyName: String """Company Profile Corporate ID""" companyProfileCorporateID: String """Company Profile ID""" companyProfileID: Float """Complimentary YN""" complimentaryYN: String """Compreasonid""" compreasonid: String """Calculated reservation status.""" computedResvStatus: String """Confirmation Leg Number.""" confirmationLegNumber: Float """Shared Confirmation Number""" confirmationNo: String """Consumer Y/N""" consumerYn: String """Contact Name; UDFC02 on reservation.""" contactName: String """Contact Profile ID""" contactProfileID: Float """Contact Profile Name""" contactProfileName: String """The name of the user who created the record.""" createdBy: String """Created By Default Property""" createdByDefaultResort: String """Created Date""" createdDate: Date """Refer to the same column name in the table IFC_WAKE""" createdTime: String """Credit Card Auth Date""" creditCardAuthDate: Date """Credit Card ID""" creditCardId: Float """Credit Limit""" creditLimit: Float """Indicates if the reservation has opted-in for auto payment when credit limit overage is detected.""" creditLimitAutoPayAllowYn: String """Cribs""" cribs: Float """Currency Code""" currencyCode: String """Custom Reference Number""" customReferenceNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Country Specific Requirement for Nigeria.""" dateOfArrivalInCountry: Date """Deleted Flag""" deletedFlag: String """Departtransportid""" departtransportid: String """Departure Comments""" departureComments: String """Departure Date""" departureDate: Date """Departure Date Time""" departureDateTime: Date """Departure Time""" departureTime: String """Departure Transport Code""" departureTransportCode: String """Departure Transportation YN""" departureTransportationYN: String """Stores the Deposit maturity preference.""" depositMaturityType: String """Detatched Date""" detatchedDate: Date """Detatched YN""" detatchedYN: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Directbillauthby""" directbillauthby: Float """Discount Amount""" discountAmount: Float """Discount Amount""" discountAmt: Float """Discount Percentage.""" discountPercent: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason""" discountReason: String """Discount Reason Description""" discountReasonDescription: String """Discountreasonid""" discountreasonid: String """Display Color""" displayColor: String """Dml Sequence No""" dmlSeqNumber: Float """Do Not Move Room""" doNotMoveRoom: String """Do not move room flag.""" doNotMoveYN: String """Drop Off Carrier Code""" dropOffCarrierCode: String """Drop Off Date""" dropOffDate: Date """Drop Off Station""" dropOffStation: String """Drop Off Time""" dropOffTime: String """Drop Off Type""" dropOffType: String """Drop Off Type Description""" dropOffTypeDescription: String """Comments related to Estimated Time of Return.""" eTRComments: String """Not used.""" effectiveRateAmount: Float """Indicates if the reservation is eligible to receive room upgrades. Controlled by Central System.""" eligibleForUpgradeYn: String """Email Address""" emailAddress: String """Email Folio Y/N""" emailFolioYn: String """Email ID""" emailId: Float """Email Y/N""" emailYn: String """End City""" endCity: String """End Datetime""" endDatetime: DateTime """End District""" endDistrict: String """End State""" endState: String """Endbusinessdate""" endbusinessdate: Date """Entry Date into the country. (Croatian Requirements)""" entryDate: Date """(Customized) Entry point into the country. (Croatian Requirements)""" entryPoint: String """Name of file that contains the electronically signed registration card.""" esignedRegCardName: String """Estimated Departure Time""" estimatedDepartureTime: Date """Event ID""" eventId: Float """Exchange Posting Type""" exchangePostingType: String """Exchange Rate""" exchangeRate: Float """Exclude From Auto Authorization YN""" excludeFromAutoAuthorizationYN: String """The time when an Advance Checked-In Guest is expected to return to perform the actual Check-In.""" expectedTimeOfReturnETR: DateTime """Used for Croatian Requirement Exports to store a unique checkin number.""" exportCheckinresId: Float """Not used""" extSegNo: Float """Not used""" extSeqNumber: Float """Internal extension number for the main reservation""" extensionId: Float """Indicates if the guest has opted to receive Efolio through an external system.""" externalEfolioYn: String """External Reference""" externalReference: String """External References List""" externalReferencesList: String """Extra Beds""" extraBeds: Float """FB Revenue""" fBRevenue: Float """F&B Revenue Remaining""" fBRevenueRemaining: Float """Fax ID""" faxId: Float """Should a confirmation be faxed for this reservation name? Y/N""" faxYn: String """This stores the codes for the rooms features. Currently not used""" feature: String """Financially Responsible Y/N""" financiallyResponsibleYn: String """Not used.""" fixedCharge: Float """Fixed Rate YN""" fixedRateYN: String """Oracle sequence to identify different attribute values of an address.""" folioAddrElementId: Float """Date the folio was changed to closed.""" folioCloseDate: Date """Folio Number""" folioNumber: String """Folio Text1""" folioText1: String """Folio Text2""" folioText2: String """Foreign Currency ID""" foreignCurrencyID: String """Free Child""" freeChild: Float """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Gross Rate Future""" grossRateFuture: Float """Gross Rate Past""" grossRatePast: Float """Group Name""" groupName: String """Group Profile AR Number""" groupProfileARNumber: Float """Group Profile AR Number (Central)""" groupProfileARNumberCentral: String """Group Profile Client ID""" groupProfileClientID: String """Group Profile ID""" groupProfileID: Float """Group Profile Name""" groupProfileName: String """Guarantee code before check in. Populated when the guarantee code is changed to CHECKED IN.""" guaranteeCodePreCi: String """Guaranteecodeid""" guaranteecodeid: String """Guest First Name""" guestFirstName: String """This is soundex of GUEST FIRST NAME - Phonotic sound.""" guestFirstNameSdx: String """This is soundex of GUEST LAST NAME - Phonotic sound.""" guestLastNameSdx: String """Signature of the guest""" guestSignature: String """Used for Police/Tourist Export""" guestStatus: String """Guest Type""" guestType: String """Guestprofileid""" guestprofileid: Float """Gueststatusid""" gueststatusid: String """Guesttypeid""" guesttypeid: String """Housekeeping Service Time""" housekeepingServiceTime: String """Hurdle""" hurdle: Float """Hurdle Override""" hurdleOverride: String """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Guest Address.""" individualCity: String """Country of the guest""" individualCountry: String """Individual First Name""" individualFirstName: String """Individual Last Name""" individualLastName: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert DateTime""" insertDateTime: DateTime """Insert User""" insertUser: Float """Intermediary Y/N""" intermediaryYn: String """Award Membership ID""" internalAwardMembershipId: Float """Baseratecode""" internalBaseratecode: String """Block ID.""" internalBlockId: Float """Companyprofileid""" internalCompanyprofileid: Float """Groupprofileid""" internalGroupprofileid: Float """Sourceprofileid""" internalSourceprofileid: Float """Items and Quantities""" itemsQuantities: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Key Valid Until""" keyValidUntil: Date """Last Online-Printing Sequence Number used by this reservation.""" lastOnlinePrintSeq: Float """Latest date when a folio was printed using the "Periodic Batch Folios" option""" lastPeriodicFolioDate: Date """Not used.""" lastRoomNumber: String """Latest date when a direct bill settlement was automatically done using the "Direct Bill Batch Folios" option""" lastSettleDate: Date """Lead Time for ordering""" leadTimeDays: Float """Length of Stay""" lengthOfStay: Float """Linked Arrival Date""" linkedArrivalDate: DateTime """Linked Departure Date""" linkedDepartureDate: DateTime """Linked Room Type""" linkedRoomType: String """Membership ID""" listOfMembershipID: String """Local Base Rate Amount""" localBaseRateAmount: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Mail Y/N""" mailYn: String """Indicates if this Reservation has requested or processed a Manual Checkout for consumer mobility. Possible Values: NULL [R]equested [P]rocessed.""" manualCheckoutStatus: String """Market Code""" marketCode: String """Marketid""" marketid: String """Mc Gen Begin District""" mcGenBeginDistrict: String """Mc Gen Begin State""" mcGenBeginState: String """Mc Gen End District""" mcGenEndDistrict: String """Mc Gen End State""" mcGenEndState: String """Mc Gen Next Country""" mcGenNextCountry: String """Mc Gen Previous Country""" mcGenPreviousCountry: String """Member Description""" memberDescription: String """Member Level""" memberLevel: String """Member Number""" memberNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership ID""" membershipId: Float """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Stores when this Reservation has received a mobile action needed Alert for consumer mobility.""" mobileActionAlertIssued: Date """Marked as Y when the Phone Number/EMail Address is Opt In.""" mobileAudioKeyYn: String """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: String """Mobile Chkout Allowed""" mobileChkoutAllowed: String """Currency preferred by a Mobile Registered Guest.""" mobilePreferredCurrency: String """Indicates if the reservation is eligible to view the folio by sending a mobile message.""" mobileViewFolioAllowed: String """Name""" name: String """Name Usage Type""" nameUsageType: String """Next Country""" nextCountry: String """Country Specific Requirement for Nigeria.""" nextDestination: String """No of Rooms""" numberOfRooms: Float """Indicates if reservation?s registration card was esigned via Opera.""" operaEsignedRegCardYn: String """Indicates if the guest has opted in to receive email through the batch folio option.""" optInBatchFolYn: String """Indicates if the reservation has opted-in for communications.""" optedForCommissionYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Origin Code""" originCode: String """Origin Of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Owner Ff Flag""" ownerFfFlag: String """Owner or Friends/Family""" ownerOrFriendsFamily: String """Package Code""" packageCode: String """Package Code Description""" packageCodeDescription: String """Package Forecast Group""" packageForecastGroup: String """Package Forecast Group Description""" packageForecastGroupDescription: String """Parent Resv Name ID""" parentReservationNameId: Float """Parentreservationid""" parentreservationid: Float """Part Allotment""" partAllotment: String """Party Code""" partyCode: String """Pax Number""" paxNo: Float """Total amount of payment inclusive of VAT""" paymentAmount: Float """Payment Method""" paymentMethod: String """Paymentmethodid""" paymentmethodid: String """Frequency in number of days when folios should be printed for this reservation""" periodicFolioFreq: Float """Indicates if the Phone Display Name is send to the Interface.""" phoneDisplayNameYn: String """Phone ID""" phoneId: Float """Physical Quantity""" physicalQuantity: Float """Pick Up Carrier Code""" pickUpCarrierCode: String """Pick Up Date""" pickUpDate: Date """Pick Up Station""" pickUpStation: String """Pick Up Transport Number""" pickUpTransportNumber: String """Pick Up Type""" pickUpType: String """Pick Up Type Description""" pickUpTypeDescription: String """Pick-Up Time""" pickUpTime: String """Pickup Required YN""" pickupRequiredYN: String """Points""" points: Float """Membership Points Eligibility Code.""" pointsEligibilityCode: String """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" postCoFlag: String """Indicates if the reservation has charging privileges after checkout.""" postStayChargingYN: String """Posting Allowed YN""" postingAllowedYN: String """This date flags if and when the record was reviewed from pre-arrival screen.""" preArrReviewedDt: DateTime """User id who reviewed the record.""" preArrReviewedUser: Float """Indicates if the reservation has charging privileges before arrival.""" preChargingYn: String """Indicates whether the reservation is pre-registered for internet check-in or not.""" preRegisteredYn: String """Preference""" preference: String """Preference Type""" preferenceType: String """Preferred Room Type""" preferredRoomType: String """Previous Country""" previousCountry: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Share""" primaryShare: String """Print Rate YN""" printRateYN: String """Projected FB Revenue""" projectedFBRevenue: Float """Projected Room Revenue""" projectedRoomRevenue: Float """Projected Total Revenue""" projectedTotalRevenue: Float """Promotion Code""" promotionCode: String """Promotion Description""" promotionDescription: String """Indicates if the value set for the specific property.""" property: String """Total pseudo membership points accrued for the default membership type.""" pseudoMemTotalPoints: Float """Default membership type used with the Pseudo Membership Points calculation functionality.""" pseudoMemType: String """Purge Date""" purgeDate: DateTime """Purpose of stay.""" purposeOfStay: String """Number of Rooms""" quantity: Float """Queue priority of the reservation.""" queuePriority: Float """Queue Wait Time""" queueWaitTime: Float """Quote ID provided by external system.""" quoteId: String """Rate Amount""" rateAmount: Float """Rate Code""" rateCode: String """Event Reservation Rate Code Description""" rateCodeDescriptions: String """Tier ID for the Rate Detail.""" rateTier: Float """Stay rateable value.""" rateableValue: Float """Ratecodeid""" ratecodeid: String """Rd Housekeeping Expected Service Time""" rdHousekeepingExpectedServiceTime: String """Rd Reservation Status""" rdResvStatus: String """Rden Billing Contact ID""" rdenBillingContactId: Float """Rden Resv Contact ID""" rdenReservationContactId: Float """Rden Reservation Date""" rdenReservationDate: Date """Rden Property""" rdenResort: String """Rotation Rule to be configured for referral flag ?""" referralYn: String """Registration Card Number""" registrationCardNo: String """Registration Number""" registrationNumber: Float """Reinstate Date""" reinstateDate: DateTime """Reporting Channel""" repChannel: String """Reporting Channel Description""" repChannelDescription: String """Report ID""" reportId: String """Reservation Insert Source""" resInsertSource: String """Reservation Insert Source Type""" resInsertSourceType: String """Resv Contact ID""" reservationContactId: Float """Reservation Date""" reservationDate: DateTime """Reservation Name ID""" reservationNameID: Float """Reservation Status""" reservationStatus: String """Reservation Type""" reservationType: String """Reservation Type Description""" reservationTypeDescription: String """Reservationid""" reservationid: Float """Property""" resort: String """Auto generated charge number for Point Of Sale systems to identify guests.""" resortChargeNumber: String """Restriction Override""" restrictionOverride: String """Globally unique ID using SYS_GUID() as the source.""" resvGuid: String """Reservation Nameid""" resvNameid: Float """Not used in PMS currently.""" resvNumber: Float """Resvcontactprofileid""" resvcontactprofileid: Float """Revenue type (catering/rooms)""" revenueTypeCode: String """Rh Billing Contact ID""" rhBillingContactId: Float """Rh Resv Contact ID""" rhReservationContactId: Float """Rh Room Features""" rhRoomFeatures: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Cost""" roomCost: Float """Room Instructions""" roomInstructions: String """Meeting Room Property""" roomResort: String """Room Revenue""" roomRevenue: Float """Room Revenue Remaining""" roomRevenueRemaining: Float """This is the Turndown room service time.""" roomServiceTime: String """Room Type Description""" roomTypeDescription: String """Room Type To Charge Code""" roomTypeToChargeCode: String """Room Type to Charge Description""" roomTypeToChargeDescription: String """Roomcategoryid""" roomcategoryid: String """Roomid""" roomid: String """Routing YN""" routingYN: String """Is the guest scheduled for automatic check out?""" scheduleCheckoutYn: String """This is CAPITOL version of guest_first_name""" sguestFirstname: String """Sguest Name""" sguestName: String """Share Confirmation Numbers""" shareConfirmationNumbers: String """Share ID.""" shareId: Float """Share Name""" shareName: String """Not used.""" sharePrcnt: Float """Type of revenue""" shareSeqNumber: Float """Share of Rate Amount""" shareOfRateAmount: Float """Shared Guest Name""" sharedGuestName: String """Shared Profile ID""" sharedProfileID: Float """Shared Reservation Status""" sharedReservationStatus: String """Sharing YN""" sharingYN: String """Source City""" sourceCity: String """Source Code""" sourceCode: String """Source Country""" sourceCountry: String """Source Name""" sourceName: String """Source Profile AR Number""" sourceProfileARNumber: Float """Source Profile AR Number (Central)""" sourceProfileARNumberCentral: String """Source Profile IATA Number""" sourceProfileIATANumber: String """Source Profile ID""" sourceProfileID: Float """Source Profile Name""" sourceProfileName: String """Sourceid""" sourceid: String """Special Request""" specialRequest: String """Special Request Description""" specialRequestDescription: String """SPG Room Type Disclosure Flag. Indicates if the guest stationery will disclose the actual room type.""" spgDiscloseRoomTypeYn: String """SPG Suite Night Award Status.""" spgSuiteNightAwardStatus: String """SPG Upgrade Confirmed Room Type Label.""" spgUpgradeConfirmedRoomtype: String """SPG Upgrade Reason Code.""" spgUpgradeReasonCode: String """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" splitFromReservationNameId: Float """Splitfromreservationid""" splitfromreservationid: Float """Rate Tier used for exports(DRS).""" statisticalRateTier: Float """Room Type used to calculate statistics for export(DRS).""" statisticalRoomType: Float """Stay Record ID""" stayRecordId: Float """Suite Number""" suiteNumber: String """Super Search Index Text""" superSearchIndexText: String """Ta Record Locator""" taRecordLocator: String """Tax exempt number on the profile""" taxExemptNumber: String """Tax No of Stays""" taxNumberOfStays: Float """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Taxtypeid""" taxtypeid: String """Tiad""" tiad: String """Ticket Nos""" ticketNos: String """Total Cost of Stay""" totalCostOfStay: Float """Total Revenue""" totalRevenue: Float """Total Revenue Remaining""" totalRevenueRemaining: Float """Total Room Rate""" totalRoomRate: Float """Track It Groups""" trackItGroups: String """Track It Types""" trackItTypes: String """Transactionid""" transactionid: Float """Travel Agent Address.""" travelAgentCity: String """Travel Agent Country""" travelAgentCountry: String """Travel Agent ID""" travelAgentID: Float """Travel Agent Name""" travelAgentName: String """Travel Agent Profile AR Number""" travelAgentProfileARNumber: Float """Travel Agent Profile AR Number (Central)""" travelAgentProfileARNumberCentral: String """Travel Agent Profile IATA Number""" travelAgentProfileIATANumber: String """Travel Agent Profile ID""" travelAgentProfileID: Float """Travel Agent Profile Name""" travelAgentProfileName: String """This is the actual check out date with no time component.""" truncActualCheckOutDate: Date """Turndown status of the room per reservation per day. C-Completed NR-Not required R-Requested.""" turndownStatus: String """Is the guest wants turndown facility or not ? Y/N""" turndownYN: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Universal Card ID used by interfaces for key encoding purposes.""" uniCardId: String """Update Date""" updateDate: DateTime """Update Datetime""" updateDatetime: DateTime """Update User""" updateUser: Float """Updated By""" updatedBy: String """Updated By Default Property""" updatedByDefaultResort: String """Updated Date""" updatedDate: Date """Updated Time""" updatedTime: String """Incremental Upsell charges for the reservation date.""" upsellCharge: Float """Flag if the guest can do video checkout""" videoCheckoutYN: String """Visa Expiry Date""" visaExpiryDate: Date """Visa Issue Date""" visaIssueDate: Date """Visa Number""" visaNumber: String """Waitlist Comment""" waitlistComment: String """This is the waitlist telephone number.""" waitlistPhoneNumber: String """Waitlist Priority""" waitlistPriority: String """Waitlist Priority Description""" waitlistPriorityDescription: String """Waitlist Reason""" waitlistReason: String """Waitlist Reason Description""" waitlistReasonDescription: String """Waitlistpriorityid""" waitlistpriorityid: String """Waitlistreasonid""" waitlistreasonid: String """Walk-In YN""" walkInYN: String """Yieldable Y/N""" yieldableYn: String """Ym Code""" ymCode: String } type BookingsReservationAccompanyingGuestDetailsType { """Active YN""" activeYN: String """Alternate Envelope Greeting""" alternateEnvelopeGreeting: String """Alternate First Name""" alternateFirstName: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Alternate Last Name""" alternateLastName: String """Alternate Salutation""" alternateSalutation: String """Attach Date Time""" attachDateTime: Date """Autoenroll Member YN""" autoenrollMemberYN: String """Country of birth.""" birthCountry: String """Birth Date""" birthDate: Date """Birth Date Str""" birthDateStr: String """Place of birth.""" birthPlace: String """Cash Bl Ind""" cashBlInd: String """Central Nationality""" centralNationality: String """Central Nationality Description""" centralNationalityDescription: String """Central Title""" centralTitle: String """Client ID""" clientID: String """Contact Flag""" contactFlag: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Detach Date Time""" detachDateTime: Date """Detached YN""" detachedYN: String """Email""" email: String """Email YN""" emailYN: String """Envelope Greeting""" envelopeGreeting: String """First Name""" firstName: String """Gender""" gender: String """Guest Priv YN""" guestPrivYN: String """Inactive Reason""" inactiveReason: String """Inactive Reason Code""" inactiveReasonCode: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Language""" language: String """Language Description""" languageDescription: String """Last Name""" lastName: String """Mail Action Codes""" mailActionCodes: String """Mail Action Desc""" mailActionDesc: String """Mail List""" mailList: String """Market Research YN""" marketResearchYN: String """Markets""" markets: String """Markets Desc""" marketsDesc: String """Middle Name""" middleName: String """Name ID""" nameID: Float """Nationality""" nationality: String """Nationality Description""" nationalityDescription: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Parent Resv Name ID""" parentReservationNameId: Float """Phone no.""" phone: String """Phone YN""" phoneYN: String """Primary Key ID""" primaryKeyID: Float """Profile Privacy Flag""" profilePrivacyFlag: String """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rep Inactive Reason""" repInactiveReason: String """Rep Inactive Reason Code""" repInactiveReasonCode: String """Rep Mail Action Codes""" repMailActionCodes: String """Rep Mail Action Desc""" repMailActionDesc: String """Rep Markets""" repMarkets: String """Rep Markets Desc""" repMarketsDesc: String """Rep VIP Name""" repVIPName: String """Rep VIP Status""" repVIPStatus: String """Resv Name ID""" reservationNameId: Float """Restricted Rule""" restrictedRule: String """SMS YN""" sMSYN: String """Salutation Greeting""" salutation: String """Tax1 No""" tax1No: String """Tax2 No""" tax2No: String """Third Party YN""" thirdPartyYN: String """Title""" title: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """VIP Name""" vIPName: String """VIP Status""" vIPStatus: String } type BookingsReservationChannelDetailsType { """Business Title""" businessTitle: String """Can Delete Y/N""" canDeleteYn: String """Central Origin Code""" centralOriginCode: String """Central Origin Description""" centralOriginDescription: String """Central Sequence""" centralSequence: Float """Chain Code""" chainCode: String """Channelid""" channelid: String """Comments""" comments: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Display Color""" displayColor: String """Entity Name""" entityName: String """Contains a list of codes used by a vendor.""" externalAttributeCodes: String """Inactive Date""" inactiveDate: DateTime """Inactive Flag""" inactiveflag: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Deleted Flag""" internalDeletedflag: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Language Code""" languageCode: String """Indicates if the KEYWORD TYPE is to be copied from a Company Master to a Company Subsidiary.""" masterSubKeywordYn: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Origin Code""" originCode: String """Origin Description""" originDescription: String """Origin Display Sequence""" originDisplaySequence: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Property""" property: String """Ranking""" ranking: Float """Reporting Item""" repItem: String """Reporting Item Name""" repItemName: String """Reporting Item Orderby""" repItemOrderby: Float """Reporting Updatedate""" repUpdateDate: DateTime """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Title Suffix""" titleSuffix: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationExternalReferencesDetailsType { """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Cancellation number received from the external system.""" extCancellationNo: String """Reservation leg number for itinerary reservations.""" externalReferenceLegNumber: Float """External Reference Number""" externalReferenceNumber: String """Type of external reference depending from what external system the number was passed.""" externalReferenceType: String """Status of the reservation in the external system 'C' -> Cancelled value NULL or 'A' -> 'Active'.""" externalStatus: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Manual Y/N""" manualYn: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float """Indicates the revision of information provided by an external system that this record corresponds to. This will be used to keep information consistent between OPERA and the external system.""" revisionToken: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """External reference stored in upper case.""" upperExternalReference: String } type BookingsReservationFixedChargesDetailsType { """Account Code""" accountCode: Float """Accountid""" accountid: Float """Amount or Percentage""" amountOrPercentage: Float """Percentage / Amount flag. Allowed values: AMOUNT PERCENT.""" amountOrPercentageFlag: String """Article ID""" articleId: Float """The date from which the charge is effective (null allowed).""" beginDateNullable: Date """Business Date""" businessDate: Date """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Price""" cPrice: Float """Central Transaction Code""" centralTransactionCode: String """Central Transaction Code Description""" centralTransactionCodeDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daytoexecute""" daytoexecute: String """Deleted Flag""" deletedFlag: String """End Date""" endDate: Date """The date from which the charge is not effective (null allowed).""" endDateNullable: Date """Unique number to identify the entry.""" fixedChargesId: Float """Fixedchargespmsref""" fixedchargespmsref: Float """Frequency""" frequency: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """The name of the user who created the record.""" insertUserName: String """Articleid""" internalArticleid: Float """Fixedchargesid""" internalFixedchargesid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Percentage""" percentage: Float """Price""" price: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Quantity""" quantity: Float """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float """Reservationid""" reservationid: Float """Resvenddate""" resvenddate: Date """Roomnights""" roomnights: Float """Supplement""" supplement: String """Rate transaction code""" transactionCode: String """Transaction Code Description""" transactionCodeDescription: String """Transaction Code Group""" transactionCodeGroup: Float """Transaction Code Sub-Group""" transactionCodeSubGroup: Float """Transaction Code Type""" transactionCodeType: String """Transcodeid""" transcodeid: String """Update User""" updateUser: Float """Update Date""" updatedate: Date """Yearlyfixedchargedate""" yearlyfixedchargedate: Date } type BookingsReservationGuestReservationMessagesDetailsType { """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Description""" description: String """Guest Message""" guestMessage: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Message Printed Date""" messagePrintedDate: Date """Msgid""" msgid: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Print Message YN""" printMessageYN: String """Message print status""" printedStatus: String """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """User who received message""" receivedBy: String """Recipient Name""" recipientName: String """Resv Name ID""" reservationNameId: Float """Indicates whether message has been sent to the guest?s room.""" sentToRoomYN: String """Last user that sent a QRUSH SMS Text message.""" smsSentBy: String """Date when the status was changed""" statusDate: Date """Status Flag""" statusFlag: String """Last Date when a QRUSH SMS Text message was sent.""" textSentDate: Date """Text YN""" textYN: String } type BookingsReservationLocatorsDetailsType { """Begin Date""" beginDate: Date """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """End Date""" endDate: Date """User who entered the trace""" enteredBy: String """User who entered the locator""" enteredOn: Date """From Datetime""" fromDatetime: Date """Start time of the update process for the table.""" fromTime: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Location Text""" locationText: String """Internal locator id""" locatorId: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float """To Datetime""" toDatetime: Date """End time of the update process for the table.""" toTime: String } type BookingsReservationMarketDetailsType { """Central Market Code""" centralMarketCode: String """Central Market Description""" centralMarketDescription: String """Central Market Group Code""" centralMarketGroupCode: String """Central Market Group Description""" centralMarketGroupDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Display Color""" displayColor: String """Inactive Date""" inactiveDate: DateTime """Inactive YN""" inactiveYN: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Deleted Flag""" internalDeletedflag: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Market Code""" marketCode: String """Market Description""" marketDescription: String """Market Display Sequence""" marketDisplaySequence: Float """Market group attached to the market code""" marketGroupCode: String """Market Group Description""" marketGroupDescription: String """Market Group Display Sequence""" marketGroupDisplaySequence: Float """Marketgroupid""" marketgroupid: String """Marketid""" marketid: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Print Group for Nationality Report""" printGroup: String """Property""" property: String """Reporting Item""" repItem: String """Reporting Item Name""" repItemName: String """Reporting Item Orderby""" repItemOrderby: Float """Reporting Market Sell Sequence""" repMarketSellSequence: Float """Reporting Parent Sell Sequence""" repParentSellSequence: Float """Reporting Updatedate""" repUpdateDate: DateTime """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Sc Orderby""" scOrderby: Float """Transaction Code""" trxCode: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationProfileAllInformationDetailsType { """The primary key for this table.""" guestProfileID: Float """Account number.""" aRNumber: String """Account Receivable No. of this profile.""" aRNumberCentral: String """Indicates if a Credit Limit amount on Profile level will be required.""" aRCreditLimitYN: String """The ARC mailing flag (received from ARC Update program)""" aRCMailFlag: String """The ARC office type (received from ARC Update program)""" aRCOfficeType: String """The date this record was last updated by the ARC update program.""" aRCUpdateDate: Date """Billing contact person in company.""" accountBillingContact: String """Used in S&C Module.""" accountSource: String """Account Type of this Profile""" accountType: String """The description of this value.""" accountTypeDescription: String """The description of this value.""" accountsourceDesc: String """Mailing action codes.""" actionCode: String """Profile is active or not.""" activeYN: String """The first line of street address.""" address1: String """The second line of street address.""" address2: String """The third line of street address.""" address3: String """The fourth line of street address.""" address4: String """The primary key for this table.""" addressId: Float """Description for each language code.""" addressLangCodeDesc: String """Address Language Code""" addressLanguageCode: String """The type of address.""" addressType: String """Country Specific Requirement for Nigeria.""" alienRegistrationNo: String """All Resorts""" allResorts: String """Field which stores the multibyte envelop greeting used in S&C""" alternateEnvelopeGreeting: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Description for each language code.""" alternateLanguageDescription: String """Alternate Salutation""" alternateSalutation: String """Auto-Enroll Member YN""" autoEnrollMemberYN: String """Does profile have Availability Override Y/N""" availabilityOverride: String """The billing code for this name record.""" billingCode: String """Billing Instruction""" billingInstruction: String """For tour operators the type of billing profile for this name.""" billingProfileCode: String """Country of Birth""" birthCountry: String """Date of Birth of the Individual Profiles.""" birthDate: Date """Stores the encrypted birth date.""" birthDateStr: String """Place of Birth""" birthPlace: String """Any Message for the Restricted profile.""" blMsg: String """Used in S&C Module.""" businessSegment: String """The description of this value.""" businessSegmentDescription: String """The business title for this individual.""" businessTitle: String """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Profile Credit Limit""" cProfileCreditLimit: Float """This is a name_id (Profile number) of profiles that exist in a Central database in a typical CRS environment.""" cRSNameid: Float """This field tells whether this profile is a credit card profile or not.""" ccProfileYn: String """Central Account Type""" centralAccountType: String """Central Business Segment""" centralBusinessSegment: String """Central Business Segment Description""" centralBusinessSegmentDescription: String """Central Corporate ID Type""" centralCorporateIDType: String """The keyword to search on.""" centralDefaultKeyword: String """Central Guest Title Code""" centralGuestTitleCode: String """Central Inactive Reason""" centralInactiveReason: String """Central Inactive Reason Description""" centralInactiveReasonDescription: String """Central Mail Action Description""" centralMailActionDescription: String """Central Mailing Action Code""" centralMailingActionCode: String """Central Priority""" centralPriority: String """Central State Code""" centralStateCode: String """Central Territory""" centralTerritory: String """Central VIP Code""" centralVIPCode: String """Central VIP Description""" centralVIPDescription: String """Chain Code""" chainCode: String """The city for this address.""" city: String """The unique key of this name stores IATA# Company # etc.""" clientID: String """The user that has been assigned to this account for collections.""" collectionUserId: Float """Combined Name""" combinedName: String """This flag will be used in case Profiles are being controlled Centrally (CRS).""" commPayCentral: String """Not Used.""" comments: String """Commission Code for the Commission Percentage.""" commissionCode: String """Code for the commission for Travel Agent""" commissionCodes: String """Comm Curr ID""" commissionCurrencyId: String """Commission Code for the Commission Percentage.""" commissionid: String """Role in which this phone type belongs to.""" communicationRole1: String """Role in which this phone type belongs to.""" communicationRole2: String """Role in which this phone type belongs to.""" communicationRole3: String """The type of this phone number.""" communicationType1: String """The type of this phone number.""" communicationType2: String """The type of this phone number.""" communicationType3: String """The phone number for this record""" communicationValue1: String """The phone number for this record""" communicationValue2: String """The phone number for this record""" communicationValue3: String """Extended Byte Company Name""" companyAlternate: String """The company group or company group user ID in hierarchical format""" companyGroupId: String """Not used.""" companyNameId: Float """Competaion code .""" competition: String """The description of this value.""" competitionDesc: String """Used in S&C Module.""" contactYN: String """Group Contract number.""" contractNo: String """The date the group contract was received.""" contractRecvDate: Date """Corp Type Description""" corpTypeDesc: String """Specified whether Name_Code column has Company # or IATA #. For Company # the value will beCOMP and for IATA # the Value of this column will be IATA.""" corporateIDType: String """Country name.""" country: String """Country .""" countryCode: String """The user that created the record""" createdByUser: String """The date the record was created""" createdOnDate: DateTime """Credit rating.""" creditRating: String """Currency Code""" currencyCode: String """Currency Symbol like $ or EURO symbol""" currencySymbol: String """Double Opt In for AUTOENROLL_MEMBER_YN""" dOptInAutoenrollMemberFlg: String """Double Opt In for EMAIL_YN""" dOptInEmailFlg: String """Double Opt In for GUEST_PRIV_YN""" dOptInGuestPrivFlg: String """Double Opt In for MAIL_LIST""" dOptInMailListFlg: String """Double Opt In for MARKET_RESEARCH_YN""" dOptInMarketResearchFlg: String """Double Opt In for PHONE_YN""" dOptInPhoneFlg: String """Double Opt In for SMS_YN""" dOptInSmsFlg: String """Double Opt In for THIRD_PARTY_YN""" dOptInThirdPartyFlg: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Debtor Name""" debtorName: String """The number of digits after the decimal to allow for this currency.""" decimalPositions: Float """The keyword to search on.""" defaultKeyword: String """Deleted Flag""" deletedFlag: String """Used in S&C Module.""" department: String """Used in S&C Module.""" deptId: String """Used in QMS Module""" description: String """Direct Bill Batch Type""" directBillBatchType: String """Display Name""" displayName: String """Date on which the record is downloaded to laptop.""" downloadDate: Date """REsort name which has downloaded on the laptop.""" downloadResort: String """Owner of the record who downloaded on to laptop.""" downloadSrep: Float """The date when the E-Invoice liable flag was updated for this profile.""" eInvLiableLastUpdated: DateTime """Turkey Country requirement: Indicated if this profile e-Invoice liable. Folios generated for this profile will be directly sent to an external system.""" eInvoiceLiableYn: String """The phone number for this record""" email: String """Email YN""" emailYN: String """Field which stores the envelop greeting used in S&C""" envelopeGreeting: String """External Display Name""" externalDisplayName: String """The first name of an individual.""" externalFirstName: String """External ID used for V6 Interface stores the PMS guest number""" externalId: String """The last name of the individual profile.""" externalName: String """Not Used.""" externalReferenceRequ: String """During the booking process is the user required to enter the tour operator or TA record locator.""" externalReferenceRequired: String """Membership Card Number.""" fMembershipCardNumbers: String """Descripion of membership class""" fMembershipClassDesc: String """F Membership Classes""" fMembershipClasses: String """F Membership Codes""" fMembershipCodes: String """F Membership Descriptions""" fMembershipDescriptions: String """Primary Key for this table.""" fMembershipIds: String """Type of the Membership.""" fMembershipType: String """The ID of the external Database.""" fSubscriptionDb: String """The ID of the external Database.""" fSubscriptionYn: String """The phone number for this record""" faxNumber: String """The first name of an individual name.""" firstName: String """First Name Alternate""" firstNameAlternate: String """The keyword to search on.""" firstNameIncognito: String """The follow on for this individual (I.E: III etc).""" followOn: String """The name as communicated from the GDS. system. Filled on names that are created during the booking.""" gDSName: String """Not used.""" gDSTransactionNo: String """Indicates gender of Individual profile. Either (M)ale or F(emale)""" gender: String """Not used.""" geographicRegion: String """Not used.""" guestClassification: String """Country name.""" guestCountry: String """Currency code for the Commission payment.""" guestCurrencyCode: String """Description for each language code.""" guestLanguageCode: String """The last name of the individual Profile and Search name ofr the other Types of Profiles (Group Travel Agent & Source) are stored in this column.""" guestLastName: String """The middle name of this individual.""" guestMiddleName: String """Guest Name Suffix""" guestNameSuffix: String """Guest Privilege YN""" guestPrivilegeYN: String """The title of the individual.""" guestTitleCode: String """Has Requested Mail YN""" hasRequestedMailYN: String """Keep guest in history Y/N""" historyYN: String """Hold code for the Commission handling purposes.""" holdCode: String """Consortia for the IATA number.""" iataConsortia: String """The country where ID was issued""" idCountry: String """Issued date of Identification""" idDate: Date """This will store the value of LINKED_ATTACHMENTS.ATTACH_ID (Which maps to the physical table WORK_ORDERS.WO_NUMBER)""" idDocumentAttachId: Float """The place where ID was issued""" idPlace: String """Identification Type. Eg Passport Driving License etc""" idType: String """Country Specific Requirement for Nigeria.""" immigrationStatus: String """The date the record was marked as inactive""" inactiveDate: DateTime """Inactive Flag""" inactiveFlag: String """Reason why record was inactivated.""" inactiveReason: String """The description of this value.""" inactiveReasonDescription: String """Include travel agents/sources profile in 1099 reporting ?Y/N""" includeInTax1099Yn: String """Index Name""" indexName: String """The Industry this profile belongs to. Used only for the Non-Individual Profiles.""" industryCode: String """The description of this value.""" industryDesc: String """Used in S&C Module.""" influence: String """The description of this value.""" influenceDesc: String """Interest Code.""" interest: String """Indicates that this profile should be generating an internal bill instead of a regular bill during settlement.""" internalBillYn: String """Deleted Flag""" internalDeletedflag: String """Inactive Flag""" internalInactiveflag: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Primary language used for the profile.""" languageCode: String """Code to synchronize to Laptop values are 012.""" laptopChange: Float """Last Group""" lastGroup: String """Last Name Alternate""" lastNameAlternate: String """The keyword to search on.""" lastNameIncognito: String """Last Rate""" lastRate: Float """Last Rate Code""" lastRateCode: String """The room that is booked for this reservation leg.""" lastRoom: String """Last Room Property""" lastRoomProperty: String """Last Source""" lastSource: String """This contains the truncated component of end_date (i.e without timecomponent)""" lastStay: Date """Last property that updated this record.""" lastUpdatedResort: String """The legal company name for this company.""" legalCompany: String """Used in S&C Module.""" letterGreeting: String """The description of this value.""" mailActionDescription: String """This indicates whether the mailing list must be sent to the guest.""" mailList: String """The type of mail this user should be sent.""" mailType: String """Mailing action codes.""" mailingActionCode: String """Market Research YN""" marketResearchYN: String """Is this account a master account (Y/N)?""" masterAccountYn: String """Not used.""" nameTaxType: String """The type of Profile.""" nameType: String """The description of this value.""" nameTypeDescription: String """Not Used.""" name2: String """Not used.""" name3: String """Nationality""" nationality: String """Nationality of the individual.""" nationalityCode: String """The rate code for which this record applies.""" negotiatedRateCodes: String """This is a begin_date with no time component.""" nextStay: Date """The nickname of this individual.""" nickname: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores the original NAME_ID prior to a migration.""" origNameId: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """The phone number for this record""" phone: String """The phone number for this record""" phoneWeb: String """Phone YN""" phoneYN: String """The postal code of this address.""" postalCode: String """City Extension mainly used for UK addresses.""" postalCodeExtension: String """Preferred Room Number""" preferredRoomNo: String """Not used.""" primaryAddressId: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Not Used.""" primaryNameId: Float """Primary Owner""" primaryOwner: String """Primary Owner Code""" primaryOwnerCode: String """Not used.""" primaryPhoneId: Float """Priority of the account""" priority: String """The description of this value.""" priorityDesc: String """Profile privacy flag determine if the profile is marked as private for a property.""" privacyFlagYN: String """Preference Code. Part of the Primary Key.""" productInterest: String """The profession of the Individual""" profession: String """Credit Limit amount for all AR accounts created in different properties for this profile.""" profileCreditLimit: Float """The primary key for this table.""" profileId: Float """The type of Profile.""" profileType: String """Resort for which Job is registered.""" propertyRegistered: String """Protected""" protected: String """Psuedo Profile Y/N""" psuedoProfileYn: String """The default rate structure for this name.""" rateStructure: String """The region for this name.""" region: String """The region for this name.""" regionid: String """Reporting Account Type Description""" repAccountTypeDescription: String """Reporting Accountsource""" repAccountsource: String """Reporting Accountsource Desc""" repAccountsourceDescription: String """Reporting Competition Code""" repCompetitionCode: String """Reporting Competition Desc""" repCompetitionDescription: String """Reporting Corp Type Desc""" repCorpTypeDescription: String """Reporting Industry Code""" repIndustryCode: String """Reporting Industry Desc""" repIndustryDescription: String """Reporting Influence""" repInfluence: String """Reporting Influence Desc""" repInfluenceDescription: String """Reporting Name Type""" repNameType: String """Reporting Name Type Description""" repNameTypeDescription: String """Rep Nationality Code""" repNationalityCode: String """Rep Nationality Description""" repNationalityDescription: String """Reporting Priority Desc""" repPriorityDescription: String """Reporting Rooms Potential""" repRoomsPotential: String """Reporting Rooms Potential Desc""" repRoomsPotentialDescription: String """Reporting Scope""" repScope: String """Reporting Scope City""" repScopeCity: String """Reporting Scope City Desc""" repScopeCityDescription: String """Reporting Scope Desc""" repScopeDescription: String """Reporting State Desc""" repStateDescription: String """Reporting Tax Type Desc""" repTaxTypeDescription: String """Reporting Territory Desc""" repTerritoryDescription: String """Reporting Title Name""" repTitleName: String """The primary membership # for this guest.""" repeatGuestId: String """User option to replace address in ORS with one from PMS.""" replaceAddress: String """This column store the Name of the Company Profiles.""" requestType: String """Normal Restricted and Cash Only informations are stored in this column.""" restricted: String """The description of this value.""" restrictedRule: String """Reservation Contact person.""" resvContact: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Potential no of rooms per year for a account""" roomsPotential: String """The description of this value.""" roomsPotentialDesc: String """Use this alert to text a notification.""" sMSYN: String """Salutation Greeting""" salutation: String """Scope of the account""" scope: String """Scope City""" scopeCity: String """The description of this value.""" scopeCityDesc: String """The description of this value.""" scopeDesc: String """The Uppercase value of Last or Company.""" searchName: String """Internal Indexed field for Searching by Extended Byte Name.""" searchNameAlternate: String """Uppercase value of First Name.""" sfirst: String """The soundex value for this company record. Used for performance reasons when finding a name based on the Sounds.""" soundExCompany: String """The soundex value for this individual record. Used for performance reasons when finding a name based on the sounds.""" soundExLast: String """Used in QMS Module""" srepCode: String """The state of this address.""" state: String """State Code""" stateCode: String """Description of the state.""" stateDescription: String """Summary Reference Currency for the Folio Generation.""" summRefCc: String """Summary Reference Currency for the Folio Generation.""" summRefCurrencyId: String """Used in Oracle Text Index.""" superSearchIndexText: String """Internal Indexed field for Searching by Extended Byte First Name.""" sxfirstName: String """Tax Category""" taxCategory: String """Not used.""" taxExemptStatus: String """The tax id of this name. Usually issued by a government agency. Used by 1099 printing.""" taxID1: String """Tax No""" taxID2: String """Tax Office Name""" taxOffice: String """Tax Type""" taxType: String """TERRITORY of a account""" territory: String """The description of this value.""" territoryDesc: String """Third Party YN""" thirdPartyYN: String """Title Alternate""" titleAlternate: String """The description of this value.""" titleName: String """Stores the suffix value of the selected title code. This will be used for Processing to External System.""" titleSuffix: Float """Sum of total number of stays on stay records for the time period.""" totalStay: Float """The type of tour operator. Only valid for tour operators/wholesalers.""" tourOperatorType: String """Code to Trace a record for all Triggered actions.""" traceCode: String """Description""" tracecodeDesc: String """What type of 1099 is issued to this name.""" typeOfTax1099: String """User defined character field.""" uDFC01: String """User defined character field.""" uDFC02: String """User defined character field.""" uDFC03: String """User defined character field.""" uDFC04: String """User defined character field.""" uDFC05: String """User defined character field.""" uDFC06: String """User defined character field.""" uDFC07: String """User defined character field.""" uDFC08: String """User defined character field.""" uDFC09: String """User defined character field.""" uDFC10: String """User defined character field.""" uDFC11: String """User defined character field.""" uDFC12: String """User defined character field.""" uDFC13: String """User defined character field.""" uDFC14: String """User defined character field.""" uDFC15: String """User defined character field.""" uDFC16: String """User defined character field.""" uDFC17: String """User defined character field.""" uDFC18: String """User defined character field.""" uDFC19: String """User defined character field.""" uDFC20: String """User defined character field.""" uDFC21: String """User defined character field.""" uDFC22: String """User defined character field.""" uDFC23: String """User defined character field.""" uDFC24: String """User defined character field.""" uDFC25: String """User defined character field.""" uDFC26: String """User defined character field.""" uDFC27: String """User defined character field.""" uDFC28: String """User defined character field.""" uDFC29: String """User defined character field.""" uDFC30: String """User defined character field.""" uDFC31: String """User defined character field.""" uDFC32: String """User defined character field.""" uDFC33: String """User defined character field.""" uDFC34: String """User defined character field.""" uDFC35: String """User defined character field.""" uDFC36: String """User defined character field.""" uDFC37: String """User defined character field.""" uDFC38: String """User defined character field.""" uDFC39: String """User defined character field.""" uDFC40: String """User defined date field.""" uDFD01: Date """User defined date field.""" uDFD02: Date """User defined date field.""" uDFD03: Date """User defined date field.""" uDFD04: Date """User defined date field.""" uDFD05: Date """User defined date field.""" uDFD06: Date """User defined date field.""" uDFD07: Date """User defined date field.""" uDFD08: Date """User defined date field.""" uDFD09: Date """User defined date field.""" uDFD10: Date """User defined date field.""" uDFD11: Date """User defined date field.""" uDFD12: Date """User defined date field.""" uDFD13: Date """User defined date field.""" uDFD14: Date """User defined date field.""" uDFD15: Date """User defined date field.""" uDFD16: Date """User defined date field.""" uDFD17: Date """User defined date field.""" uDFD18: Date """User defined date field.""" uDFD19: Date """User defined date field.""" uDFD20: Date """User defined number field.""" uDFN01: Float """User defined number field.""" uDFN02: Float """User defined number field.""" uDFN03: Float """User defined number field.""" uDFN04: Float """User defined number field.""" uDFN05: Float """User defined number field.""" uDFN06: Float """User defined number field.""" uDFN07: Float """User defined number field.""" uDFN08: Float """User defined number field.""" uDFN09: Float """User defined number field.""" uDFN10: Float """User defined number field.""" uDFN11: Float """User defined number field.""" uDFN12: Float """User defined number field.""" uDFN13: Float """User defined number field.""" uDFN14: Float """User defined number field.""" uDFN15: Float """User defined number field.""" uDFN16: Float """User defined number field.""" uDFN17: Float """User defined number field.""" uDFN18: Float """User defined number field.""" uDFN19: Float """User defined number field.""" uDFN20: Float """User defined number field.""" uDFN21: Float """User defined number field.""" uDFN22: Float """User defined number field.""" uDFN23: Float """User defined number field.""" uDFN24: Float """User defined number field.""" uDFN25: Float """User defined number field.""" uDFN26: Float """User defined number field.""" uDFN27: Float """User defined number field.""" uDFN28: Float """User defined number field.""" uDFN29: Float """User defined number field.""" uDFN30: Float """User defined number field.""" uDFN31: Float """User defined number field.""" uDFN32: Float """User defined number field.""" uDFN33: Float """User defined number field.""" uDFN34: Float """User defined number field.""" uDFN35: Float """User defined number field.""" uDFN36: Float """User defined number field.""" uDFN37: Float """User defined number field.""" uDFN38: Float """User defined number field.""" uDFN39: Float """User defined number field.""" uDFN40: Float """The date the record was modified""" updateDate: DateTime """The last date this record's fax # was updated.""" updateFaxDate: Date """The user that modified the record""" updateUser: String """Date on which the record is uploaded to laptop.""" uploadDate: Date """VIP Status of the Individual.""" vIPCode: String """The description of this value.""" vIPDescription: String """The Oracle Financials vendor id for this record. Used with the Oracle Financials A/P interface.""" vendorId: Float """The Oracle Financial vendor site id for this record. Used with the Oracle Financials A/P interface.""" vendorSiteId: Float """Not Used.""" vipAuthorization: String """Country Specific Requirement for Nigeria.""" visaValidityType: String """Xdisplay Name""" xdisplayName: String """Extended Byte middle name.""" xmiddleName: String } type BookingsReservationReservationProfileAccountsCompanyDetailsType { """AR Number""" aRNumber: String """The date this record was last updated by the ARC update program.""" aRCUpdateDate: Date """Account Email Primary""" accountEmailPrimary: String """Account ID""" accountID: Float """Account Name""" accountName: String """Account Name 2""" accountName2: String """Account Name 3""" accountName3: String """Account Owner Title""" accountOwnerTitle: String """Account Owners(All)""" accountOwnersAll: String """Phone no.""" accountPhonePrimary: String """Account Phone Web""" accountPhoneWeb: String """Account Source""" accountSource: String """Account Source Description""" accountSourceDescription: String """Account Type""" accountType: String """Account Type Description""" accountTypeDescription: String """Billing contact person in company.""" acctContact: String """Action Code""" actionCode: String """Active Flag""" activeFlag: String """Address 1""" address1: String """Address 2""" address2: String """Address 3""" address3: String """Address 4""" address4: String """Address Lang Code Description""" addressLangCodeDesc: String """Address Language""" addressLanguage: String """Address Language Code""" addressLanguageCode: String """Address Type""" addressType: String """All Properties""" allProperties: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Alternate Language Description""" alternateLanguageDescription: String """Alternate Name""" alternateName: String """Alternate Salutation""" alternateSalutation: String """Alternate Title""" alternateTitle: String """AR No Central""" arNumberCentral: String """Autoenroll Member Y/N""" autoenrollMemberYn: String """Billing Instruction""" billingInstruction: String """For tour operators the type of billing profile for this name.""" billingProfileCode: String """Birth Date""" birthDate: Date """Birth Date Str""" birthDateStr: String """Place of birth.""" birthPlace: String """Bl Msg""" blMsg: String """Business Potential""" businessPotential: String """Business Potential Description""" businessPotentialDescription: String """Business Segement""" businessSegement: String """Business Segement Description""" businessSegementDescription: String """Business Title""" businessTitle: String """Central Account Owner Title""" centralAccountOwnerTitle: String """Central Account Source""" centralAccountSource: String """Central Account Source Description""" centralAccountSourceDescription: String """Central Account Type""" centralAccountType: String """Central Account Type Description""" centralAccountTypeDescription: String """Central Business Potential""" centralBusinessPotential: String """Central Business Potential Description""" centralBusinessPotentialDescription: String """Central Business Segement Description""" centralBusinessSegementDescription: String """Central Business Segment""" centralBusinessSegment: String """Central Competition Code""" centralCompetitionCode: String """Central Competition Code Description""" centralCompetitionCodeDescription: String """Central Corporate Type""" centralCorporateType: String """Central Corporate Type Description""" centralCorporateTypeDescription: String """Central Inactive Reason""" centralInactiveReason: String """Central Inactive Reason Description""" centralInactiveReasonDescription: String """Central Industry Code""" centralIndustryCode: String """Central Industry Code Description""" centralIndustryCodeDescription: String """Central Keyword""" centralKeyword: String """Central Priority""" centralPriority: String """Central Priority Description""" centralPriorityDescription: String """Central Profile Type Code""" centralProfileTypeCode: String """Central Profile Type Description""" centralProfileTypeDescription: String """Central Scope""" centralScope: String """Central Scope City""" centralScopeCity: String """Central Scope City Description""" centralScopeCityDescription: String """Central Scope Description""" centralScopeDescription: String """Central State""" centralState: String """Central Territory""" centralTerritory: String """Central Territory Description""" centralTerritoryDescription: String """Chain Code""" chainCode: String """City""" city: String """City Ext""" cityExt: String """Combined Name""" combinedName: String """Commission Code""" commissionCode: String """Commission Code All""" commissionCodeAll: String """Communication Role1""" communicationRole1: String """Communication Role2""" communicationRole2: String """Communication Role3""" communicationRole3: String """Communication Type1""" communicationType1: String """Communication Type2""" communicationType2: String """Communication Type3""" communicationType3: String """Communication Value1""" communicationValue1: String """Communication Value2""" communicationValue2: String """Communication Value3""" communicationValue3: String """Company""" company: String """Competition Code""" competitionCode: String """Competition Code Description""" competitionCodeDescription: String """Specified whether Name_Code column has Company # or IATA #. For Company # the value will beCOMP and for IATA # the Value of this column will be IATA.""" corporateType: String """Corporate Type Description""" corporateTypeDescription: String """Country""" country: String """Country Description""" countryDescription: String """Created By User""" createdByUser: String """Created On Date""" createdOnDate: DateTime """Credit Card Name""" creditCardName: String """Credit Card Type""" creditCardType: String """Credit Rating""" creditRating: String """Currency Code""" currencyCode: String """Currency Description""" currencyDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Email Y/N""" emailYn: String """Envelope Greeting""" envelopeGreeting: String """External ID""" externalId: String """F Subscription Db""" fSubscriptionDb: String """F Subscription Y/N""" fSubscriptionYn: String """Fax Number""" faxNo: String """First""" first: String """Gender""" gender: String """Guest Priv Y/N""" guestPrivYn: String """History Y/N""" historyYn: String """Hold Code""" holdCode: String """IATA Number""" iATANumber: String """IATA Consortia""" iataConsortia: String """Inactive Date""" inactiveDate: Date """Inactive Flag""" inactiveFlag: String """Reason Code for inactive status from REASON table""" inactiveReason: String """Reason why record was inactivated.""" inactiveReasonDescription: String """Industry Code""" industryCode: String """Industry Code Description""" industryCodeDescription: String """Interest Code.""" interest: String """Deleted Flag""" internalDeletedflag: String """Inactive Flag""" internalInactiveflag: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Keyword""" keyword: String """Last""" last: String """Last Group""" lastGroup: String """Last Rate""" lastRate: Float """Not used.""" lastRoom: String """Last Source""" lastSource: String """Last Stay""" lastStay: Date """Legal Company""" legalCompany: String """Letter Greeting""" letterGreeting: String """Mail Action""" mailAction: String """Mail Action Description""" mailActionDescription: String """Mail List""" mailList: String """The type of mail this user should be sent.""" mailType: String """Mail Y/N""" mailYn: String """Market Research Y/N""" marketResearchYn: String """Middle""" middle: String """Name ID""" nameId: Float """Nationality Code""" nationalityCode: String """Nationality Description""" nationalityDescription: String """Negotiated Rate""" negotiatedRate: String """Next Stay""" nextStay: Date """The nickname of this individual.""" nickname: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """Postal Code""" postalCode: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Owner""" primaryOwner: String """Primary Owner Code""" primaryOwnerCode: String """Priority""" priority: String """Priority Description""" priorityDescription: String """Product Interest""" productInterest: String """Profession of the guest""" profession: String """Profile Language Description""" profileLanguageDescription: String """Profile privacy flag determine if the profile is marked as private for a property.""" profilePrivacyFlg: String """Profile Type""" profileType: String """Profile Type Code""" profileTypeCode: String """Profile Type Description""" profileTypeDescription: String """Protected""" protected: String """Reference Currency""" referenceCurrency: String """Reporting Influence""" repInfluence: String """Reporting Influence Desc""" repInfluenceDescription: String """Rep Mail Action Codes""" repMailActionCodes: String """Rep Mail Action Desc""" repMailActionDesc: String """Reporting Nationality Code""" repNationalityCode: String """Reporting Nationality Description""" repNationalityDescription: String """Reporting State Desc""" repStateDescription: String """Reporting Tax Type Desc""" repTaxTypeDescription: String """Reporting Title Name""" repTitleName: String """Reporting Vip Name""" repVIPName: String """Reporting Vip Status""" repVIPStatus: String """User option to replace address in ORS with one from PMS.""" replaceAddress: String """Resort for which Job is registered.""" resortRegistered: String """Restricted""" restricted: String """Restricted Rule""" restrictedRule: String """Salutation Greeting""" salutation: String """Scope""" scope: String """Scope City""" scopeCity: String """Scope City Decription""" scopeCityDecription: String """Scope Description""" scopeDescription: String """The Uppercase value of Last or Company.""" searchAccountName: String """Uppercase value of First Name.""" sfirst: String """State""" state: String """State Code""" stateCode: String """State Description of the Guest of Payee""" stateDesc: String """Internal Indexed field for Searching by Extended Byte First Name.""" sxfirstName: String """Internal Indexed field for Searching by Extended Byte Name.""" sxname: String """Tax1 Number""" tax1No: String """Tax2 Number""" tax2No: String """Tax Category""" taxCategory: String """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Territory""" territory: String """Territory Description""" territoryDescription: String """Third Party Y/N""" thirdPartyYn: String """Trace Code""" traceCode: String """Trace Code Description""" traceCodeDescription: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Update Date""" updateDate: DateTime """The last date this record's fax # was updated.""" updateFaxDate: Date """Update User""" updateUser: String """VIP Name""" vipName: String """VIP Status""" vipStatus: String """Extended Byte Company Name""" xcompanyName: String """Xenvelope Greeting""" xenvelopeGreeting: String """Xfirst Name""" xfirstName: String """Xlast Name""" xlastName: String """Extended Byte middle name.""" xmiddleName: String } type BookingsReservationProfileAccountsTravelAgentDetailsType { """AR Number""" aRNumber: String """The date this record was last updated by the ARC update program.""" aRCUpdateDate: Date """Account Email Primary""" accountEmailPrimary: String """Account ID""" accountID: Float """Account Name""" accountName: String """Account Name 2""" accountName2: String """Account Name 3""" accountName3: String """Account Owner Title""" accountOwnerTitle: String """Account Owners(All)""" accountOwnersAll: String """Phone no.""" accountPhonePrimary: String """Account Phone Web""" accountPhoneWeb: String """Account Source""" accountSource: String """Account Source Description""" accountSourceDescription: String """Account Type""" accountType: String """Account Type Description""" accountTypeDescription: String """Billing contact person in company.""" acctContact: String """Action Code""" actionCode: String """Active Flag""" activeFlag: String """Address 1""" address1: String """Address 2""" address2: String """Address 3""" address3: String """Address 4""" address4: String """Address Lang Code Description""" addressLangCodeDesc: String """Address Language""" addressLanguage: String """Address Language Code""" addressLanguageCode: String """Address Type""" addressType: String """All Properties""" allProperties: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Alternate Language Description""" alternateLanguageDescription: String """Alternate Name""" alternateName: String """Alternate Salutation""" alternateSalutation: String """Alternate Title""" alternateTitle: String """AR No Central""" arNumberCentral: String """Autoenroll Member Y/N""" autoenrollMemberYn: String """Billing Instruction""" billingInstruction: String """For tour operators the type of billing profile for this name.""" billingProfileCode: String """Birth Date""" birthDate: Date """Birth Date Str""" birthDateStr: String """Place of birth.""" birthPlace: String """Bl Msg""" blMsg: String """Business Potential""" businessPotential: String """Business Potential Description""" businessPotentialDescription: String """Business Segement""" businessSegement: String """Business Segement Description""" businessSegementDescription: String """Business Title""" businessTitle: String """Central Account Owner Title""" centralAccountOwnerTitle: String """Central Account Source""" centralAccountSource: String """Central Account Source Description""" centralAccountSourceDescription: String """Central Account Type""" centralAccountType: String """Central Account Type Description""" centralAccountTypeDescription: String """Central Business Potential""" centralBusinessPotential: String """Central Business Potential Description""" centralBusinessPotentialDescription: String """Central Business Segement Description""" centralBusinessSegementDescription: String """Central Business Segment""" centralBusinessSegment: String """Central Competition Code""" centralCompetitionCode: String """Central Competition Code Description""" centralCompetitionCodeDescription: String """Central Corporate Type""" centralCorporateType: String """Central Corporate Type Description""" centralCorporateTypeDescription: String """Central Inactive Reason""" centralInactiveReason: String """Central Inactive Reason Description""" centralInactiveReasonDescription: String """Central Industry Code""" centralIndustryCode: String """Central Industry Code Description""" centralIndustryCodeDescription: String """Central Keyword""" centralKeyword: String """Central Priority""" centralPriority: String """Central Priority Description""" centralPriorityDescription: String """Central Profile Type Code""" centralProfileTypeCode: String """Central Profile Type Description""" centralProfileTypeDescription: String """Central Scope""" centralScope: String """Central Scope City""" centralScopeCity: String """Central Scope City Description""" centralScopeCityDescription: String """Central Scope Description""" centralScopeDescription: String """Central State""" centralState: String """Central Territory""" centralTerritory: String """Central Territory Description""" centralTerritoryDescription: String """Chain Code""" chainCode: String """City""" city: String """City Ext""" cityExt: String """Combined Name""" combinedName: String """Commission Code""" commissionCode: String """Commission Code All""" commissionCodeAll: String """Communication Role1""" communicationRole1: String """Communication Role2""" communicationRole2: String """Communication Role3""" communicationRole3: String """Communication Type1""" communicationType1: String """Communication Type2""" communicationType2: String """Communication Type3""" communicationType3: String """Communication Value1""" communicationValue1: String """Communication Value2""" communicationValue2: String """Communication Value3""" communicationValue3: String """Company""" company: String """Competition Code""" competitionCode: String """Competition Code Description""" competitionCodeDescription: String """Specified whether Name_Code column has Company # or IATA #. For Company # the value will beCOMP and for IATA # the Value of this column will be IATA.""" corporateType: String """Corporate Type Description""" corporateTypeDescription: String """Country""" country: String """Country Description""" countryDescription: String """Created By User""" createdByUser: String """Created On Date""" createdOnDate: DateTime """Credit Card Name""" creditCardName: String """Credit Card Type""" creditCardType: String """Credit Rating""" creditRating: String """Currency Code""" currencyCode: String """Currency Description""" currencyDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Email Y/N""" emailYn: String """Envelope Greeting""" envelopeGreeting: String """External ID""" externalId: String """F Subscription Db""" fSubscriptionDb: String """F Subscription Y/N""" fSubscriptionYn: String """Fax Number""" faxNo: String """First""" first: String """Gender""" gender: String """Guest Priv Y/N""" guestPrivYn: String """History Y/N""" historyYn: String """Hold Code""" holdCode: String """IATA Number""" iATANumber: String """IATA Consortia""" iataConsortia: String """Inactive Date""" inactiveDate: Date """Inactive Flag""" inactiveFlag: String """Reason Code for inactive status from REASON table""" inactiveReason: String """Reason why record was inactivated.""" inactiveReasonDescription: String """Industry Code""" industryCode: String """Industry Code Description""" industryCodeDescription: String """Interest Code.""" interest: String """Deleted Flag""" internalDeletedflag: String """Inactive Flag""" internalInactiveflag: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Keyword""" keyword: String """Last""" last: String """Last Group""" lastGroup: String """Last Rate""" lastRate: Float """Not used.""" lastRoom: String """Last Source""" lastSource: String """Last Stay""" lastStay: Date """Legal Company""" legalCompany: String """Letter Greeting""" letterGreeting: String """Mail Action""" mailAction: String """Mail Action Description""" mailActionDescription: String """Mail List""" mailList: String """The type of mail this user should be sent.""" mailType: String """Mail Y/N""" mailYn: String """Market Research Y/N""" marketResearchYn: String """Middle""" middle: String """Name ID""" nameId: Float """Nationality Code""" nationalityCode: String """Nationality Description""" nationalityDescription: String """Negotiated Rate""" negotiatedRate: String """Next Stay""" nextStay: Date """The nickname of this individual.""" nickname: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """Postal Code""" postalCode: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Owner""" primaryOwner: String """Primary Owner Code""" primaryOwnerCode: String """Priority""" priority: String """Priority Description""" priorityDescription: String """Product Interest""" productInterest: String """Profession of the guest""" profession: String """Profile Language Description""" profileLanguageDescription: String """Profile privacy flag determine if the profile is marked as private for a property.""" profilePrivacyFlg: String """Profile Type""" profileType: String """Profile Type Code""" profileTypeCode: String """Profile Type Description""" profileTypeDescription: String """Protected""" protected: String """Reference Currency""" referenceCurrency: String """Reporting Influence""" repInfluence: String """Reporting Influence Desc""" repInfluenceDescription: String """Rep Mail Action Codes""" repMailActionCodes: String """Rep Mail Action Desc""" repMailActionDesc: String """Reporting Nationality Code""" repNationalityCode: String """Reporting Nationality Description""" repNationalityDescription: String """Reporting State Desc""" repStateDescription: String """Reporting Tax Type Desc""" repTaxTypeDescription: String """Reporting Title Name""" repTitleName: String """Reporting Vip Name""" repVIPName: String """Reporting Vip Status""" repVIPStatus: String """User option to replace address in ORS with one from PMS.""" replaceAddress: String """Resort for which Job is registered.""" resortRegistered: String """Restricted""" restricted: String """Restricted Rule""" restrictedRule: String """Salutation Greeting""" salutation: String """Scope""" scope: String """Scope City""" scopeCity: String """Scope City Decription""" scopeCityDecription: String """Scope Description""" scopeDescription: String """The Uppercase value of Last or Company.""" searchAccountName: String """Uppercase value of First Name.""" sfirst: String """State""" state: String """State Code""" stateCode: String """State Description of the Guest of Payee""" stateDesc: String """Internal Indexed field for Searching by Extended Byte First Name.""" sxfirstName: String """Internal Indexed field for Searching by Extended Byte Name.""" sxname: String """Tax1 Number""" tax1No: String """Tax2 Number""" tax2No: String """Tax Category""" taxCategory: String """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Territory""" territory: String """Territory Description""" territoryDescription: String """Third Party Y/N""" thirdPartyYn: String """Trace Code""" traceCode: String """Trace Code Description""" traceCodeDescription: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Update Date""" updateDate: DateTime """The last date this record's fax # was updated.""" updateFaxDate: Date """Update User""" updateUser: String """VIP Name""" vipName: String """VIP Status""" vipStatus: String """Extended Byte Company Name""" xcompanyName: String """Xenvelope Greeting""" xenvelopeGreeting: String """Xfirst Name""" xfirstName: String """Xlast Name""" xlastName: String """Extended Byte middle name.""" xmiddleName: String } type BookingsReservationReservationProfileAccountsSourceDetailsType { """AR Number""" aRNumber: String """The date this record was last updated by the ARC update program.""" aRCUpdateDate: Date """Account Email Primary""" accountEmailPrimary: String """Account ID""" accountID: Float """Account Name""" accountName: String """Account Name 2""" accountName2: String """Account Name 3""" accountName3: String """Account Owner Title""" accountOwnerTitle: String """Account Owners(All)""" accountOwnersAll: String """Phone no.""" accountPhonePrimary: String """Account Phone Web""" accountPhoneWeb: String """Account Source""" accountSource: String """Account Source Description""" accountSourceDescription: String """Account Type""" accountType: String """Account Type Description""" accountTypeDescription: String """Billing contact person in company.""" acctContact: String """Action Code""" actionCode: String """Active Flag""" activeFlag: String """Address 1""" address1: String """Address 2""" address2: String """Address 3""" address3: String """Address 4""" address4: String """Address Lang Code Description""" addressLangCodeDesc: String """Address Language""" addressLanguage: String """Address Language Code""" addressLanguageCode: String """Address Type""" addressType: String """All Properties""" allProperties: String """The Extended Byte Language of the Profile.""" alternateLanguage: String """Alternate Language Description""" alternateLanguageDescription: String """Alternate Name""" alternateName: String """Alternate Salutation""" alternateSalutation: String """Alternate Title""" alternateTitle: String """AR No Central""" arNumberCentral: String """Autoenroll Member Y/N""" autoenrollMemberYn: String """Billing Instruction""" billingInstruction: String """For tour operators the type of billing profile for this name.""" billingProfileCode: String """Birth Date""" birthDate: Date """Birth Date Str""" birthDateStr: String """Place of birth.""" birthPlace: String """Bl Msg""" blMsg: String """Business Potential""" businessPotential: String """Business Potential Description""" businessPotentialDescription: String """Business Segement""" businessSegement: String """Business Segement Description""" businessSegementDescription: String """Business Title""" businessTitle: String """Central Account Owner Title""" centralAccountOwnerTitle: String """Central Account Source""" centralAccountSource: String """Central Account Source Description""" centralAccountSourceDescription: String """Central Account Type""" centralAccountType: String """Central Account Type Description""" centralAccountTypeDescription: String """Central Business Potential""" centralBusinessPotential: String """Central Business Potential Description""" centralBusinessPotentialDescription: String """Central Business Segement Description""" centralBusinessSegementDescription: String """Central Business Segment""" centralBusinessSegment: String """Central Competition Code""" centralCompetitionCode: String """Central Competition Code Description""" centralCompetitionCodeDescription: String """Central Corporate Type""" centralCorporateType: String """Central Corporate Type Description""" centralCorporateTypeDescription: String """Central Inactive Reason""" centralInactiveReason: String """Central Inactive Reason Description""" centralInactiveReasonDescription: String """Central Industry Code""" centralIndustryCode: String """Central Industry Code Description""" centralIndustryCodeDescription: String """Central Keyword""" centralKeyword: String """Central Priority""" centralPriority: String """Central Priority Description""" centralPriorityDescription: String """Central Profile Type Code""" centralProfileTypeCode: String """Central Profile Type Description""" centralProfileTypeDescription: String """Central Scope""" centralScope: String """Central Scope City""" centralScopeCity: String """Central Scope City Description""" centralScopeCityDescription: String """Central Scope Description""" centralScopeDescription: String """Central State""" centralState: String """Central Territory""" centralTerritory: String """Central Territory Description""" centralTerritoryDescription: String """Chain Code""" chainCode: String """City""" city: String """City Ext""" cityExt: String """Combined Name""" combinedName: String """Commission Code""" commissionCode: String """Commission Code All""" commissionCodeAll: String """Communication Role1""" communicationRole1: String """Communication Role2""" communicationRole2: String """Communication Role3""" communicationRole3: String """Communication Type1""" communicationType1: String """Communication Type2""" communicationType2: String """Communication Type3""" communicationType3: String """Communication Value1""" communicationValue1: String """Communication Value2""" communicationValue2: String """Communication Value3""" communicationValue3: String """Company""" company: String """Competition Code""" competitionCode: String """Competition Code Description""" competitionCodeDescription: String """Specified whether Name_Code column has Company # or IATA #. For Company # the value will beCOMP and for IATA # the Value of this column will be IATA.""" corporateType: String """Corporate Type Description""" corporateTypeDescription: String """Country""" country: String """Country Description""" countryDescription: String """Created By User""" createdByUser: String """Created On Date""" createdOnDate: DateTime """Credit Card Name""" creditCardName: String """Credit Card Type""" creditCardType: String """Credit Rating""" creditRating: String """Currency Code""" currencyCode: String """Currency Description""" currencyDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Email Y/N""" emailYn: String """Envelope Greeting""" envelopeGreeting: String """External ID""" externalId: String """F Subscription Db""" fSubscriptionDb: String """F Subscription Y/N""" fSubscriptionYn: String """Fax Number""" faxNo: String """First""" first: String """Gender""" gender: String """Guest Priv Y/N""" guestPrivYn: String """History Y/N""" historyYn: String """Hold Code""" holdCode: String """IATA Number""" iATANumber: String """IATA Consortia""" iataConsortia: String """Inactive Date""" inactiveDate: Date """Inactive Flag""" inactiveFlag: String """Reason Code for inactive status from REASON table""" inactiveReason: String """Reason why record was inactivated.""" inactiveReasonDescription: String """Industry Code""" industryCode: String """Industry Code Description""" industryCodeDescription: String """Interest Code.""" interest: String """Deleted Flag""" internalDeletedflag: String """Inactive Flag""" internalInactiveflag: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Keyword""" keyword: String """Last""" last: String """Last Group""" lastGroup: String """Last Rate""" lastRate: Float """Not used.""" lastRoom: String """Last Source""" lastSource: String """Last Stay""" lastStay: Date """Legal Company""" legalCompany: String """Letter Greeting""" letterGreeting: String """Mail Action""" mailAction: String """Mail Action Description""" mailActionDescription: String """Mail List""" mailList: String """The type of mail this user should be sent.""" mailType: String """Mail Y/N""" mailYn: String """Market Research Y/N""" marketResearchYn: String """Middle""" middle: String """Name ID""" nameId: Float """Nationality Code""" nationalityCode: String """Nationality Description""" nationalityDescription: String """Negotiated Rate""" negotiatedRate: String """Next Stay""" nextStay: Date """The nickname of this individual.""" nickname: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Number of days a payment is due for the account.""" paymentDueDays: Float """Postal Code""" postalCode: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Owner""" primaryOwner: String """Primary Owner Code""" primaryOwnerCode: String """Priority""" priority: String """Priority Description""" priorityDescription: String """Product Interest""" productInterest: String """Profession of the guest""" profession: String """Profile Language Description""" profileLanguageDescription: String """Profile privacy flag determine if the profile is marked as private for a property.""" profilePrivacyFlg: String """Profile Type""" profileType: String """Profile Type Code""" profileTypeCode: String """Profile Type Description""" profileTypeDescription: String """Protected""" protected: String """Reference Currency""" referenceCurrency: String """Reporting Influence""" repInfluence: String """Reporting Influence Desc""" repInfluenceDescription: String """Rep Mail Action Codes""" repMailActionCodes: String """Rep Mail Action Desc""" repMailActionDesc: String """Reporting Nationality Code""" repNationalityCode: String """Reporting Nationality Description""" repNationalityDescription: String """Reporting State Desc""" repStateDescription: String """Reporting Tax Type Desc""" repTaxTypeDescription: String """Reporting Title Name""" repTitleName: String """Reporting Vip Name""" repVIPName: String """Reporting Vip Status""" repVIPStatus: String """User option to replace address in ORS with one from PMS.""" replaceAddress: String """Resort for which Job is registered.""" resortRegistered: String """Restricted""" restricted: String """Restricted Rule""" restrictedRule: String """Salutation Greeting""" salutation: String """Scope""" scope: String """Scope City""" scopeCity: String """Scope City Decription""" scopeCityDecription: String """Scope Description""" scopeDescription: String """The Uppercase value of Last or Company.""" searchAccountName: String """Uppercase value of First Name.""" sfirst: String """State""" state: String """State Code""" stateCode: String """State Description of the Guest of Payee""" stateDesc: String """Internal Indexed field for Searching by Extended Byte First Name.""" sxfirstName: String """Internal Indexed field for Searching by Extended Byte Name.""" sxname: String """Tax1 Number""" tax1No: String """Tax2 Number""" tax2No: String """Tax Category""" taxCategory: String """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Territory""" territory: String """Territory Description""" territoryDescription: String """Third Party Y/N""" thirdPartyYn: String """Trace Code""" traceCode: String """Trace Code Description""" traceCodeDescription: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Update Date""" updateDate: DateTime """The last date this record's fax # was updated.""" updateFaxDate: Date """Update User""" updateUser: String """VIP Name""" vipName: String """VIP Status""" vipStatus: String """Extended Byte Company Name""" xcompanyName: String """Xenvelope Greeting""" xenvelopeGreeting: String """Xfirst Name""" xfirstName: String """Xlast Name""" xlastName: String """Extended Byte middle name.""" xmiddleName: String } type BookingsReservationRateCodeDetailsType { """Not null value in this column indicates that this is ASB Rate. This column also specifies the cycle of ASB rate. MC=Fixed Calendar Month Cycle WC=Fixed Calendar Week Cycle MF= Floating Monthly Cycle WF=Floating Weekly Cycle.""" aSBRateCycle: String """Amount to be added to the base rate when shown on rate query""" addition: String """With Advanced Base Rate Parameter ON this field stores the rate code on which this rate schedule is dynamically based on.""" advBaseRateCode: String """Indicates how rounding of advanced dynamic rate calculation is performed.[U]p [D]own [N]one [C] -Up - keep decimal [F] -Down - keep decimal.""" advBaseRounding: String """Identifies if during the availability check the calculated based amount should be compared to rate detail of BAR rate code.""" advanceBaseCompareYN: String """Indicates if this rate code is an Advanced Daily Base Rate.""" advanceDailyBaseYN: String """Indicates if this rate code is an Advanced Daily Rate.""" advanceDailyRateYN: String """Alternative rate code if current rate is not available""" alternateRateCode: String """Flag to indicate whether to send Rate code to AVH or not.""" availabilityUpdateYn: String """Back To Back YN""" backToBackYN: String """Base Amount""" baseAmount: Float """Flat or Percentage of the Base Rate""" baseFltPct: String """Base Rate Code""" baseRateCode: String """Indicates if rounding of rate is required""" baseRounding: String """Indicating a rate type such as flat rate or percentage rate. Possible values are: FLAT DIFFERENTIAL and NULL.""" baseType: String """This column use to store Percentage or Amount difference between BAR Rate code and this Rate Code.""" bbarBaseAmount: Float """This flag column identify that amount column represent Flat or Percentage value.""" bbarBaseFltPct: String """This column identify the rounding formula for the BBAR Rate calculation.""" bbarBaseRounding: String """This column will identify that Rate Code is Best BAR based rate code or not. Possible values are Y/N.""" bbarBasedYn: String """Identifies if during the availability check the calculated based amount should be compared to rate detail of BBAR rate code.""" bbarCompareYn: String """Bbar Y/N""" bbarYn: String """Block Name""" blockName: String """PCR: Is breakfast is included in this rate code?""" breakfastInclYn: String """Breakfast Price""" breakfastPrice: Float """Business Date""" businessDate: Date """In case of ORMS when this flag is Y system ignore this rate code from Hurdle Check.""" bypassHurdleYn: String """Indicates that this rate code will not go through rank validations if value is 'Y'.""" bypassRankCheckYn: String """Central Base Amount""" cBaseAmount: Float """Central Bbar Base Amount""" cBbarBaseAmount: Float """Central Bfst Price""" cBreakfastPrice: Float """Central Dbase Amount""" cDbaseAmount: Float """Central Discount Rate Amount""" cDiscountRateAmount: Float """Central Dbl Rm Supplement Price""" cDoubleRoomSupplementPrice: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Rate Floor""" cRateFloor: Float """Central Rate Level""" cRateLevel: Float """Central Rod Base Amount""" cRodBaseAmount: Float """Central Room Assignment Value""" cRoomAssignmentValue: Float """Stores the catering package code linked to this rate code.""" catPackageCode: String """Specifies if a catering package is linked to this rate code.""" cateringPackageYN: String """Central Market Code""" centralMarketCode: String """Central Market Description""" centralMarketDescription: String """Central Market Group Code""" centralMarketGroupCode: String """Central Market Group Description""" centralMarketGroupDescription: String """Central Rate Bucket""" centralRateBucket: String """Central Rate Bucket Description""" centralRateBucketDescription: String """Central Rate Category""" centralRateCategory: String """Central Rate Category Description""" centralRateCategoryDescription: String """Central Rate Class""" centralRateClass: String """Central Rate Class Description""" centralRateClassDescription: String """Central Room Type""" centralRoomType: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Source Code""" centralSourceCode: String """Central Source Description""" centralSourceDescription: String """Central Source Group Code""" centralSourceGroupCode: String """Central Source Group Description""" centralSourceGroupDescription: String """Indicates the state of chaange of the rate code with values null=enabled D=disabled P=changes pending of approval""" changeState: String """This field is used to populate rate code commission percentage for informational purposes for GDS and ORS reservation agents""" commissionPercent: Float """Commission Code""" commissionCode: String """Are commissions allowed for this rate code? Y/N""" commissionYn: String """PCR: Commissionable Percentage.""" commissionablePerc: Float """Commissionable Y/N""" commissionableYn: String """Complimentary YN""" complimentaryYN: String """Introduced for Holidex inbound delta rate processing this column stores the value indicating the decimal position specific to the received the currency code.""" currCodeDecimalPos: Float """Currency Code""" currencyCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daily Rates Y/N""" dailyRatesYn: String """Day use reservation Y/N.""" dayUseYN: String """Days the rate restriction is not available for arrival""" daysWhenClosedToArrival: String """Indicates either Flat amount or Percentage increase or decrease from the dynamic base rate.""" dbaseAmount: Float """This flag identify that while checking availability calculated based amount should be compared to rate detail of rate code or not.""" dbaseCompareYn: String """Flat or Percentage of the dynamic base rate code.""" dbaseFltPct: String """The rate code on which this rate shedule is dynamically based on.""" dbaseRateCode: String """Indicates if rounding of dynamic rate calculation is required.""" dbaseRounding: String """Stores the double room supplement price.""" dblRoomSupplementPrice: Float """For BAR dependent Rate Code this flag indicates that when all BAR Rates are closed the Rate Amount should be calculated based on the highest BAR Rate Amount instead of based on its own Rate Detail.""" defaultToHighestBarYn: String """Deleted Flag""" deletedFlag: String """Stores the Deposit maturity preference.""" depositMaturityPreference: String """Department code for the transaction.""" deptCode: String """Discount rate amount value.""" discountRateAmount: Float """Indicates if discount rate amount is a percentage value.""" discountRatePercentageYn: String """Discount Flag.""" discountYN: String """Display Sequence""" displaySequence: Float """Display Set""" displaySet: String """Indicates if the profile should be distributed to the external database.""" distributeYn: String """Stores the double room supplement.""" doubleRoomSupplementYN: String """End Date""" endDate: Date """Indicates if the value set for the specific property.""" eventProperty: String """Exchange Type""" exchangeType: String """Externally Controlled YN""" externallyControlledYN: String """Introduced for Holidex inbound delta rate processing this column stores the value indicating at person level the extra charge begins.""" extraPersonChargeBegins: Float """Fit Discount Level.""" fitDiscountLevel: Float """Published Corporate Rate: Discount Percentage.""" fitDiscountPerc: Float """Flat YN""" flatYN: String """Text displayed on the Folio""" folioText: String """Frequent Flyer YN""" frequentFlyerYN: String """Is this rate code available for GDS""" gDSAllowedYN: String """Group Code""" groupCode: String """To highlight on the rate query""" highlightRateAmountYn: String """House-Use YN""" houseUseYN: String """Inactive Date""" inactiveDate: Date """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Location ID""" internalLocationId: String """Organization ID""" internalOrganizationId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Long Info""" longInfo: String """Flag to indicate if this is a loyalty program""" loyaltyProgramYN: String """Indicates mandatory reservation profiles. This is used to force entry of profiles on the reservation header if this rate is picked.""" mandateResvProfiles: String """Market Code""" marketCode: String """Market Description""" marketDescription: String """Market Group Code""" marketGroupCode: String """Market Group Description""" marketGroupDescription: String """Contains the rate program information from the MARSHA interface.""" marshaRateProgram: String """Maximum Days Advance Booking""" maximumDaysAdvanceBooking: Float """Maximum Length of Stay""" maximumLengthOfStay: Float """Maximum Occupancy""" maximumOccupancy: Float """Flag used to determine if the rate code is to be sent to MyFidelio.net if the rate is being received from a V6 V7 V8 or OPMS on a lower version on which flag used to determine if the rate code is to be sent to MyFidelio.net does not exist on the rate header.""" mfnUploadYn: String """Minimum Days Advance Booking""" minimumDaysAdvanceBooking: Float """Minimum Occupancy""" minimumOccupancy: Float """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: String """Mobile Chkout Allowed""" mobileChkoutAllowed: String """Amount to be multiplied to the base rate when shown on rate query""" multiplication: String """MyFidelio Upload YN""" myFidelioUploadYN: String """Property is negotiated of search criteria or not.""" negotiatedYN: String """Indicates if the rate code is occupancy based.""" occupancyBasedYn: String """Indicates the occupancy level for hurdle evaluation.""" occupancyLevel: Float """The operator type to use during the calculation of base rates. (ADD_TO SUBTRACT)""" operatorType: String """Order By""" orderBy: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Original Rate Code""" originalRateCode: String """Indicates the order in which this rate should be displayed during the booking process when the ors_rate_sell_sequence functionality is active.""" orsSellSequence: Float """Indicates if we need to override package for hurdle evaluation.""" overridePackageYn: String """Indicates Owners Rate Code. This is used to perform rolling noshow.""" ownerRateYN: String """Package Transaction Code""" packageTransactionCode: String """Package Transaction Code Weekend""" packageTransactionCodeWeekend: String """Wrapper transaction code tax inclusive Y/N""" packageTransactionTaxInclYN: String """Transaction code is inclusive of tax Y/N""" packageTransactionTaxIncludedYN: String """Wrapper transaction code tax inclusive for weekend days Y/N""" packageTransactionWkTaxInclYN: String """Package YN""" packageYN: String """Packages""" packages: String """Indicates whether the rate code is pending for approval or not""" pendingApprovalYn: String """Posting Rhythm""" postingRhythm: String """Number of nights for posting rhythm.""" postingRhythmNights: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Print Rate Y/N""" printRateYn: String """Indicates if restriction for rate is privileged or not.""" privilegedRestrictionYn: String """Indicates if rate is privileged or not.""" privilegedYn: String """Profit Transaction Code""" profitTransactionCode: String """Code to uniquely identify the Property""" property: String """Property Name""" propertyName: String """Any number between -10 and +10. This adjustment factor will be applied to the daily ranking value of table RESORT_DAY_TYPE_DATES for the stay date to determine the Rate code rank value.""" rankAdjustmentFactor: Float """Rank Value""" rankValue: Float """Yield rate bucket""" rateBucket: String """Rate Bucket Description""" rateBucketDescription: String """Indicates if rate Calendar factors such as adder/multiplier should be used for price calculation.""" rateCalendarYn: String """Rate Category""" rateCategory: String """Rate Category Description""" rateCategoryDescription: String """Rate Class""" rateClass: String """Rate Class Description""" rateClassDescription: String """Rate Code ID""" rateCodeId: String """Rate Code Locked Y/N""" rateCodeLockedYn: String """Contains the minimum value of the rate amount which can be defined in the rate details.""" rateFloor: Float """This flag indicates if the Rate Floor Rate is overridden for a particular Rate Code.""" rateFloorOverrideYn: String """Does this rate include tax? Y/N""" rateIncludesTaxYn: String """Rate Label""" rateLabel: String """Rate Level this rate code belongs to.""" rateLevel: Float """Needs to send this rate to GDS or not.""" rateUpdateYN: String """Rateinfo Url""" rateinfoUrl: String """Redemption Rate YN""" redemptionRateYN: String """Regional Availability YN""" regionalAvailabilityYN: String """Indicates if the posting rhythm on the rate code is repeated until the end of the stay otherwise the posting rhythm is applied only once.""" repeatPostingRhythmYn: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Rod Base Amount""" rodBaseAmount: Float """Rod Base Flt Pct""" rodBaseFltPct: String """Rod Base Rounding""" rodBaseRounding: String """Is the group code rate of day based""" rodBasedYn: String """Rod Y/N""" rodYn: String """Room Assignment Value""" roomAssignmentValue: Float """Room Type""" roomType: String """Room Type Description""" roomTypeDescription: String """Holds a copy of the column begin_booking_date while the rate code is disabled or with changes pending of approval""" sdowBeginBookingDate: Date """Holds a copy of the column end_booking_date while the rate code is disabled or with changes pending of approval""" sdowEndBookingDate: Date """PCR: Are Service Charges included in this rate code?""" serviceInclYn: String """Service Percentage included.""" servicePerc: Float """Information to be used in the rate query""" shortInfo: String """Flag used to show or hide rate column in Block Grid and used as default by block reservations.""" showRateAmountYn: String """Source Code""" sourceCode: String """Source Description""" sourceDescription: String """Source Group Code""" sourceGroupCode: String """Source Group Description""" sourceGroupDescription: String """Percentage of included Tax.""" taxIncludedPerc: Float """Tax is included in this rate.""" taxIncludedYn: String """Indicates if the rate is a tiered rate.""" tieredYN: String """Rate transaction code""" transactionCode: String """Transaction Code Weekend""" transactionCodeWeekend: String """Transaction code is inclusive of tax for weekend days Y/N""" transactionTaxWeekendIncludedYN: String """Indicates the lengh of Stay Unit in days. If value is > 1 then it is a pkg rate code.""" unitOfLengthOfStay: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Indicates if the rate code can be upsold""" upsellYn: String """Flag to indicate if this is a voucher benefit rate code.""" voucherBenefitRateYn: String """Indicates weekend days seperated by '' Eg 17 ie Sun and Sat""" weekendDays: String """Wk Dept Code""" wkDeptCode: String """Yield As""" yieldAs: String """Yieldable YN""" yieldableYN: String """Ym Code""" ymCode: String } type BookingsReservationReservationAlertsDetailsType { """Alert Code""" alertCode: String """Alert Description""" alertDescription: String """Alert Text""" alertText: String """Area""" area: String """Brand Stay Count""" brandStayCnt: Float """Comments""" comments: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Department""" department: String """Display Alert YN""" displayAlertYN: String """Email Address""" emailAddress: String """Email Y/N""" emailYn: String """Unique ID in External System.""" externalAlertId: String """Indicates if the current alert can contain tags.""" hasTagsYn: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Language""" language: String """Last Stay Date""" lastStayDate: Date """Last Stay Location""" lastStayLocation: String """Internal ID to uniquely identify the Property""" locationID: String """Indicate if the current alert belongs to a membership module.""" membershipAlertYn: String """Membership Card Number""" membershipCardNo: String """Order By""" orderBy: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Preference 1""" pref1: String """Preference 2""" pref2: String """Preference 3""" pref3: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Use this alert to print notification.""" printAlertYN: String """Name of the printer where alert will be printed.""" printerName: String """Code to uniquely identify the Property""" property: String """Property Stay Count""" propertyStayCnt: Float """Previous Stay Date at this property for repeat guests.""" propertyStayDate: Date """Query ID""" queryId: Float """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Report Name""" reportName: String """Resv Alert ID""" reservationAlertId: Float """Resv Name ID""" reservationNameId: Float """Indicates if the guest overview screen should be suppressed.""" skipGuestOverviewYn: String """The phone number to where the notification will be send.""" smsNumber: String """Use this alert to text a notification.""" smsYn: String """Udfc01""" udfc01: String """Udfc02""" udfc02: String """Udfc03""" udfc03: String """Udfc04""" udfc04: String """Udfc05""" udfc05: String """Udfc06""" udfc06: String """Udfc07""" udfc07: String """Udfc08""" udfc08: String """Udfc09""" udfc09: String """Udfc10""" udfc10: String """Udfc11""" udfc11: String """Udfc12""" udfc12: String """Udfc13""" udfc13: String """Udfc14""" udfc14: String """Udfc15""" udfc15: String """Udfc16""" udfc16: String """Udfc17""" udfc17: String """Udfc18""" udfc18: String """Udfc19""" udfc19: String """Udfc20""" udfc20: String """Udfc21""" udfc21: String """Udfc22""" udfc22: String """Udfc23""" udfc23: String """Udfc24""" udfc24: String """Udfc25""" udfc25: String """Udfc26""" udfc26: String """Udfc27""" udfc27: String """Udfc28""" udfc28: String """Udfc29""" udfc29: String """Udfc30""" udfc30: String """Udfc31""" udfc31: String """Udfc32""" udfc32: String """Udfc33""" udfc33: String """Udfc34""" udfc34: String """Udfc35""" udfc35: String """Udfc36""" udfc36: String """Udfc37""" udfc37: String """Udfc38""" udfc38: String """Udfc39""" udfc39: String """Udfc40""" udfc40: String """Udfd01""" udfd01: Date """Udfd02""" udfd02: Date """Udfd03""" udfd03: Date """Udfd04""" udfd04: Date """Udfd05""" udfd05: Date """Udfd06""" udfd06: Date """Udfd07""" udfd07: Date """Udfd08""" udfd08: Date """Udfd09""" udfd09: Date """Udfd10""" udfd10: Date """Udfd11""" udfd11: Date """Udfd12""" udfd12: Date """Udfd13""" udfd13: Date """Udfd14""" udfd14: Date """Udfd15""" udfd15: Date """Udfd16""" udfd16: Date """Udfd17""" udfd17: Date """Udfd18""" udfd18: Date """Udfd19""" udfd19: Date """Udfd20""" udfd20: Date """Udfn01""" udfn01: Float """Udfn02""" udfn02: Float """Udfn03""" udfn03: Float """Udfn04""" udfn04: Float """Udfn05""" udfn05: Float """Udfn06""" udfn06: Float """Udfn07""" udfn07: Float """Udfn08""" udfn08: Float """Udfn09""" udfn09: Float """Udfn10""" udfn10: Float """Udfn11""" udfn11: Float """Udfn12""" udfn12: Float """Udfn13""" udfn13: Float """Udfn14""" udfn14: Float """Udfn15""" udfn15: Float """Udfn16""" udfn16: Float """Udfn17""" udfn17: Float """Udfn18""" udfn18: Float """Udfn19""" udfn19: Float """Udfn20""" udfn20: Float """Udfn21""" udfn21: Float """Udfn22""" udfn22: Float """Udfn23""" udfn23: Float """Udfn24""" udfn24: Float """Udfn25""" udfn25: Float """Udfn26""" udfn26: Float """Udfn27""" udfn27: Float """Udfn28""" udfn28: Float """Udfn29""" udfn29: Float """Udfn30""" udfn30: Float """Udfn31""" udfn31: Float """Udfn32""" udfn32: Float """Udfn33""" udfn33: Float """Udfn34""" udfn34: Float """Udfn35""" udfn35: Float """Udfn36""" udfn36: Float """Udfn37""" udfn37: Float """Udfn38""" udfn38: Float """Udfn39""" udfn39: Float """Udfn40""" udfn40: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Indicates if this alert will be used to perform a validation.""" validationAlertYn: String """The user permission required in order to override a validation alert.""" validationOverridePermission: String """Value Rating""" valueRating: String """VIP Status""" vipStatus: String """Offer code if this alert is linked to a guest welcome offer.""" welcomeOfferCode: String """Welcome Offer Y/N""" welcomeOfferYn: String } type BookingsReservationReservationCancelPolicyDetailsType { """Percentage to be charged for the cancellation""" percentCancellation: Float """Percentage due for the cancellation""" percentDue: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Foreign Cancel Amount""" cForeignCancelAmount: Float """Cancel Date.""" cancellationDate: DateTime """Cancellation Penalty""" cancellationPenalty: String """Amount to be charged for the cancellation""" cancellationPenaltyAmount: Float """Cancellation Penalty Type""" cancellationPenaltyType: String """Cancellation Rule Description""" cancellationRuleDescription: String """Central Cancellation Penalty Amount""" centralCancellationPenaltyAmount: Float """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Description""" description: String """Dml Sequence No""" dmlSeqNumber: Float """Exchange Rate info used for cancelation penalty if Rate code is in a difference currency.""" exchangeRateInfo: String """External ID""" externalId: String """Cancel Amount in Foreign currency if Rate code is in a different currency.""" foreignCancelAmount: Float """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Manual Y/N""" manualYn: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Processed Y/N""" processedYn: String """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Dc Sequence""" rateDcSeq: Float """Internal""" reservationCancelPolicyId: Float """Resv Name ID""" reservationNameId: Float """Room Nights""" roomNights: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationReservationDetailDetailsType { """Adults""" adults: Float """Adults Tax Free""" adultsTaxFree: Float """Allotment Header ID""" allotmentHeaderId: Float """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: String """Not used.""" autoPostAmount: Float """Award Code""" awardCode: String """Award code 1""" awardCode1: String """Award code 2""" awardCode2: String """Award code 3""" awardCode3: String """Award Code 4""" awardCode4: String """Award code 5""" awardCode5: String """Award Voucher number 1""" awardNumber: String """Award Voucher number 2""" awardVoucher2: String """Award Voucher number 3""" awardVoucher3: String """Award Voucher number 4""" awardVoucher4: String """Award Voucher number 5""" awardVoucher5: String """Room Type before the Upgrade Award""" awdUpgrFrom: String """Room Type after the Upgrade Award""" awdUpgrTo: String """Base Rate Amount""" baseRateAmount: Float """Based On Rule""" basedOnRule: String """Billing""" billing: String """Billing Contact ID""" billingContactId: Float """Block Code""" blockCode: String """Block ID.""" blockId: Float """Property this block belongs to.""" blockResort: String """Booked Room Category""" bookedRoomCategory: String """Bxgy Discount Y/N""" bxgyDiscountYn: String """Central Auto Post Amount""" cAutoPostAmount: Float """Central Base Rate Amount""" cBaseRateAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Gross Rate Amt""" cGrossRateAmount: Float """Central Net Room Amt""" cNetRoomAmount: Float """Central Original Base Rate""" cOriginalBaseRate: Float """Central Pkg Amt""" cPackageAmount: Float """Central Pkg Tax""" cPackageTax: Float """Central Room Cost""" cRoomCost: Float """Central Room Tax""" cRoomTax: Float """Central Share Amount""" cShareAmount: Float """Central Share Amount Original""" cShareAmountOriginal: Float """Central Upsell Charge""" cUpsellCharge: Float """Cancellation Code""" cancellationCode: String """Cancellation Date""" cancellationDate: Date """Cancellation Number""" cancellationNo: Float """Cancellation Reason Description""" cancellationReasonDesc: String """Central Discount Amount""" centralDiscountAmount: Float """Central Discount Code""" centralDiscountCode: String """Central Discount Code Description""" centralDiscountCodeDescription: String """Central Effective Rate""" centralEffectiveRate: Float """Central Market Code""" centralMarketCode: String """Central Market Code Description""" centralMarketCodeDescription: String """Central Room Type""" centralRoomType: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Room Type to Charge""" centralRoomTypeToCharge: String """Central Room Type to Charge Description""" centralRoomTypeToChargeDescription: String """Central Source Code""" centralSourceCode: String """Central Source Code Description""" centralSourceCodeDescription: String """Child""" child: Float """Children Tax Free""" childrenTaxFree: Float """Children1""" children1: Float """Children2""" children2: Float """Children3""" children3: Float """Children4""" children4: Float """Children5""" children5: Float """Commission Code""" commissionCode: String """Commission Paid""" commissionPaid: Float """Commissionable Y/N""" commissionableYn: String """Company""" company: String """Company ID""" companyId: Float """Contact Name; UDFC02 on reservation.""" contact: String """Corp ID""" corpID: String """Cribs""" cribs: Float """Currency Code""" currencyCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Day Use Y/N""" dayUseYn: String """De Adults""" deAdults: Float """De Base Rate Amount""" deBaseRateAmount: Float """De Central Base Rate Amount""" deCBaseRateAmount: Float """De Central Xchange Date""" deCExchangeDate: Date """De Central Xchange Rate""" deCExchangeRate: Float """De Children""" deChildren: Float """De Dml Sequence No""" deDmlSeqNumber: Float """De Insert Action Instance ID""" deInsertActionInstanceId: Float """De Insert Date""" deInsertDate: DateTime """De Insert User""" deInsertUser: Float """De Update Date""" deUpdateDate: DateTime """De Update User""" deUpdateUser: Float """Deleted Flag""" deletedFlag: String """Discount Amount""" discountAmount: Float """Discount Code""" discountCode: String """Discount Code Description""" discountCodeDescription: String """Discount Percent""" discountPercent: Float """Dml Sequence No""" dmlSeqNumber: Float """Do not move room flag.""" doNotMoveYn: String """Due Out Y/N""" dueOutYn: String """Effective Rate""" effectiveRate: Float """Membership Points Eligibility Code.""" eligibilityCode: String """Exchange Posting Type""" exchangePostingType: String """Exchange Rate""" exchangeRate: Float """Not used""" extSegNo: Float """Not used""" extSeqNumber: Float """External Reference""" externalReference: String """Extra Beds""" extraBeds: Float """Fixed Rate YN""" fixedRateYN: String """Not used.""" grossRateAmt: Float """Group""" group: String """Group ID""" groupId: Float """Guarantee Code""" guaranteeCode: String """Housekeeping Expected Service Time""" housekeepingExpectedServiceTime: String """HOLIDEX validated IATA number""" iATANumber: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Calculation method used to distribute the total room rate between shares: [S]plit [Z]ero [F]ull and [P]ercentage.""" lastShareCalculation: String """Market Code""" marketCode: String """Market Code Description""" marketCodeDescription: String """Indicates if the Revenue Type is valid for calculating Membership Points.""" membershipPoints: Float """Not used.""" netRoomAmt: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Not used.""" originalBaseRate: Float """Not used.""" packageAmt: Float """Physical Quantity""" physicalQuantity: Float """Physical Rooms""" physicalRooms: Float """Not used.""" pkgTax: Float """Points""" points: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Quantity""" quantity: Float """Rate""" rate: Float """Rate Code""" rateCode: String """Event Reservation Rate Code Description""" rateCodeDescription: String """Rotation Rule to be configured for referral flag ?""" referralYn: String """Resv Contact ID""" reservationContactId: Float """Resv Name ID""" reservationNameId: Float """Reservation Daily El Seq""" resvDailyElSequence: Float """Reservation Status""" resvStatus: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Cost""" roomCost: Float """Room Instructions""" roomInstructions: String """Room Tax""" roomTax: Float """Room Type""" roomType: String """Room Type Description""" roomTypeDescription: String """Room Type To Charge""" roomTypeToCharge: String """Room Type to Charge Description""" roomTypeToChargeDescription: String """Scheduled Move Comments""" scheduledMoveComments: String """Scheduled Move In Room Type""" scheduledMoveInRoomType: String """Scheduled Move Out Room""" scheduledMoveOutRoom: String """Scheduled Move Out Room Type""" scheduledMoveOutRoomType: String """Scheduled Move Status""" scheduledMoveStatus: String """Scheduled Move Time""" scheduledMoveTime: Date """Scheduled Move in Room""" scheduledMoveInRoom: String """Scheduled Move in Room Cat""" scheduledMoveInRoomCat: String """The original rate amount for the reservation date.""" shareAmountOriginal: Float """Not used.""" sharePaymentType: String """Not used.""" sharePrcnt: Float """Not used.""" sharePriority: Float """Source""" source: String """Source Code""" sourceCode: String """Description of the Origin of Booking code.""" sourceCodeDescription: String """Source ID""" sourceId: Float """Source Number""" sourceNumber: String """Stay Date""" stayDate: Date """Travel Agent""" travelAgent: String """Travel Agent ID""" travelAgentId: Float """Turndown status of the room per reservation per day. C-Completed NR-Not required R-Requested.""" turndownStatus: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Incremental Upsell charges for the reservation date.""" upsellCharge: Float } type BookingsReservationReservationEcouponsDetailsType { """Indicates if the eCoupon was attached during check-in based on the attached rate code.""" autoAttachedYn: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Ecoupon Code""" ecouponCode: String """Ecoupon Description""" ecouponDescription: String """Primary Key based on Sequence.""" ecouponId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Used quantity of eCoupons.""" qtyUsed: Float """Allocated minus Used from legacy.""" quantity: Float """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Code""" rateCode: String """Free format text.""" reason: String """Resv Name ID""" reservationNameId: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """The welcome offer mode indicator associated with this eCoupon.""" welcomeOfferModeYn: String } type BookingsReservationReservationItemsDetailsType { """Allotment Header ID""" allotmentHeaderId: Float """Based On Rule""" basedOnRule: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """End Date""" endDate: DateTime """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Item Code""" itemCode: String """Item Description""" itemDescription: String """Item ID""" itemId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Product Code""" productCode: String """Code to uniquely identify the Property""" property: String """Quantity""" quantity: Float """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Code""" rateCode: String """Primary Key from Sequence.""" reservationItemId: Float """Resv Name ID""" reservationNameId: Float """Reservation Product ID""" reservationProductId: Float """Start Date""" startDate: DateTime """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Welcome Offer Y/N""" welcomeOfferYn: String } type BookingsReservationReservationPreferenceDetailsType { """Based On Rule""" basedOnRule: String """Comments""" comments: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedflag: String """Dml Sequence No""" dmlSeqNumber: Float """Unique ID in External System.""" externalPreferenceId: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Preferenceid""" internalPreferenceid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Internal ID to uniquely identify the Organization""" organizationID: Float """This date flags if and when the record was added from pre-arrival screen.""" preArrivalDt: Date """Preference""" preference: String """Preference Description""" preferenceDescription: String """Preference Group""" preferenceGroup: String """Preference Group Description""" preferenceGroupDescription: String """Internal Id of the preference""" preferenceId: Float """Preferencecomment""" preferencecomment: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float """Reservationid""" reservationid: Float """Reservation Preference ID""" reservationpreferenceid: String """Resvbegindate""" resvbegindate: Date """Resvenddate""" resvenddate: Date """Source""" source: String """Transactionid""" transactionid: Float """Transport Code""" transportCode: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationReservationProductsDetailsType { """Award Code""" awardCode: String """Based On Rule""" basedOnRule: String """Calculated Quantity""" calculatedQuantity: Float """Calculation Rule""" calculationRule: String """Catering Y/N""" cateringYn: String """Central Package Code""" centralPackageCode: String """Central Package Code Description""" centralPackageCodeDescription: String """Central Package Forecast Group""" centralPackageForecastGroup: String """Central Package Forecast Group Description""" centralPackageForecastGroupDescription: String """Central Price""" centralPrice: Float """Currency Code""" currencyCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Delivery Time""" deliveryTime: Date """Dml Sequence No""" dmlSeqNumber: Float """End Date""" endDate: Date """Excluded Quantity""" excludedQuantity: Float """Fixing the package rates at the package level. This will not refresh the prices / allowances from configuration when manually refreshed.""" fixedPackageYn: String """Forecast Next Day YN""" forecastNextDayYN: String """Formula""" formula: String """From Valid Time""" fromValidTime: Date """Included In Rate YN""" includedInRateYN: String """Includes Item YN""" includesItemYN: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """The name of the user who created the record.""" insertUserName: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Override Fixed Rate Y/N""" overrideFixedRateYn: String """Package Code""" packageCode: String """Package Description""" packageDescription: String """Package Forecast Group""" packageForecastGroup: String """Package Forecast Group Description""" packageForecastGroupDescription: String """Points""" points: Float """Pos Account Y/N""" posAccountYn: String """Pos Next Day Y/N""" posNextDayYn: String """Posting Rhythm""" postingRhythm: String """Price""" price: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Print Separate Y/N""" printSeparateYn: String """Product Group""" productGroup: String """Product Source""" productSource: String """Code to uniquely identify the Property""" property: String """Quantity""" quantity: Float """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Code""" rateCode: String """Resv Name ID""" reservationNameId: Float """Reservation Product ID""" reservationProductId: Float """Start Date""" startDate: Date """Indicates a Reservation Ticket Package.""" ticketsYn: String """To Valid Time""" toValidTime: Date """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Update User Name""" updateUserName: String } type BookingsReservationReservationPromotionsDetailsType { """Based On Rule""" basedOnRule: String """Central Promotion Code""" centralPromotionCode: String """Central Promotion Description""" centralPromotionDescription: String """Chain Code""" chainCode: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Internal ID to uniquely identify the Organization""" organizationID: Float """P Promo Code""" pPromoCode: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Promotion Code""" promotionCode: String """Promotion Name.""" promotionDescription: String """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float } type BookingsReservationReservationStatusDetailsType { """Reservation Status""" reservationStatus: String } type BookingsReservationReservationThresholdsDetailsType { """The quantity to be diverted to a designated Posting Master.""" complimentary: Float """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Diverted""" diverted: Float """Inactive Date""" inactiveDate: DateTime """Inactive YN""" inactiveYN: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """The quantity required by the rule before the posting can be diverted to a designated Posting Master.""" minimumRequired: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Posted""" posted: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float """Sequence to Identify the row.""" reservationThresholdId: Float """Sequence""" sequence: Float """Threshold Diversion ID""" thresholdDiversionId: Float """Threshold Entity Type""" thresholdEntityType: String """Indicates the scope or applicability of the threshold as PER STAY or PER DAY.""" transactionDiversionCalculation: String """User configured diversion code.""" transactionDiversionCode: String """Transaction Diversion Notes""" transactionDiversionNotes: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationPropertyPropertyDetailsType { """The property that the record belongs to""" property: String """Number format of AR account no.""" aRAccountNoFormat: String """Specifies if the AR acct No is mandatory(Y/N)""" aRAccountNumberMandatoryYN: String """Default Account Type for an Agent for the Property""" aRAgent: String """Internal""" aRBalanceTrxCode: String """Default Account Type for a Company for the Property""" aRCompany: String """Internal""" aRCreditTrxCode: String """Default Account Type for a Group for the Property""" aRGroups: String """Default Account Type for Individual for the Property""" aRIndividuals: String """Internal""" aRSettleCode: String """Internal""" aRTypewriter: String """Access Code""" accessCode: String """Number of handicapped rooms.""" accessibleRooms: Float """Aging bucket 1""" agingLevel1: Float """Aging bucket 2""" agingLevel2: Float """Aging bucket 3""" agingLevel3: Float """Aging bucket 4""" agingLevel4: Float """Aging bucket 3""" agingLevel5: Float """The Airport Code for the airport near the property""" airport: String """Distance of the Airport specified in the AIRPORT_CODE column from the Property""" airportDistance: String """Time it takes to travel the distance between the Property and the Airport specified in AIRPORT_CODE column""" airportTime: String """Allow loggin in to this resort(Y/N)""" allowLoginYN: String """Period for the allowance""" allowancePeriodAdj: String """Internal""" awardsTimeout: Float """Ball Room Area""" ballroomArea: String """No of Ballroom Seats""" ballroomSeats: Float """The base language of the Hotel""" baseLanguage: String """It contains the reservation type to be used when making group block""" block: String """Brand Code of the property.""" brandCode: String """Financial Year of the Property""" budgetMonth: Float """The date this resort becomes valid for use by the system""" businessDate: Date """Value for the parameter.""" businessID: String """Value for the parameter.""" businessRegistrationCode: String """Code for the CRO""" cROCODE: String """Internal""" cashShiftDrop: String """Catering Currency Code used when Catering Currency differs from base currency.""" cateringCurrencyCode: String """Catering currency format.""" cateringCurrencyFormat: String """Central Exchange Date""" centralXchangeDate: Date """Central Exchange Rate""" centralXchangeRate: Float """Central Credit Limit""" centralCreditLimit: Float """Central Currency Code""" centralCurrencyCode: String """Central Currency Description""" centralCurrencyDescription: String """Central Double Rate2""" centralDblRate2: Float """Central Double Rate1""" centralDblRate1: Float """Central Passerby Market""" centralPasserbyMarket: String """Central Passerby Source""" centralPasserbySource: String """Central Property Type""" centralPropertyType: String """Central Sgl Rate1""" centralSglRate1: Float """Central Sgl Rate 2""" centralSglRate2: Float """Central State""" centralState: String """Central State Description""" centralStateDescription: String """Central Sui Rate1""" centralSuiRate1: Float """Central Sui Rate 2""" centralSuiRate2: Float """Central Tpl Rate1""" centralTplRate1: Float """Central Tpl Rate 2""" centralTplRate2: Float """Central Warning Amount""" centralWarningAmount: Float """Chain Code for the chain to which the property belongs""" chainCode: String """The description of this chain.""" chainDescription: String """Chain Mode""" chainMode: String """Internal""" checkExgPaidout: String """The Hotel official check out time""" checkOutTime: DateTime """Internal""" checkShiftDrop: String """Internal""" checkTrxcode: String """The Hotel official check intime""" checkInTime: DateTime """The physical city in which this property resides.""" city: String """City Description""" cityDescription: String """Internal""" comAddress: String """Internal""" comMethod: String """Internal""" comNameXrefId: Float """Internal""" companyAddressType: String """Internal""" companyPhoneType: String """Internal""" configurationMode: String """Internal""" confirmRegcardPrinter: String """Number of connecting rooms.""" connectingRooms: Float """The unique name of application user""" contacts: String """Number of copies to be printed""" copies: Float """Country name.""" country: String """The name of the country in which this property resides.""" countryCode: String """Value for the parameter.""" countryMode: String """The default credit limit for guests.""" creditLimit: Float """Currency Code.""" currencyCode: String """Currency Symbol like $ or EURO symbol""" currencyCodeSymbol: String """A description of this currency.""" currencyDescription: String """Format for the local currency.""" currencyFormat: String """Color that of the background""" curtainColor: String """DSI""" dSI: Float """Date the aging should begin""" dateForAging: String """Type of separator to distinguish between DD MM and YYYY""" dateSeparator: String """Number of places for the default currency""" decimalPlaces: Float """Type of decimal separator""" decimalSeparator: String """Number of decimals to designate currency""" decimals: Float """Folio style to be used for all guests""" defaultFolioStyle: Float """Default guest address format.""" defaultGuestAddress: String """Future use""" defaultMembershipType: String """Future use""" defaultPostingRoom: String """Default property address format.""" defaultPropertyAddress: String """Future use""" defaultRateCode: String """Rate code used to default a PCR rate code used in FIT Contracts.""" defaultRatecodePcr: String """Rate code used to default a RACK rate code used for FIT Contracts.""" defaultRatecodeRack: String """Default registration card for the property.""" defaultRegistrationCard: String """The Default reservation type for this property""" defaultReservationType: String """Deleted Flag""" deletedFlag: String """Future use""" depositLedgerTrxCode: String """Destination ID""" destinationId: String """Future use""" dfltPkgTranCode: String """Future use""" dfltTranCodeRateCode: String """Internal""" directions: String """Future use""" dirsales: String """LOGIN into the application is disabled.""" disableLoginYN: String """Number of double rooms.""" doubleRooms: Float """Download Rest YN""" downloadRestYN: String """Pager number for the Manager on duty for the property.""" dutyManagerPager: String """Email id for the property.""" email: String """Future use.""" endDate: Date """Default Exchange posting status for the property""" exchangePostingType: String """Floor number of executive floor.""" executiveFloorNumber: String """Hotel code used for third party exports""" expHotelCode: String """Future use""" extExpFileLocation: String """Future use""" extPropertyCode: String """Indicates that the property uses an external SC system.""" externalSCYN: String """Number of family rooms.""" familyRooms: Float """Fax number formats.""" faxNoFormat: String """The fax phone number""" faxNumber: String """Future use""" fiscalEndDate: Date """Future use""" fiscalPeriodType: String """Future use""" fiscalStartDate: Date """Fiscal Year Begin Month""" fiscalYearBeginMonth: Float """Fiscal Year Begin Year""" fiscalYearBeginYear: Float """Screen Painter flags to indicate whether an item is changable/ movable etc.""" flags: String """Future use""" flowCode: String """Property Free Nights Stay Tier.""" fnsTier: String """Other languages""" folioLanguage1: String """Other languages""" folioLanguage2: String """Other languages""" folioLanguage3: String """Other languages""" folioLanguage4: String """Future use""" genmgr: String """To define an upper limit to the number of rooms for Group""" groupRoomWarning: Float """Future use""" guestLookupTimeout: Float """Number of guest elevators.""" guestRoomElevators: Float """Total of guest rooms floors.""" guestRoomFloors: Float """Future use""" hotelCode: String """Future use""" hotelFC: String """Hotel id""" hotelID: String """Future use""" hotelType: String """Future use""" iMGDirectionID: Float """Future use""" iMGHotelID: Float """Future use""" iMGMapID: Float """Future use""" inactiveDaysForGuestProfile: Float """Inactive Flag""" inactiveFlag: String """Future use""" individualAddressType: String """Future use""" individualPhoneType: String """To define an upper limit to the number of rooms for group""" individualRoomWarning: Float """The date the record was created""" insertDate: DateTime """The user that created the record""" insertUser: Float """Int Tax Included YN""" intTaxIncludedYN: String """Future use""" inventoryYN: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """To calculate the entire availability of the Hotel for future reservations""" keepAvailability: Float """Latitude of the property in decimal""" latitude: Float """Future use""" leadsend: String """The owner who owns this property""" legalOwner: String """The property that the record belongs to""" locationID: String """Long date format for the property.""" longDateFormat: String """The default length of stay""" longStayControl: Float """Longitude of the property in decimal""" longitude: Float """Maximum adults in family rooms.""" maxAdultsInFamilyRoom: Float """Maximum children in family rooms.""" maxChildrenInFamilyRoom: Float """Future use""" maxOccupancy: Float """Maximum number of days that are allowed to credit a bill. (Country requirements.) Used in CASHIERING MODULE.""" maximumCreditDays: Float """Indicates whether the property supports MBS. Used in some file exports.""" mbsSupportedYN: String """Future use""" meetRooms: Float """Future use""" meetSeats: Float """Future use""" meetSpace: Float """Future use""" meetingFC: String """Minimum days for reminder letter.""" minDaysBet2ReminderLetter: Float """Internal""" nameIdLink: Float """Future use""" nightAuditCashierID: String """Number of non smoking rooms.""" nonSmokingRooms: Float """Notes for the property""" noteDetails: String """Total number of beds in this property""" numberOfBeds: Float """Total number of floors in this property""" numberOfFloors: Float """Number of Rooms""" numberOfRooms: Float """Future use""" opusCurrencyCode: String """Organization ID""" organizationID: Float """Organization Internal ID""" organizationInternalID: Float """Future use""" ownership: String """Package Loss code for a particular package""" packageLoss: String """Package Profit code for a particular Package""" packageProfit: String """Parent Org Code""" parentOrgCode: String """Market code""" passerbyMarket: String """Source code""" passerbySource: String """Path""" path: String """Minimim Payment Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" paymentDate: DateTime """Future use""" perReservationRoomLimit: Float """The direct dial phone number of this property""" phoneNumber: String """The postal code of this property.""" postalCode: String """Primary Key ID""" primaryKeyID: Float """URL where property information is located.""" proinfoUrl: String """Property MAP URL.""" propMapUrl: String """Property picture URL.""" propPicUrl: String """The property that the record belongs to""" propertyCode: String """The name of this property.""" propertyName: String """Type of resort.""" propertyType: String """Future use""" quotedCurrency: String """RNA Insert Date""" rNAInsertdate: DateTime """RNA Update Date""" rNAUpdatedate: DateTime """Minimim last Reconciliation Date for the Property used in Cross Property Postings. This will get updated while running the user defined procedure during the night audit process.""" reconcileDate: DateTime """Future use""" regionCode: String """Description of the Region.""" regionDescription: String """Future use""" restaurant: Float """Total number of Sheets""" rhythmSheets: Float """Total number of Towels""" rhythmTowels: Float """Room amenity.""" roomAmenities: String """Future use""" sGLNum: String """Future use""" sGLRate1: Float """Future use""" sGLRate2: Float """Future use""" sUINum: String """Future use""" sUIRate1: Float """Future use""" sUIRate2: Float """To store number of days before deleting the gest profile""" saveProfiles: Float """Future use""" scriptID: Float """Future use""" season1: String """Future use""" season2: String """Future use""" season3: String """Future use""" season4: String """Future use""" season5: String """Indicates that the property accepts leads as bookings.""" sendLeadAsBooking: String """Shop description.""" shopDescription: String """Short date format for the property.""" shortDateFormat: String """Number of single rooms.""" singleRooms: Float """For default commission percentage""" sourceCommission: String """The state in which this property is located.""" state: String """Description of the state.""" stateDescription: String """The street of the property.""" street: String """Number of suites.""" suites: Float """Internal""" summCurrencyCode: String """For default commission percentage""" tACommission: String """Future use""" tPLNum: String """Future use""" tPLRate1: Float """Future use""" tPLRate2: Float """Formats for telephone number""" telephoneNoFormat: String """Separator for monetory values""" thousandSeparator: String """Default time format for the property.""" timeFormat: String """Time zone region selected by the employee.""" timeZone: String """Toll free telephone number.""" tollFree: String """Future use""" totalRooms: Float """Tourist Number""" touristNumber: String """Indicates whether the property handles multi byte characters and whether they are translateable or not""" translateMulticharYN: String """Turnaway code for the property.""" turnawayCode: String """Number of twin rooms.""" twinRooms: Float """The date the record was modified""" updateDate: DateTime """The user that modified the record""" updateUser: Float """VAT ID of this property.""" vatID: String """Future use""" videoCheckoutPrinter: String """Video check out start time.""" videoCheckoutStart: DateTime """Video check out end time.""" videoCheckoutStop: DateTime """Future use""" wakeUpDelay: Float """Amount at which warning is raised.""" warningAmount: Float """Webaddress of the property""" web: String """Weekend days for the property.""" weekendDays: String """Internal""" zeroInvPurDays: Float } type BookingsReservationPropertyServiceRequestsDetailsType { """Description of the action for completion.""" actionTaken: String """The business date this service request was closed.""" closeBusinessDateTime: Date """User ID who closed this service request.""" closedBy: String """Name of the hotel employee who closed this Service Request.""" closedByUserName: String """Followed up Description.""" closureActionTaken: String """The business date this service request was completed.""" completionBusinessDateTime: Date """Confirmation Number""" confirmationNumber: String """Communication method picked from guest profile.""" contactMethod: String """Contact Method Description""" contactMethodDescription: String """Name of the hotel employee who guaranteed this Service Request completion.""" contactedBy: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Date Closed""" dateClosed: Date """Date Completed""" dateCompleted: Date """Date Opened""" dateOpened: Date """Deleted Flag""" deletedFlag: String """Department""" department: String """Department Description""" departmentDescription: String """Guest Name""" guestName: String """Inactive Date""" inactiveDate: Date """Insert Date""" insertDate: DateTime """Insert User""" insertUser: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Name ID""" nameId: Float """The business date this service request was created.""" openBusinessDateTime: Date """User ID who opened this service request.""" openedBy: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Priority""" priority: String """Priority Description""" priorityDescription: String """Code to uniquely identify the Property""" property: String """Remarks""" remarks: String """Reporting Department Desc""" repDepartmentDescription: String """Rep Dept ID""" reportingDeptId: String """Resv Name ID""" reservationNameId: Float """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room Number""" roomNumber: String """Service request classification code.""" serviceRequestCode: String """Service Request Description""" serviceRequestDescription: String """Sequence generated no Identifier for service request.""" serviceRequestId: Float """Service Type""" serviceType: String """Status""" status: String """Time Closed""" timeClosed: String """Time Completed""" timeCompleted: String """Time Opened""" timeOpened: String """Update Date""" updateDate: DateTime """Update User""" updateUser: String } type BookingsReservationReservationCommentDetailsType { """Central Notification Area""" centralNotificationArea: String """Central Notification Area Description""" centralNotificationAreaDescription: String """Comment""" comment: String """Type of the comment on the reservation""" commentType: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Dml Sequence No""" dmlSeqNumber: Float """Unique ID in External System.""" externalCommentId: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Internal YN""" internalYN: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Note Property""" noteResort: String """Note Title""" noteTitle: String """Note Type Description""" noteTypeDescription: String """Notification Area""" notificationArea: String """Notification Area Description""" notificationAreaDescription: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Part of the primary key for this table.""" reservationCommentId: Float """Resv Name ID""" reservationNameId: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Indicates if a useris allowed to modify this record after it has been created. NULL will be treated as Y.""" userModifiableYn: String } type BookingsReservationReservationConfirmationLetterDetailsType { """Address ID""" addressId: Float """Customize Y/N""" customizeYn: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Delivery Method is Primary Method of reservation Book.""" deliveryMethod: String """Destination""" destination: String """Destination ID""" destinationId: String """Dml Sequence No""" dmlSeqNumber: Float """Email ID""" emailId: Float """Email: Last Date Attempted.""" emailLastAttempted: Date """Email - Last Status: PENDING or SUCCEEDED""" emailLastStatus: String """Email: Successful Tries.""" emailSuccessfulTries: Float """Failure Reason""" failureReason: String """Fax ID""" faxId: Float """Fax: Last Date/Time Attempted.""" faxLastAttempted: Date """Fax - Last Status: PENDING or SUCCEEDED""" faxLastStatus: String """Fax: Successful Tries.""" faxSuccessfulTries: Float """From Email""" fromEmail: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Date and time the last confirmation was attempted""" lastTimeAttempted: Date """Internal ID to uniquely identify the Property""" locationID: String """Mobile ID""" mobileId: Float """Module ID""" moduleId: Float """Number of times the confirmation was successful""" numberOfSuccessfulTries: Float """Optional E-Mail address for the confirmation to be sent to.""" optionalEmail: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Additional text entered by the user to add to the confirmation""" personalizeText: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Internal""" reservationConfLetterId: Float """Resv Name ID""" reservationNameId: Float """Name Type.""" sendTo: String """Sms Last Attempted""" smsLastAttempted: Date """Sms Last Status""" smsLastStatus: String """Sms Successful Tries""" smsSuccessfulTries: Float """Status of the confirmation""" status: String """Name ID to whom the contract is sent.""" toNameId: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: String } type BookingsReservationReservationDepositScheduleDetailsType { """Deposit Amount for the Activity. Populated by Concept system currently.""" activityDeposit: Float """Central Activity Deposit""" cActivityDeposit: Float """Central Cancel Pnlty Amount""" cCancelPnltyAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Foreign Deposit Amount""" cForeignDepositAmount: Float """Date the reservation can be cancelled""" cancelDeadline: Date """Amount to be charged for a cancellation""" cancelPnltyAmount: Float """Central Deposit Amount Outstanding""" centralDepositAmountOutstanding: Float """Central Deposit Amount Requested""" centralDepositAmountRequested: Float """Central Total Deposit Payments""" centralTotalDepositPayments: Float """Comments""" comments: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Deposit Amount Outstanding""" depositAmountOutstanding: Float """Deposit Amount Requested""" depositAmountRequested: Float """Deposit Due Date""" depositDueDate: Date """Deposit Percentage""" depositPercentage: Float """ID will be populated for reversal records to link the main deposit request.""" depositReqLinkId: Float """Deposit Req Receipt Number""" depositReqReceiptNo: Float """Identifies if this record is a deposit request reversal.""" depositReqReversalYn: String """Deposit Rule""" depositRule: String """Deposit Rule Description""" depositRuleDescription: String """Deposit Rule Type""" depositRuleType: String """Deposit Schedule Resv Name ID""" depositScheduleReservationNameId: Float """Stores the type of the deposit: possible values "RECEIPT" or "FOLIO".""" depositType: String """Dml Sequence No""" dmlSeqNumber: Float """Exchange Rate info used for cancelation penalty if Rate code is in a difference currency.""" exchangeRateInfo: String """External ID""" externalId: String """Deposit Amount in Foreign currency if Rate code is in a different currency.""" foreignDepositAmount: Float """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Manual Y/N""" manualYn: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Not used""" paymentFlag: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Processed Y/N""" processedYn: String """Product ID""" productId: String """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Dc Sequence""" rateDcSeq: Float """Resv Deposit Schedule ID""" reservationDepositScheduleId: Float """Deposit Amount due to pure room charges.""" roomDeposit: Float """Amount of the transaction that resulted in the form being required""" totalDepositPayments: Float """Transaction Date""" trxDate: Date """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationReservationPaymentMethodsDetailsType { """Authorization Amount""" authorizationAmount: Float """Authorization Description""" authorizationDescription: String """Authorization Rule""" authorizationRule: Float """Bonus Check ID""" bonusCheckId: Float """Central Payment Method Type""" centralPaymentMethodType: String """Central Payment Method Type Description""" centralPaymentMethodTypeDescription: String """Credit Card Authorization Date""" creditCardAuthorizationDate: DateTime """Credit Card ID""" creditCardId: Float """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Email Address""" emailAddress: String """Email Folio Y/N""" emailFolioYn: String """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Organization""" organizationID: Float """Payment Method Type""" paymentMethodType: String """Payment Method Type Description""" paymentMethodTypeDescription: String """Payment Window""" paymentWindow: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationReservationProductsTicketsDetailsType { """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Price""" centralPrice: Float """Consumption Date""" consumptionDate: Date """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Date when certificate was issued.""" issueDate: Date """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Posting Rhythm""" postingRhythm: String """Price""" price: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Quantity""" quantity: Float """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Code""" rateCode: String """Reference""" reference: String """Resv Name ID""" reservationNameId: Float """Reservation Product ID""" reservationProductId: Float """Internal ticket id.""" ticketId: Float """The Ticket Number issued for this Package.""" ticketNumber: String """Ticket Package Code""" ticketPackageCode: String """Ticket Package Description""" ticketPackageDescription: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationRoomCategoryDetailsType { """Indicates if this room type is accessibility compliant.""" accessibleRoomType: String """The date this record becomes valid for use by the system. User enterable""" activeDate: Date """Activeflag""" activeflag: Date """Auto Checkin Y/N""" autoCheckinYn: String """Include room type in the rate header for Myfidelio rates.""" autoPopulate: String """A setting of Y will automatically assign an available room number to any reservation that is made for this room type.""" autoRoomAssignYn: String """Bed Type""" bedType: String """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Increments""" cIncrements: Float """Central Initial Round Up""" cInitialRoundUp: Float """Central Orms Drtier1""" cORMSDrtier1: Float """Central Orms Drtier2""" cORMSDrtier2: Float """Central Orms Drtier3""" cORMSDrtier3: Float """Central Orms Drxtra 2nd Adult""" cORMSDrxtra2ndAdult: Float """Central Orms Drxtra Adult""" cORMSDrxtraAdult: Float """Central Orms Drxtra Child""" cORMSDrxtraChild: Float """Central Orms Upsell Amt""" cORMSUpsellAmount: Float """Central Rate Amount""" cRateAmount: Float """Central Rate Floor""" cRateFloor: Float """CRS Description""" cRSDescription: String """Can Delete Y/N""" canDeleteYn: String """Central Room Class""" centralRoomClass: String """Central Room Class Description""" centralRoomClassDescription: String """Central Room Type""" centralRoomType: String """Central Room Type Description""" centralRoomTypeDescription: String """Has this room category's long and short description been compiled from the feature list? Y/N""" compiled: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Default occupancy for the room type""" defaultOccupancy: Float """Default rate code to be used to calculate the total revenue.""" defaultRateCode: String """Default Rate Description""" defaultRateDesc: String """Defaultratecodeid""" defaultratecodeid: String """Deleted Flag""" deletedFlag: String """Facility ID for eVisitor.""" evisitorFacilityId: String """Generic YN""" genericYN: String """Room type shows in housekeeping Y/N""" housekeeping: String """Image ID""" imageId: Float """Inactive Date""" inactiveDate: DateTime """Inactive Flag""" inactiveflag: String """Increment value for rates by day by LOS.""" increments: Float """Initial round up value for rates by day by LOS.""" initialRoundUp: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Deleted Flag""" internalDeletedflag: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Label""" label: String """Internal ID to uniquely identify the Property""" locationID: String """Long Description""" longDescription: String """Indicates if rooms of this room type will be available for Room Maintenance functionality.""" maintenance: String """Maximum number of persons that can be accommodated in this room type without providing an extra bed.""" maxFixBedOccupancy: Float """Not used""" maxRollaways: Float """The maximum occupancy of adults for this room category.""" maximumAdults: Float """The maximum occupancy of children for this room category.""" maximumChildren: Float """Maximum Occupancy""" maximumOccupancy: Float """Meeting Room YN""" meetingRoomYN: String """Specifies which membership award room group the room category belongs to.""" memberAwardRoomGrp: String """Minimum Occupancy""" minimumOccupancy: Float """Number of Rooms""" numberOfRooms: Float """Relative amount increase per room category per yield category. Used only in ADF10.""" oRMSUpsellAmt: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """The extra charge on child in age tier1""" ormsDrtier1: Float """The extra charge on child in age tier2""" ormsDrtier2: Float """The extra charge on child in age tier3""" ormsDrtier3: Float """The extra charge on 2nd adult.""" ormsDrxtra2ndAdult: Float """Daily Rate extra adult additional charge for this room type.""" ormsDrxtraAdult: Float """Daily Rate extra children additional charge for this room type.""" ormsDrxtraChild: Float """Relative rank (low to high) of the room category per yield category.""" ormsUpsellRank: Float """Ownerroomflag""" ownerroomflag: String """Physical""" physical: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Product Class""" productClass: String """Code to uniquely identify the Property""" property: String """Pseudo Room Type""" pseudoRoomType: String """Pseudo Room YN""" pseudoRoomYN: String """Rate Amount""" rateAmount: Float """Rate Category""" rateCategory: String """Rate Category Description""" rateCategoryDesc: String """Rate Code""" rateCode: String """Contains the minimum value of the rate amount which can be defined in the rate details.""" rateFloor: Float """Ratecategoryid""" ratecategoryid: String """Reporting Item""" repItem: String """Reporting Item Name""" repItemName: String """Reporting Item Orderby""" repItemOrderby: Float """Reporting Order By""" repOrderBy: Float """Reporting Rate Category""" repRateCategory: String """Reporting Rate Category Desc""" repRateCategoryDescription: String """Reporting Smoking Pref Desc""" repSmokingPrefDescription: String """Reporting Updatedate""" repUpdateDate: DateTime """When room categories are renamed this flag indicates which room category this category replaces.""" replacesCategory: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room Class""" roomClass: String """Room Class Description""" roomClassDescription: String """URL where room information is stored.""" roomInfoURL: String """Room Pool that this room type belongs to. (Used in Marriott mode).""" roomPool: String """Room Type""" roomType: String """Charged Room Type Description""" roomTypeDescription: String """Roomcategoryid""" roomcategoryid: String """Roomcategorypmsref""" roomcategorypmsref: String """Roomclassid""" roomclassid: String """Rotation Group""" rotationGroup: String """S Label""" sLabel: String """Sales strategy flag for Room Types: L=Lead U=Upsell A=Alternate.""" salesFlag: String """Sell Thru Rule Y/N""" sellThruRuleYn: String """Room type sent to interface Y/N""" sendIFC: String """Sequence""" sequence: Float """Smoking""" smoking: String """Smoking Pref Description""" smokingPrefDesc: String """Suite YN""" suiteYN: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Indicates if the rate code can be upsold""" upsellYn: String """Yield Status""" yieldStatus: String } type BookingsReservationBookedRoomCategoryDetailsType { """Indicates if this room type is accessibility compliant.""" accessibleRoomType: String """The date this record becomes valid for use by the system. User enterable""" activeDate: Date """Activeflag""" activeflag: Date """Auto Checkin Y/N""" autoCheckinYn: String """Include room type in the rate header for Myfidelio rates.""" autoPopulate: String """A setting of Y will automatically assign an available room number to any reservation that is made for this room type.""" autoRoomAssignYn: String """Bed Type""" bedType: String """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Increments""" cIncrements: Float """Central Initial Round Up""" cInitialRoundUp: Float """Central Orms Drtier1""" cORMSDrtier1: Float """Central Orms Drtier2""" cORMSDrtier2: Float """Central Orms Drtier3""" cORMSDrtier3: Float """Central Orms Drxtra 2nd Adult""" cORMSDrxtra2ndAdult: Float """Central Orms Drxtra Adult""" cORMSDrxtraAdult: Float """Central Orms Drxtra Child""" cORMSDrxtraChild: Float """Central Orms Upsell Amt""" cORMSUpsellAmount: Float """Central Rate Amount""" cRateAmount: Float """Central Rate Floor""" cRateFloor: Float """CRS Description""" cRSDescription: String """Can Delete Y/N""" canDeleteYn: String """Central Room Class""" centralRoomClass: String """Central Room Class Description""" centralRoomClassDescription: String """Central Room Type""" centralRoomType: String """Central Room Type Description""" centralRoomTypeDescription: String """Charged Room Type Description""" chargedRoomTypeDescription: String """Has this room category's long and short description been compiled from the feature list? Y/N""" compiled: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Default occupancy for the room type""" defaultOccupancy: Float """Default rate code to be used to calculate the total revenue.""" defaultRateCode: String """Default Rate Description""" defaultRateDesc: String """Defaultratecodeid""" defaultratecodeid: String """Deleted Flag""" deletedFlag: String """Facility ID for eVisitor.""" evisitorFacilityId: String """Generic YN""" genericYN: String """Room type shows in housekeeping Y/N""" housekeeping: String """Image ID""" imageId: Float """Inactive Date""" inactiveDate: Date """Inactive Flag""" inactiveflag: String """Increment value for rates by day by LOS.""" increments: Float """Initial round up value for rates by day by LOS.""" initialRoundUp: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Deleted Flag""" internalDeletedflag: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Label""" label: String """Internal ID to uniquely identify the Property""" locationID: String """Long Description""" longDescription: String """Indicates if rooms of this room type will be available for Room Maintenance functionality.""" maintenance: String """Maximum number of persons that can be accommodated in this room type without providing an extra bed.""" maxFixBedOccupancy: Float """Not used""" maxRollaways: Float """The maximum occupancy of adults for this room category.""" maximumAdults: Float """The maximum occupancy of children for this room category.""" maximumChildren: Float """Maximum Occupancy""" maximumOccupancy: Float """Meeting Room YN""" meetingRoomYN: String """Specifies which membership award room group the room category belongs to.""" memberAwardRoomGrp: String """Minimum Occupancy""" minimumOccupancy: Float """Number of Rooms""" numberOfRooms: Float """Relative amount increase per room category per yield category. Used only in ADF10.""" oRMSUpsellAmt: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """The extra charge on child in age tier1""" ormsDrtier1: Float """The extra charge on child in age tier2""" ormsDrtier2: Float """The extra charge on child in age tier3""" ormsDrtier3: Float """The extra charge on 2nd adult.""" ormsDrxtra2ndAdult: Float """Daily Rate extra adult additional charge for this room type.""" ormsDrxtraAdult: Float """Daily Rate extra children additional charge for this room type.""" ormsDrxtraChild: Float """Relative rank (low to high) of the room category per yield category.""" ormsUpsellRank: Float """Ownerroomflag""" ownerroomflag: String """Physical""" physical: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Product Class""" productClass: String """Code to uniquely identify the Property""" property: String """Pseudo Room Type""" pseudoRoomType: String """Pseudo Room YN""" pseudoRoomYN: String """Rate Amount""" rateAmount: Float """Rate Category""" rateCategory: String """Rate Category Description""" rateCategoryDesc: String """Rate Code""" rateCode: String """Contains the minimum value of the rate amount which can be defined in the rate details.""" rateFloor: Float """Ratecategoryid""" ratecategoryid: String """Reporting Item""" repItem: String """Reporting Item Name""" repItemName: String """Reporting Item Orderby""" repItemOrderby: Float """Reporting Order By""" repOrderBy: Float """Reporting Rate Category""" repRateCategory: String """Reporting Rate Category Desc""" repRateCategoryDescription: String """Reporting Smoking Pref Desc""" repSmokingPrefDescription: String """Reporting Updatedate""" repUpdateDate: Date """When room categories are renamed this flag indicates which room category this category replaces.""" replacesCategory: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room Category ID""" roomCategoryID: String """Room Category PMS Ref""" roomCategoryPMSRef: String """Room Class""" roomClass: String """Room Class Description""" roomClassDescription: String """URL where room information is stored.""" roomInfoURL: String """Room Pool that this room type belongs to. (Used in Marriott mode).""" roomPool: String """Room Type""" roomType: String """Roomclassid""" roomclassid: String """Rotation Group""" rotationGroup: String """S Label""" sLabel: String """Sales strategy flag for Room Types: L=Lead U=Upsell A=Alternate.""" salesFlag: String """Sell Thru Rule Y/N""" sellThruRuleYn: String """Room type sent to interface Y/N""" sendIFC: String """Sequence""" sequence: Float """Smoking""" smoking: String """Smoking Pref Description""" smokingPrefDesc: String """Suite YN""" suiteYN: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Indicates if the rate code can be upsold""" upsellYn: String """Yield Status""" yieldStatus: String } type BookingsReservationRoutingInstructionDetailsType { """Account Code""" accountCode: String """Add Trx Y/N""" addTransactionYN: String """Address ID""" addressId: Float """Authemployeeid""" authemployeeid: Float """Authorizer ID""" authorizerId: Float """Rate Code that is the source for this routing instruction.""" basedOnRate: String """Billing Instruction Code.""" billingInstrnCode: Float """Billtoprofileid""" billtoprofileid: Float """Central Comp Pre Approval Amt""" cCompPreApprovalAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Extended Instruction Summary""" centralExtendedInstructionSummary: String """Central Instruction Summary""" centralInstructionSummary: String """Central Routing Amount Limit""" centralRoutingAmountLimit: Float """Central Routing Limit Used""" centralRoutingLimitUsed: Float """Central Routing Transaction Code""" centralRoutingTransactionCode: String """Central Routing Transaction Code Description""" centralRoutingTransactionCodeDescription: String """Comments""" comments: String """Comp Authorizer""" compAuthorizer: String """Amount for which the comp pre approval is sought.""" compPreApprovalAmt: Float """Approval Code from PTS system.""" compPreApprovalCode: String """Approval Date from PTS system.""" compPreApprovalDate: Date """Comp Pre Approval Required Y/N""" compPreApprovalRequiredYn: String """Comp Type Code""" compTypeCode: String """Comp Voucher Number""" compVoucherNo: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daily Y/N""" dailyYn: String """Concatenated string of all the days. This is also used part of the unique key.""" dayString: String """User ID of user that declined comp routing request""" declinedBy: Float """Used to decline comp routing requests""" declinedYn: String """Deleted Flag""" deletedFlag: String """End Date""" endDate: DateTime """Extended Instruction Summary""" extendedInstructionSummary: String """Folio""" folio: Float """Friday YN""" fridayYN: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Instruction Summary""" instructionSummary: String """Deleted Flag""" internalDeletedflag: String """Membershipid""" internalMembershipid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Membership ID""" membershipId: Float """Monday YN""" mondayYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """First name of the guest paying the bill""" payeeFirstName: String """Nirst name of the guest paying the bill""" payeeLastName: String """Name Id to which it should be routed.""" payeeNameID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Flag to indicate if a receipt has to be printed on posting the transaction used in Opera 9.""" printReceiptYn: String """Code to uniquely identify the Property""" property: String """Application user who requested the report.""" requestedBy: String """Resv Name ID""" reservationNameId: Float """Reservationid""" reservationid: Float """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Routed To Room Number""" routedToRoomNo: String """Routing Amount Limit""" routingAmountLimit: Float """Routing Begin Date""" routingBeginDate: DateTime """Routing Code""" routingCode: String """Routing Code Description""" routingCodeDescription: String """No. of covers for this routing instruction.""" routingCoversLimit: Float """Routing Date Range""" routingDateRange: String """Routing Days of Week""" routingDaysOfWeek: String """Number to identify the entry.""" routingInstructionsId: Float """Identifies whether this routing instruction has a limit amount or limit percent.""" routingLimitType: String """Amount of credit used for this routing instruction""" routingLimitUsed: Float """Value used to group routing instructions. Taken from Sequence ROUTING_LINK_ID_SEQ.""" routingLinkId: Float """Routing Percentage Limit""" routingPercentageLimit: Float """Routing Transaction Code""" routingTransactionCode: String """Routing Transaction Code Description""" routingTransactionCodeDescription: String """To specify whether it is a package routing or not""" routingType: String """Routing Type Desc""" routingTypeDesc: String """Routinginstructid""" routinginstructid: Float """Saturday YN""" saturdayYN: String """Sunday YN""" sundayYN: String """Transaction Code Group""" tcGroup: String """Transaction Code Subgroup""" tcSubgroup: String """Thursday YN""" thursdayYN: String """To Resv Name ID""" toReservationNameId: Float """Toreservationid""" toreservationid: Float """Transcodearrangementid""" transcodearrangementid: Float """Transcodeid""" transcodeid: String """Transgroupid""" transgroupid: String """Transsubgroupid""" transsubgroupid: String """Transaction Service Type""" trxServiceType: String """Tuesday YN""" tuesdayYN: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Wednesday YN""" wednesdayYN: String } type BookingsReservationSourceTableDetailsType { """Central Sequence""" centralSequence: Float """Central Source Code""" centralSourceCode: String """Central Source Description""" centralSourceDescription: String """Central Source Group Code""" centralSourceGroupCode: String """Central Source Group Description""" centralSourceGroupDescription: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Row deleted YN (if set to 'Y' then the row joined by SEQ from postal_codes will not be displayed).""" deletedYn: String """Deleted Flag""" deletedflag: String """Inactive Date""" inactiveDate: Date """Inactive YN""" inactiveFlagYN: String """Inactive Y/N""" inactiveYn: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Indicates if the source code is marked to track internet sales.""" internetSalesYn: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Lastuseddatetime""" lastuseddatetime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Parentsourceid""" parentsourceid: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Property""" property: String """Reporting Item""" repItem: String """Reporting Item Name""" repItemName: String """Reporting Item Orderby""" repItemOrderby: Float """Reporting Updatedate""" repUpdateDate: DateTime """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Sequence""" sequence: Float """Source Code""" sourceCode: String """Source Description""" sourceDescription: String """Source Display Sequence""" sourceDisplaySequence: Float """Source group of the source code""" sourceGroupCode: String """Source Group Description""" sourceGroupDescription: String """Source Group Display Sequence""" sourceGroupDisplaySequence: Float """Sourceid""" sourceid: String """Temp Y/N""" tempYn: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationTrackitItemsDetailsType { """Action Code""" actionCode: String """Follow up date.""" actionDate: Date """Action Description""" actionDescription: String """Assigned To""" assignedTo: Float """Assigned User""" assignedUser: String """Is the extension assigned""" assignedYN: String """Business Date Created""" businessDateCreated: Date """Business date the item was resolved.""" businessDateResolved: Date """Close Bracket""" closedYN: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """External ID""" externalId: String """Guest Name ID""" guestNameId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Location Code""" locationCode: String """Location Description""" locationDescription: String """Internal ID to uniquely identify the Property""" locationID: String """Msgid""" msgid: Float """Open YN""" openYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Quantity""" quantity: Float """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Reference number.""" reference: String """Resv Name ID""" reservationNameId: Float """User ID who resolved the item.""" resolvedUser: Float """Status""" status: String """Track It Description""" trackItDescription: String """Trackit Group.""" trackItGroup: String """Ticket Number.""" trackItNumber: String """Unique Trackit ID.""" trackitId: Float """Trackit type.""" typeCode: String """Type Description""" typeDescription: String """Unassigned YN""" unassignedYN: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationGuestReservationTracesDetailsType { """Completed By""" completedBy: String """Completed Date""" completedDate: Date """Completed Time""" completedTime: String """Completed YN""" completedYN: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Department""" department: String """Description of the department""" departmentDescription: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Item ID""" itemId: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Note Code""" noteCode: String """Note Property""" noteResort: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Resv Name ID""" reservationNameId: Float """Unique record ID.""" reservationTraceId: Float """Status Flag""" statusFlag: String """Time""" time: String """Date of the trace.""" traceDate: Date """Trace ID""" traceId: Float """Trace Status""" traceStatus: String """Trace Text""" traceText: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float } type BookingsReservationRotationPointAdjustmentsType { """Adjustment Date""" adjustmentDate: Date """Adjustment Description""" adjustmentDescription: String """Adjustment Quantity""" adjustmentQuantity: Float """Amount""" amount: Float """Begin Date""" beginDate: Date """Business Date""" businessDate: Date """C Points""" cPoints: Float """Confirmation Number""" confirmationNumber: String """DSI""" dSI: Float """Deleted Flag""" deletedFlag: String """Display Name""" displayName: String """End Date""" endDate: Date """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """NCNT""" nCNT: Float """Number of Nights""" numberOfNights: Float """Organization ID""" organizationID: Float """PKID""" pKID: Float """Points""" points: Float """Property""" property: String """RCNT""" rCNT: Float """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Code""" rateCode: String """Reservtion Name ID""" reservtionNameID: Float """Room""" room: String """Rotation Begin Date""" rotationBeginDate: Date """Rotation End Date""" rotationEndDate: Date """Rotation ID""" rotationID: Float """SCNT""" sCNT: Float """Type""" type: String } type BookingsReservationRotationOverridesType { """Action""" action: String """DSI""" dSI: Float """Date""" date: DateTime """Deleted Flag""" deletedFlag: String """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """JRN Update Date""" jRNUpdateDate: Date """Organization ID""" organizationID: Float """Override Room""" overrideRoom: String """Override Room Points""" overrideRoomPoints: Float """PKID""" pKID: Float """Property""" property: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Reason Code""" reasonCode: String """Reason Description""" reasonDescription: String """Reservation Name ID""" reservationNameID: Float """Room""" room: String """Rotation Override Date""" rotationOverrideDate: Date """Rotation Room""" rotationRoom: String """Rotation Room Points""" rotationRoomPoints: Float """Time""" time: String """User""" user: String } type BookingsReservationLinkedReservationDetailsType { """Indicates whether a prorated amount should be used for an Apartment Style Billing rate.""" aSBProratedYn: String """Accompanied YN""" accompaniedYN: String """Accompanying guest names.""" accompanyingName: String """Actual Check In Date Time""" actualCheckInDateTime: Date """Actual Check Out Date Time""" actualCheckOutDateTime: Date """Actual Check-In Date""" actualCheckInDate: Date """Actual Check-In Time""" actualCheckInTime: String """Actual Check-Out Date""" actualCheckOutDate: Date """Actual Check-Out Time""" actualCheckOutTime: String """Address ID""" addressId: Float """Addressee Name ID""" addresseeNameId: Float """Adults""" adults: Float """Adults Tax Free""" adultsTaxFree: Float """Indicates if the reservation has performed an Advance Check In.""" advanceCheckedInYn: String """Agencyprofileid""" agencyprofileid: Float """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: String """Block ID""" allotmentid: Float """SPG - Indicates if this stay is eligible for an Amenity.""" amenityEligibleYn: String """Amenity Level Code""" amenityLevelCode: String """Amount Percent""" amountPercent: Float """Approval Amount""" approvalAmount: Float """Approval Amount Calc Method""" approvalAmountCalcMethod: Float """Approval Code""" approvalCode: String """Arrival Comments""" arrivalComments: String """Arrival Date""" arrivalDate: Date """Arrival Date Time""" arrivalDateTime: Date """Arrival Estimate Time""" arrivalEstimateTime: Date """Activity begin time""" arrivalTime: String """Arrivaltransportid""" arrivaltransportid: String """Attached Date""" attachedDate: Date """Not used.""" authorizedBillingYN: String """This stores the pmsp.logged_uid who authorizes the direct bill""" authorizedBy: Float """Authorizer ID""" authorizerId: Float """Auto Checkin Y/N""" autoCheckinYn: String """Activates auto population of routing instructions.""" autoPopulateRoutingYn: String """Auto Settle Days""" autoSettleDays: Float """Auto Settle Type""" autoSettleType: String """Auto Settle YN""" autoSettleYN: String """Award Code""" awardCode: String """Award code 1""" awardCode1: String """Award code 2""" awardCode2: String """Award code 3""" awardCode3: String """Award Code 4""" awardCode4: String """Award code 5""" awardCode5: String """Award Membership ID""" awardMembershipID: Float """Award Voucher number 1""" awardVoucher1: String """Award Voucher number 2""" awardVoucher2: String """Award Voucher number 3""" awardVoucher3: String """Award Voucher number 4""" awardVoucher4: String """Award Voucher number 5""" awardVoucher5: String """Room Type before the Upgrade Award""" awdUpgrFrom: String """Room Type after the Upgrade Award""" awdUpgrTo: String """Back To Back YN""" backToBackYN: String """Balance on the account.""" balance: Float """Base Rate Amount""" baseRateAmount: Float """Base Rate Code""" baseRateCode: String """Base Rate Currency Code""" baseRateCurrencyCode: String """Based On Rule""" basedOnRule: String """Baseratecurrencyid""" baseratecurrencyid: String """Begin City""" beginCity: String """Begin Datetime""" beginDatetime: Date """Begin District""" beginDistrict: String """Begin State""" beginState: String """Stores the actual guest check in date and time.""" beginSystemDateTime: Date """Bill Number""" billNumber: String """Billing Contact""" billingContact: String """Billing Contact Display Name""" billingContactDisplayName: String """Billing Contact ID""" billingContactId: Float """Billing Contact Name""" billingContactName: String """Billing Contact Profile ID""" billingcontactprofileid: Float """Block Code""" blockCode: String """Block Create Date""" blockCreateDate: Date """Block ID""" blockID: Float """Block Name""" blockName: String """Property this block belongs to.""" blockResort: String """Block Status""" blockStatus: String """Bonus Check ID""" bonusCheckId: Float """Booked Room Category""" bookedRoomCategory: String """Bookedroomcategoryid""" bookedroomcategoryid: String """Business Date Created""" businessDateCreated: Date """Business Datetime Created""" businessDatetimeCreated: Date """Bxgy Discount Y/N""" bxgyDiscountYn: String """Central Auto Post Amount""" cAutoPostAmount: Float """Central Base Rate Amount""" cBaseRateAmount: Float """C Discount Amount""" cDiscountAmount: Float """C Discount Amt""" cDiscountAmt: Float """C Effective Rate Amount""" cEffectiveRateAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fixed Charge""" cFixedCharge: Float """Central Gross Rate Amt""" cGrossRateAmount: Float """Central Local Base Rate Amount""" cLocalBaseRateAmount: Float """Central Net Room Amt""" cNetRoomAmount: Float """Central Original Base Rate""" cOriginalBaseRate: Float """Central Pkg Amt""" cPackageAmount: Float """Central Pkg Tax""" cPackageTax: Float """C Rate Amount""" cRateAmount: Float """Central Room Cost""" cRoomCost: Float """Central Room Tax""" cRoomTax: Float """Central Share Amount Original""" cShareAmountOriginal: Float """Central Upsell Charge""" cUpsellCharge: Float """Cancel Date""" cancelDate: Date """Cancel Reason""" cancelReason: String """Cancel Time""" cancelTime: String """Cancellation Date""" cancellationDate: DateTime """Cancellation Datetime""" cancellationDatetime: DateTime """Cancellation Number""" cancellationNumber: String """Cancellation Reason Description""" cancellationReasonDescription: String """Cancellationreasonid""" cancellationreasonid: String """The user who canceled this Reservation.""" cancelledBy: String """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """Central Approval Amount""" centralApprovalAmount: Float """Central Cancel Reason""" centralCancelReason: String """Central Commission Code""" centralCommissionCode: String """Central Commission Description""" centralCommissionDescription: String """Central Credit Limit""" centralCreditLimit: Float """Central Discount Reason""" centralDiscountReason: String """Central Discount Reason Description""" centralDiscountReasonDescription: String """Central FB Revenue""" centralFBRevenue: Float """Central Guest Type""" centralGuestType: String """Central Hurdle""" centralHurdle: Float """Central Package Code""" centralPackageCode: String """Central Package Code Description""" centralPackageCodeDescription: String """Central Package Forecast Group""" centralPackageForecastGroup: String """Central Package Forecast Group Description""" centralPackageForecastGroupDescription: String """Central Payment Amount""" centralPaymentAmount: Float """Central Projected FB Revenue""" centralProjectedFBRevenue: Float """Central Projected Room Revenue""" centralProjectedRoomRevenue: Float """Central Projected Total Revenue""" centralProjectedTotalRevenue: Float """Central Promotion Description""" centralPromotionDescription: String """Central Rateable Value""" centralRateableValue: Float """Central Reservation Type""" centralReservationType: String """Central Reservation Type Description""" centralReservationTypeDescription: String """Central Room Revenue""" centralRoomRevenue: Float """Central Room Type Code""" centralRoomTypeCode: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Room Type To Charge Code""" centralRoomTypeToChargeCode: String """Central Room Type to Charge Description""" centralRoomTypeToChargeDescription: String """Central Shared Room Rate""" centralSharedRoomRate: Float """Central Special Request Description""" centralSpecialRequestDescription: String """Central Tax Type""" centralTaxType: String """Central Tax Type Description""" centralTaxTypeDescription: String """Central Total Cost of Stay""" centralTotalCostOfStay: Float """Central Total Revenue""" centralTotalRevenue: Float """Central Total Room Rate""" centralTotalRoomRate: Float """Central Waitlist Priority""" centralWaitlistPriority: String """Central Waitlist Priority Description""" centralWaitlistPriorityDescription: String """Central Waitlist Reason""" centralWaitlistReason: String """Central Waitlist Reason Description""" centralWaitlistReasonDescription: String """Channel Description""" channelDescription: String """Channel Order By""" channelOrderBy: Float """Channelid""" channelid: String """Check In Initiated By""" checkInInitiatedBy: String """Duration in seconds to complete Check-In""" checkinDuration: Float """Child Bucket 1""" childBucket1: Float """Child Bucket 4""" childBucket4: Float """Child Bucket 5""" childBucket5: Float """Children""" children: Float """Children Age Group 2)""" childrenAgeGroup2: Float """Children Age Group 3)""" childrenAgeGroup3: Float """Children Ages""" childrenAges: String """Commission Code""" commissionCode: String """Commission Description""" commissionDescription: String """Commission Hold Code""" commissionHoldCode: String """Commission Paid""" commissionPaid: Float """Indicates to whom the commission will be paid: NULL T (Travel Agent) S (Source) and B (Both).""" commissionPayoutTo: String """Commissionable YN""" commissionableYN: String """Commissionid""" commissionid: String """Comp House""" compHouse: String """Comp Type Code""" compTypeCode: String """Company City""" companyCity: String """Company Country""" companyCountry: String """Company ID""" companyID: Float """Company Name""" companyName: String """Company Profile Corporate ID""" companyProfileCorporateID: String """Company Profile ID""" companyProfileID: Float """Complimentary YN""" complimentaryYN: String """Compreasonid""" compreasonid: String """Calculated reservation status.""" computedResvStatus: String """Confirmation Leg Number.""" confirmationLegNumber: Float """Shared Confirmation Number""" confirmationNo: String """Consumer Y/N""" consumerYn: String """Contact Name; UDFC02 on reservation.""" contactName: String """Contact Profile ID""" contactProfileID: Float """Contact Profile Name""" contactProfileName: String """The name of the user who created the record.""" createdBy: String """Created By Default Property""" createdByDefaultResort: String """Created Date""" createdDate: Date """Refer to the same column name in the table IFC_WAKE""" createdTime: String """Credit Card Auth Date""" creditCardAuthDate: Date """Credit Card ID""" creditCardId: Float """Credit Limit""" creditLimit: Float """Indicates if the reservation has opted-in for auto payment when credit limit overage is detected.""" creditLimitAutoPayAllowYn: String """Cribs""" cribs: Float """Currency Code""" currencyCode: String """Custom Reference Number""" customReferenceNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Country Specific Requirement for Nigeria.""" dateOfArrivalInCountry: Date """Deleted Flag""" deletedFlag: String """Departtransportid""" departtransportid: String """Departure Comments""" departureComments: String """Departure Date""" departureDate: Date """Departure Date Time""" departureDateTime: Date """Departure Time""" departureTime: String """Departure Transport Code""" departureTransportCode: String """Departure Transportation YN""" departureTransportationYN: String """Stores the Deposit maturity preference.""" depositMaturityType: String """Detatched Date""" detatchedDate: Date """Detatched YN""" detatchedYN: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Directbillauthby""" directbillauthby: Float """Discount Amount""" discountAmount: Float """Discount Amount""" discountAmt: Float """Discount Percentage.""" discountPercent: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason""" discountReason: String """Discount Reason Description""" discountReasonDescription: String """Discountreasonid""" discountreasonid: String """Display Color""" displayColor: String """Dml Sequence No""" dmlSeqNumber: Float """Do Not Move Room""" doNotMoveRoom: String """Do not move room flag.""" doNotMoveYN: String """Drop Off Carrier Code""" dropOffCarrierCode: String """Drop Off Date""" dropOffDate: Date """Drop Off Station""" dropOffStation: String """Drop Off Time""" dropOffTime: String """Drop Off Type""" dropOffType: String """Drop Off Type Description""" dropOffTypeDescription: String """Comments related to Estimated Time of Return.""" eTRComments: String """Not used.""" effectiveRateAmount: Float """Indicates if the reservation is eligible to receive room upgrades. Controlled by Central System.""" eligibleForUpgradeYn: String """Email Address""" emailAddress: String """Email Folio Y/N""" emailFolioYn: String """Email ID""" emailId: Float """Email Y/N""" emailYn: String """End City""" endCity: String """End Datetime""" endDatetime: Date """End District""" endDistrict: String """End State""" endState: String """Endbusinessdate""" endbusinessdate: Date """Entry Date into the country. (Croatian Requirements)""" entryDate: Date """(Customized) Entry point into the country. (Croatian Requirements)""" entryPoint: String """Name of file that contains the electronically signed registration card.""" esignedRegCardName: String """Estimated Departure Time""" estimatedDepartureTime: Date """Event ID""" eventId: Float """Exchange Posting Type""" exchangePostingType: String """Exchange Rate""" exchangeRate: Float """Exclude From Auto Authorization YN""" excludeFromAutoAuthorizationYN: String """The time when an Advance Checked-In Guest is expected to return to perform the actual Check-In.""" expectedTimeOfReturnETR: Date """Used for Croatian Requirement Exports to store a unique checkin number.""" exportCheckinresId: Float """Not used""" extSegNo: Float """Not used""" extSeqNumber: Float """Internal extension number for the main reservation""" extensionId: Float """Indicates if the guest has opted to receive Efolio through an external system.""" externalEfolioYn: String """External Reference""" externalReference: String """External References List""" externalReferencesList: String """Extra Beds""" extraBeds: Float """FB Revenue""" fBRevenue: Float """F&B Revenue Remaining""" fBRevenueRemaining: Float """Fax ID""" faxId: Float """Should a confirmation be faxed for this reservation name? Y/N""" faxYn: String """This stores the codes for the rooms features. Currently not used""" feature: String """Financially Responsible Y/N""" financiallyResponsibleYn: String """Not used.""" fixedCharge: Float """Fixed Rate YN""" fixedRateYN: String """Oracle sequence to identify different attribute values of an address.""" folioAddrElementId: Float """Date the folio was changed to closed.""" folioCloseDate: Date """Folio Number""" folioNumber: String """Folio Text1""" folioText1: String """Folio Text2""" folioText2: String """Foreign Currency ID""" foreignCurrencyID: String """Free Child""" freeChild: Float """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Gross Rate Future""" grossRateFuture: Float """Gross Rate Past""" grossRatePast: Float """Group Name""" groupName: String """Group Profile AR Number""" groupProfileARNumber: Float """Group Profile AR Number (Central)""" groupProfileARNumberCentral: String """Group Profile Client ID""" groupProfileClientID: String """Group Profile ID""" groupProfileID: Float """Group Profile Name""" groupProfileName: String """Guarantee code before check in. Populated when the guarantee code is changed to CHECKED IN.""" guaranteeCodePreCi: String """Guaranteecodeid""" guaranteecodeid: String """Guest First Name""" guestFirstName: String """This is soundex of GUEST FIRST NAME - Phonotic sound.""" guestFirstNameSdx: String """This is soundex of GUEST LAST NAME - Phonotic sound.""" guestLastNameSdx: String """Signature of the guest""" guestSignature: String """Used for Police/Tourist Export""" guestStatus: String """Guest Type""" guestType: String """Guestprofileid""" guestprofileid: Float """Gueststatusid""" gueststatusid: String """Guesttypeid""" guesttypeid: String """Housekeeping Service Time""" housekeepingServiceTime: String """Hurdle""" hurdle: Float """Hurdle Override""" hurdleOverride: String """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Guest Address.""" individualCity: String """Country of the guest""" individualCountry: String """Individual First Name""" individualFirstName: String """Individual Last Name""" individualLastName: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert DateTime""" insertDateTime: DateTime """Insert User""" insertUser: Float """Intermediary Y/N""" intermediaryYn: String """Award Membership ID""" internalAwardMembershipId: Float """Baseratecode""" internalBaseratecode: String """Block ID.""" internalBlockId: Float """Companyprofileid""" internalCompanyprofileid: Float """Groupprofileid""" internalGroupprofileid: Float """Sourceprofileid""" internalSourceprofileid: Float """Items and Quantities""" itemsQuantities: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Key Valid Until""" keyValidUntil: Date """Last Online-Printing Sequence Number used by this reservation.""" lastOnlinePrintSeq: Float """Latest date when a folio was printed using the Periodic Batch Folios option""" lastPeriodicFolioDate: Date """Not used.""" lastRoomNumber: String """Latest date when a direct bill settlement was automatically done using the Direct Bill Batch Folios option""" lastSettleDate: Date """Lead Time for ordering""" leadTimeDays: Float """Length of Stay""" lengthOfStay: Float """Linked Arrival Date""" linkedArrivalDate: Date """Linked Departure Date""" linkedDepartureDate: Date """Linked Room Type""" linkedRoomType: String """Membership ID""" listOfMembershipID: String """Local Base Rate Amount""" localBaseRateAmount: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Mail Y/N""" mailYn: String """Indicates if this Reservation has requested or processed a Manual Checkout for consumer mobility. Possible Values: NULL [R]equested [P]rocessed.""" manualCheckoutStatus: String """Market Code""" marketCode: String """Marketid""" marketid: String """Mc Gen Begin District""" mcGenBeginDistrict: String """Mc Gen Begin State""" mcGenBeginState: String """Mc Gen End District""" mcGenEndDistrict: String """Mc Gen End State""" mcGenEndState: String """Mc Gen Next Country""" mcGenNextCountry: String """Mc Gen Previous Country""" mcGenPreviousCountry: String """Member Description""" memberDescription: String """Member Level""" memberLevel: String """Member Number""" memberNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership ID""" membershipId: Float """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Stores when this Reservation has received a mobile action needed Alert for consumer mobility.""" mobileActionAlertIssued: Date """Marked as Y when the Phone Number/EMail Address is Opt In.""" mobileAudioKeyYn: String """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: String """Mobile Chkout Allowed""" mobileChkoutAllowed: String """Currency preferred by a Mobile Registered Guest.""" mobilePreferredCurrency: String """Indicates if the reservation is eligible to view the folio by sending a mobile message.""" mobileViewFolioAllowed: String """Name""" name: String """Name Usage Type""" nameUsageType: String """Next Country""" nextCountry: String """Country Specific Requirement for Nigeria.""" nextDestination: String """No of Rooms""" numberOfRooms: Float """Indicates if reservation?s registration card was esigned via Opera.""" operaEsignedRegCardYn: String """Indicates if the guest has opted in to receive email through the batch folio option.""" optInBatchFolYn: String """Indicates if the reservation has opted-in for communications.""" optedForCommissionYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Origin Code""" originCode: String """Origin Of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Owner Ff Flag""" ownerFfFlag: String """Owner or Friends/Family""" ownerOrFriendsFamily: String """Package Code""" packageCode: String """Package Code Description""" packageCodeDescription: String """Package Forecast Group""" packageForecastGroup: String """Package Forecast Group Description""" packageForecastGroupDescription: String """Parent Resv Name ID""" parentReservationNameId: Float """Parentreservationid""" parentreservationid: Float """Part Allotment""" partAllotment: String """Party Code""" partyCode: String """Pax Number""" paxNo: Float """Total amount of payment inclusive of VAT""" paymentAmount: Float """Payment Method""" paymentMethod: String """Paymentmethodid""" paymentmethodid: String """Frequency in number of days when folios should be printed for this reservation""" periodicFolioFreq: Float """Indicates if the Phone Display Name is send to the Interface.""" phoneDisplayNameYn: String """Phone ID""" phoneId: Float """Physical Quantity""" physicalQuantity: Float """Pick Up Carrier Code""" pickUpCarrierCode: String """Pick Up Date""" pickUpDate: Date """Pick Up Station""" pickUpStation: String """Pick Up Transport Number""" pickUpTransportNumber: String """Pick Up Type""" pickUpType: String """Pick Up Type Description""" pickUpTypeDescription: String """Pick-Up Time""" pickUpTime: String """Pickup Required YN""" pickupRequiredYN: String """Points""" points: Float """Membership Points Eligibility Code.""" pointsEligibilityCode: String """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" postCoFlag: String """Indicates if the reservation has charging privileges after checkout.""" postStayChargingYN: String """Posting Allowed YN""" postingAllowedYN: String """This date flags if and when the record was reviewed from pre-arrival screen.""" preArrReviewedDt: Date """User id who reviewed the record.""" preArrReviewedUser: Float """Indicates if the reservation has charging privileges before arrival.""" preChargingYn: String """Indicates whether the reservation is pre-registered for internet check-in or not.""" preRegisteredYn: String """Preference""" preference: String """Preference Type""" preferenceType: String """Preferred Room Type""" preferredRoomType: String """Previous Country""" previousCountry: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Share""" primaryShare: String """Print Rate YN""" printRateYN: String """Projected FB Revenue""" projectedFBRevenue: Float """Projected Room Revenue""" projectedRoomRevenue: Float """Projected Total Revenue""" projectedTotalRevenue: Float """Promotion Code""" promotionCode: String """Promotion Description""" promotionDescription: String """Indicates if the value set for the specific property.""" property: String """Total pseudo membership points accrued for the default membership type.""" pseudoMemTotalPoints: Float """Default membership type used with the Pseudo Membership Points calculation functionality.""" pseudoMemType: String """Purge Date""" purgeDate: DateTime """Purpose of stay.""" purposeOfStay: String """Number of Rooms""" quantity: Float """Queue priority of the reservation.""" queuePriority: Float """Queue Wait Time""" queueWaitTime: Float """Quote ID provided by external system.""" quoteId: String """Rate Amount""" rateAmount: Float """Rate Code""" rateCode: String """Event Reservation Rate Code Description""" rateCodeDescriptions: String """Tier ID for the Rate Detail.""" rateTier: Float """Stay rateable value.""" rateableValue: Float """Ratecodeid""" ratecodeid: String """Rd Housekeeping Expected Service Time""" rdHousekeepingExpectedServiceTime: String """Rd Reservation Status""" rdResvStatus: String """Rden Billing Contact ID""" rdenBillingContactId: Float """Rden Resv Contact ID""" rdenReservationContactId: Float """Rden Reservation Date""" rdenReservationDate: Date """Rden Property""" rdenResort: String """Rotation Rule to be configured for referral flag ?""" referralYn: String """Registration Card Number""" registrationCardNo: String """Registration Number""" registrationNumber: Float """Reinstate Date""" reinstateDate: Date """Reporting Channel""" repChannel: String """Reporting Channel Description""" repChannelDescription: String """Report ID""" reportId: String """Reservation Insert Source""" resInsertSource: String """Reservation Insert Source Type""" resInsertSourceType: String """Resv Contact ID""" reservationContactId: Float """Reservation Date""" reservationDate: DateTime """Reservation Name ID""" reservationNameID: Float """Reservation Status""" reservationStatus: String """Reservation Type""" reservationType: String """Reservation Type Description""" reservationTypeDescription: String """Reservationid""" reservationid: Float """Property""" resort: String """Auto generated charge number for Point Of Sale systems to identify guests.""" resortChargeNumber: String """Restriction Override""" restrictionOverride: String """Globally unique ID using SYS_GUID() as the source.""" resvGuid: String """Reservation Nameid""" resvNameid: Float """Not used in PMS currently.""" resvNumber: Float """Resvcontactprofileid""" resvcontactprofileid: Float """Revenue type (catering/rooms)""" revenueTypeCode: String """Rh Billing Contact ID""" rhBillingContactId: Float """Rh Resv Contact ID""" rhReservationContactId: Float """Rh Room Features""" rhRoomFeatures: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Cost""" roomCost: Float """Room Instructions""" roomInstructions: String """Meeting Room Property""" roomResort: String """Room Revenue""" roomRevenue: Float """Room Revenue Remaining""" roomRevenueRemaining: Float """This is the Turndown room service time.""" roomServiceTime: String """Room Type Description""" roomTypeDescription: String """Room Type To Charge Code""" roomTypeToChargeCode: String """Room Type to Charge Description""" roomTypeToChargeDescription: String """Roomcategoryid""" roomcategoryid: String """Roomid""" roomid: String """Routing YN""" routingYN: String """Is the guest scheduled for automatic check out?""" scheduleCheckoutYn: String """This is CAPITOL version of guest_first_name""" sguestFirstname: String """Sguest Name""" sguestName: String """Share Confirmation Numbers""" shareConfirmationNumbers: String """Share ID.""" shareId: Float """Share Name""" shareName: String """Not used.""" sharePrcnt: Float """Type of revenue""" shareSeqNumber: Float """Share of Rate Amount""" shareOfRateAmount: Float """Shared Guest Name""" sharedGuestName: String """Shared Profile ID""" sharedProfileID: Float """Shared Reservation Status""" sharedReservationStatus: String """Sharing YN""" sharingYN: String """Source City""" sourceCity: String """Source Code""" sourceCode: String """Source Country""" sourceCountry: String """Source Name""" sourceName: String """Source Profile AR Number""" sourceProfileARNumber: Float """Source Profile AR Number (Central)""" sourceProfileARNumberCentral: String """Source Profile IATA Number""" sourceProfileIATANumber: String """Source Profile ID""" sourceProfileID: Float """Source Profile Name""" sourceProfileName: String """Sourceid""" sourceid: String """Special Request""" specialRequest: String """Special Request Description""" specialRequestDescription: String """SPG Room Type Disclosure Flag. Indicates if the guest stationery will disclose the actual room type.""" spgDiscloseRoomTypeYn: String """SPG Suite Night Award Status.""" spgSuiteNightAwardStatus: String """SPG Upgrade Confirmed Room Type Label.""" spgUpgradeConfirmedRoomtype: String """SPG Upgrade Reason Code.""" spgUpgradeReasonCode: String """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" splitFromReservationNameId: Float """Splitfromreservationid""" splitfromreservationid: Float """Rate Tier used for exports(DRS).""" statisticalRateTier: Float """Room Type used to calculate statistics for export(DRS).""" statisticalRoomType: Float """Stay Record ID""" stayRecordId: Float """Suite Number""" suiteNumber: String """Super Search Index Text""" superSearchIndexText: String """Ta Record Locator""" taRecordLocator: String """Tax exempt number on the profile""" taxExemptNumber: String """Tax No of Stays""" taxNumberOfStays: Float """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Taxtypeid""" taxtypeid: String """Tiad""" tiad: String """Ticket Nos""" ticketNos: String """Total Cost of Stay""" totalCostOfStay: Float """Total Revenue""" totalRevenue: Float """Total Revenue Remaining""" totalRevenueRemaining: Float """Total Room Rate""" totalRoomRate: Float """Track It Groups""" trackItGroups: String """Track It Types""" trackItTypes: String """Transactionid""" transactionid: Float """Travel Agent Address.""" travelAgentCity: String """Travel Agent Country""" travelAgentCountry: String """Travel Agent ID""" travelAgentID: Float """Travel Agent Name""" travelAgentName: String """Travel Agent Profile AR Number""" travelAgentProfileARNumber: Float """Travel Agent Profile AR Number (Central)""" travelAgentProfileARNumberCentral: String """Travel Agent Profile IATA Number""" travelAgentProfileIATANumber: String """Travel Agent Profile ID""" travelAgentProfileID: Float """Travel Agent Profile Name""" travelAgentProfileName: String """This is the actual check out date with no time component.""" truncActualCheckOutDate: Date """Turndown status of the room per reservation per day. C-Completed NR-Not required R-Requested.""" turndownStatus: String """Is the guest wants turndown facility or not ? Y/N""" turndownYN: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Universal Card ID used by interfaces for key encoding purposes.""" uniCardId: String """Update Date""" updateDate: DateTime """Update Datetime""" updateDatetime: DateTime """Update User""" updateUser: Float """Updated By""" updatedBy: String """Updated By Default Property""" updatedByDefaultResort: String """Updated Date""" updatedDate: Date """Updated Time""" updatedTime: String """Incremental Upsell charges for the reservation date.""" upsellCharge: Float """Flag if the guest can do video checkout""" videoCheckoutYN: String """Visa Expiry Date""" visaExpiryDate: Date """Visa Issue Date""" visaIssueDate: Date """Visa Number""" visaNumber: String """Waitlist Comment""" waitlistComment: String """This is the waitlist telephone number.""" waitlistPhoneNumber: String """Waitlist Priority""" waitlistPriority: String """Waitlist Priority Description""" waitlistPriorityDescription: String """Waitlist Reason""" waitlistReason: String """Waitlist Reason Description""" waitlistReasonDescription: String """Waitlistpriorityid""" waitlistpriorityid: String """Waitlistreasonid""" waitlistreasonid: String """Walk-In YN""" walkInYN: String """Yieldable Y/N""" yieldableYn: String """Ym Code""" ymCode: String } type BookingsReservationSharedReservationDetailsType { """Indicates whether a prorated amount should be used for an Apartment Style Billing rate.""" aSBProratedYn: String """Accompanied YN""" accompaniedYN: String """Accompanying guest names.""" accompanyingName: String """Actual Check In Date Time""" actualCheckInDateTime: Date """Actual Check Out Date Time""" actualCheckOutDateTime: Date """Actual Check-In Date""" actualCheckInDate: Date """Actual Check-In Time""" actualCheckInTime: String """Actual Check-Out Date""" actualCheckOutDate: Date """Actual Check-Out Time""" actualCheckOutTime: String """Address ID""" addressId: Float """Addressee Name ID""" addresseeNameId: Float """Adults""" adults: Float """Adults Tax Free""" adultsTaxFree: Float """Indicates if the reservation has performed an Advance Check In.""" advanceCheckedInYn: String """Agencyprofileid""" agencyprofileid: Float """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: String """Block ID""" allotmentid: Float """SPG - Indicates if this stay is eligible for an Amenity.""" amenityEligibleYn: String """Amenity Level Code""" amenityLevelCode: String """Amount Percent""" amountPercent: Float """Approval Amount""" approvalAmount: Float """Approval Amount Calc Method""" approvalAmountCalcMethod: Float """Approval Code""" approvalCode: String """Arrival Comments""" arrivalComments: String """Arrival Date""" arrivalDate: Date """Arrival Date Time""" arrivalDateTime: Date """Arrival Estimate Time""" arrivalEstimateTime: Date """Activity begin time""" arrivalTime: String """Arrivaltransportid""" arrivaltransportid: String """Attached Date""" attachedDate: Date """Not used.""" authorizedBillingYN: String """This stores the pmsp.logged_uid who authorizes the direct bill""" authorizedBy: Float """Authorizer ID""" authorizerId: Float """Auto Checkin Y/N""" autoCheckinYn: String """Activates auto population of routing instructions.""" autoPopulateRoutingYn: String """Auto Settle Days""" autoSettleDays: Float """Auto Settle Type""" autoSettleType: String """Auto Settle YN""" autoSettleYN: String """Award Code""" awardCode: String """Award code 1""" awardCode1: String """Award code 2""" awardCode2: String """Award code 3""" awardCode3: String """Award Code 4""" awardCode4: String """Award code 5""" awardCode5: String """Award Membership ID""" awardMembershipID: Float """Award Voucher number 1""" awardVoucher1: String """Award Voucher number 2""" awardVoucher2: String """Award Voucher number 3""" awardVoucher3: String """Award Voucher number 4""" awardVoucher4: String """Award Voucher number 5""" awardVoucher5: String """Room Type before the Upgrade Award""" awdUpgrFrom: String """Room Type after the Upgrade Award""" awdUpgrTo: String """Back To Back YN""" backToBackYN: String """Balance on the account.""" balance: Float """Base Rate Amount""" baseRateAmount: Float """Base Rate Code""" baseRateCode: String """Base Rate Currency Code""" baseRateCurrencyCode: String """Based On Rule""" basedOnRule: String """Baseratecurrencyid""" baseratecurrencyid: String """Begin City""" beginCity: String """Begin Datetime""" beginDatetime: Date """Begin District""" beginDistrict: String """Begin State""" beginState: String """Stores the actual guest check in date and time.""" beginSystemDateTime: Date """Bill Number""" billNumber: String """Billing Contact""" billingContact: String """Billing Contact Display Name""" billingContactDisplayName: String """Billing Contact ID""" billingContactId: Float """Billing Contact Name""" billingContactName: String """Billing Contact Profile ID""" billingcontactprofileid: Float """Block Code""" blockCode: String """Block Create Date""" blockCreateDate: Date """Block ID""" blockID: Float """Block Name""" blockName: String """Property this block belongs to.""" blockResort: String """Block Status""" blockStatus: String """Bonus Check ID""" bonusCheckId: Float """Booked Room Category""" bookedRoomCategory: String """Bookedroomcategoryid""" bookedroomcategoryid: String """Business Date Created""" businessDateCreated: Date """Business Datetime Created""" businessDatetimeCreated: Date """Bxgy Discount Y/N""" bxgyDiscountYn: String """Central Auto Post Amount""" cAutoPostAmount: Float """Central Base Rate Amount""" cBaseRateAmount: Float """C Discount Amount""" cDiscountAmount: Float """C Discount Amt""" cDiscountAmt: Float """C Effective Rate Amount""" cEffectiveRateAmount: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Fixed Charge""" cFixedCharge: Float """Central Gross Rate Amt""" cGrossRateAmount: Float """Central Local Base Rate Amount""" cLocalBaseRateAmount: Float """Central Net Room Amt""" cNetRoomAmount: Float """Central Original Base Rate""" cOriginalBaseRate: Float """Central Pkg Amt""" cPackageAmount: Float """Central Pkg Tax""" cPackageTax: Float """C Rate Amount""" cRateAmount: Float """Central Room Cost""" cRoomCost: Float """Central Room Tax""" cRoomTax: Float """Central Share Amount Original""" cShareAmountOriginal: Float """Central Upsell Charge""" cUpsellCharge: Float """Cancel Date""" cancelDate: Date """Cancel Reason""" cancelReason: String """Cancel Time""" cancelTime: String """Cancellation Date""" cancellationDate: DateTime """Cancellation Datetime""" cancellationDatetime: DateTime """Cancellation Number""" cancellationNumber: String """Cancellation Reason Description""" cancellationReasonDescription: String """Cancellationreasonid""" cancellationreasonid: String """The user who canceled this Reservation.""" cancelledBy: String """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """Central Approval Amount""" centralApprovalAmount: Float """Central Cancel Reason""" centralCancelReason: String """Central Commission Code""" centralCommissionCode: String """Central Commission Description""" centralCommissionDescription: String """Central Credit Limit""" centralCreditLimit: Float """Central Discount Reason""" centralDiscountReason: String """Central Discount Reason Description""" centralDiscountReasonDescription: String """Central FB Revenue""" centralFBRevenue: Float """Central Guest Type""" centralGuestType: String """Central Hurdle""" centralHurdle: Float """Central Package Code""" centralPackageCode: String """Central Package Code Description""" centralPackageCodeDescription: String """Central Package Forecast Group""" centralPackageForecastGroup: String """Central Package Forecast Group Description""" centralPackageForecastGroupDescription: String """Central Payment Amount""" centralPaymentAmount: Float """Central Projected FB Revenue""" centralProjectedFBRevenue: Float """Central Projected Room Revenue""" centralProjectedRoomRevenue: Float """Central Projected Total Revenue""" centralProjectedTotalRevenue: Float """Central Promotion Description""" centralPromotionDescription: String """Central Rateable Value""" centralRateableValue: Float """Central Reservation Type""" centralReservationType: String """Central Reservation Type Description""" centralReservationTypeDescription: String """Central Room Revenue""" centralRoomRevenue: Float """Central Room Type Code""" centralRoomTypeCode: String """Central Room Type Description""" centralRoomTypeDescription: String """Central Room Type To Charge Code""" centralRoomTypeToChargeCode: String """Central Room Type to Charge Description""" centralRoomTypeToChargeDescription: String """Central Shared Room Rate""" centralSharedRoomRate: Float """Central Special Request Description""" centralSpecialRequestDescription: String """Central Tax Type""" centralTaxType: String """Central Tax Type Description""" centralTaxTypeDescription: String """Central Total Cost of Stay""" centralTotalCostOfStay: Float """Central Total Revenue""" centralTotalRevenue: Float """Central Total Room Rate""" centralTotalRoomRate: Float """Central Waitlist Priority""" centralWaitlistPriority: String """Central Waitlist Priority Description""" centralWaitlistPriorityDescription: String """Central Waitlist Reason""" centralWaitlistReason: String """Central Waitlist Reason Description""" centralWaitlistReasonDescription: String """Channel Description""" channelDescription: String """Channel Order By""" channelOrderBy: Float """Channelid""" channelid: String """Check In Initiated By""" checkInInitiatedBy: String """Duration in seconds to complete Check-In""" checkinDuration: Float """Child Bucket 1""" childBucket1: Float """Child Bucket 4""" childBucket4: Float """Child Bucket 5""" childBucket5: Float """Children""" children: Float """Children Age Group 2)""" childrenAgeGroup2: Float """Children Age Group 3)""" childrenAgeGroup3: Float """Children Ages""" childrenAges: String """Commission Code""" commissionCode: String """Commission Description""" commissionDescription: String """Commission Hold Code""" commissionHoldCode: String """Commission Paid""" commissionPaid: Float """Indicates to whom the commission will be paid: NULL T (Travel Agent) S (Source) and B (Both).""" commissionPayoutTo: String """Commissionable YN""" commissionableYN: String """Commissionid""" commissionid: String """Comp House""" compHouse: String """Comp Type Code""" compTypeCode: String """Company City""" companyCity: String """Company Country""" companyCountry: String """Company ID""" companyID: Float """Company Name""" companyName: String """Company Profile Corporate ID""" companyProfileCorporateID: String """Company Profile ID""" companyProfileID: Float """Complimentary YN""" complimentaryYN: String """Compreasonid""" compreasonid: String """Calculated reservation status.""" computedResvStatus: String """Confirmation Leg Number.""" confirmationLegNumber: Float """Shared Confirmation Number""" confirmationNo: String """Consumer Y/N""" consumerYn: String """Contact Name; UDFC02 on reservation.""" contactName: String """Contact Profile ID""" contactProfileID: Float """Contact Profile Name""" contactProfileName: String """The name of the user who created the record.""" createdBy: String """Created By Default Property""" createdByDefaultResort: String """Created Date""" createdDate: Date """Refer to the same column name in the table IFC_WAKE""" createdTime: String """Credit Card Auth Date""" creditCardAuthDate: Date """Credit Card ID""" creditCardId: Float """Credit Limit""" creditLimit: Float """Indicates if the reservation has opted-in for auto payment when credit limit overage is detected.""" creditLimitAutoPayAllowYn: String """Cribs""" cribs: Float """Currency Code""" currencyCode: String """Custom Reference Number""" customReferenceNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Country Specific Requirement for Nigeria.""" dateOfArrivalInCountry: Date """Deleted Flag""" deletedFlag: String """Departtransportid""" departtransportid: String """Departure Comments""" departureComments: String """Departure Date""" departureDate: Date """Departure Date Time""" departureDateTime: Date """Departure Time""" departureTime: String """Departure Transport Code""" departureTransportCode: String """Departure Transportation YN""" departureTransportationYN: String """Stores the Deposit maturity preference.""" depositMaturityType: String """Detatched Date""" detatchedDate: Date """Detatched YN""" detatchedYN: String """Direct Bill Verify Response""" directBillVerifyResponse: String """Directbillauthby""" directbillauthby: Float """Discount Amount""" discountAmount: Float """Discount Amount""" discountAmt: Float """Discount Percentage.""" discountPercent: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason""" discountReason: String """Discount Reason Description""" discountReasonDescription: String """Discountreasonid""" discountreasonid: String """Display Color""" displayColor: String """Dml Sequence No""" dmlSeqNumber: Float """Do Not Move Room""" doNotMoveRoom: String """Do not move room flag.""" doNotMoveYN: String """Drop Off Carrier Code""" dropOffCarrierCode: String """Drop Off Date""" dropOffDate: Date """Drop Off Station""" dropOffStation: String """Drop Off Time""" dropOffTime: String """Drop Off Type""" dropOffType: String """Drop Off Type Description""" dropOffTypeDescription: String """Comments related to Estimated Time of Return.""" eTRComments: String """Not used.""" effectiveRateAmount: Float """Indicates if the reservation is eligible to receive room upgrades. Controlled by Central System.""" eligibleForUpgradeYn: String """Email Address""" emailAddress: String """Email Folio Y/N""" emailFolioYn: String """Email ID""" emailId: Float """Email Y/N""" emailYn: String """End City""" endCity: String """End Datetime""" endDatetime: Date """End District""" endDistrict: String """End State""" endState: String """Endbusinessdate""" endbusinessdate: Date """Entry Date into the country. (Croatian Requirements)""" entryDate: Date """(Customized) Entry point into the country. (Croatian Requirements)""" entryPoint: String """Name of file that contains the electronically signed registration card.""" esignedRegCardName: String """Estimated Departure Time""" estimatedDepartureTime: Date """Event ID""" eventId: Float """Exchange Posting Type""" exchangePostingType: String """Exchange Rate""" exchangeRate: Float """Exclude From Auto Authorization YN""" excludeFromAutoAuthorizationYN: String """The time when an Advance Checked-In Guest is expected to return to perform the actual Check-In.""" expectedTimeOfReturnETR: Date """Used for Croatian Requirement Exports to store a unique checkin number.""" exportCheckinresId: Float """Not used""" extSegNo: Float """Not used""" extSeqNumber: Float """Internal extension number for the main reservation""" extensionId: Float """Indicates if the guest has opted to receive Efolio through an external system.""" externalEfolioYn: String """External Reference""" externalReference: String """External References List""" externalReferencesList: String """Extra Beds""" extraBeds: Float """FB Revenue""" fBRevenue: Float """F&B Revenue Remaining""" fBRevenueRemaining: Float """Fax ID""" faxId: Float """Should a confirmation be faxed for this reservation name? Y/N""" faxYn: String """This stores the codes for the rooms features. Currently not used""" feature: String """Financially Responsible Y/N""" financiallyResponsibleYn: String """Not used.""" fixedCharge: Float """Fixed Rate YN""" fixedRateYN: String """Oracle sequence to identify different attribute values of an address.""" folioAddrElementId: Float """Date the folio was changed to closed.""" folioCloseDate: Date """Folio Number""" folioNumber: String """Folio Text1""" folioText1: String """Folio Text2""" folioText2: String """Foreign Currency ID""" foreignCurrencyID: String """Free Child""" freeChild: Float """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Gross Rate Future""" grossRateFuture: Float """Gross Rate Past""" grossRatePast: Float """Group Name""" groupName: String """Group Profile AR Number""" groupProfileARNumber: Float """Group Profile AR Number (Central)""" groupProfileARNumberCentral: String """Group Profile Client ID""" groupProfileClientID: String """Group Profile ID""" groupProfileID: Float """Group Profile Name""" groupProfileName: String """Guarantee code before check in. Populated when the guarantee code is changed to CHECKED IN.""" guaranteeCodePreCi: String """Guaranteecodeid""" guaranteecodeid: String """Guest First Name""" guestFirstName: String """This is soundex of GUEST FIRST NAME - Phonotic sound.""" guestFirstNameSdx: String """This is soundex of GUEST LAST NAME - Phonotic sound.""" guestLastNameSdx: String """Signature of the guest""" guestSignature: String """Used for Police/Tourist Export""" guestStatus: String """Guest Type""" guestType: String """Guestprofileid""" guestprofileid: Float """Gueststatusid""" gueststatusid: String """Guesttypeid""" guesttypeid: String """Housekeeping Service Time""" housekeepingServiceTime: String """Hurdle""" hurdle: Float """Hurdle Override""" hurdleOverride: String """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Guest Address.""" individualCity: String """Country of the guest""" individualCountry: String """Individual First Name""" individualFirstName: String """Individual Last Name""" individualLastName: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert DateTime""" insertDateTime: DateTime """Insert User""" insertUser: Float """Intermediary Y/N""" intermediaryYn: String """Award Membership ID""" internalAwardMembershipId: Float """Baseratecode""" internalBaseratecode: String """Block ID.""" internalBlockId: Float """Companyprofileid""" internalCompanyprofileid: Float """Groupprofileid""" internalGroupprofileid: Float """Sourceprofileid""" internalSourceprofileid: Float """Items and Quantities""" itemsQuantities: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Key Valid Until""" keyValidUntil: Date """Last Online-Printing Sequence Number used by this reservation.""" lastOnlinePrintSeq: Float """Latest date when a folio was printed using the Periodic Batch Folios option""" lastPeriodicFolioDate: Date """Not used.""" lastRoomNumber: String """Latest date when a direct bill settlement was automatically done using the Direct Bill Batch Folios option""" lastSettleDate: Date """Lead Time for ordering""" leadTimeDays: Float """Length of Stay""" lengthOfStay: Float """Linked Arrival Date""" linkedArrivalDate: Date """Linked Departure Date""" linkedDepartureDate: Date """Linked Room Type""" linkedRoomType: String """Membership ID""" listOfMembershipID: String """Local Base Rate Amount""" localBaseRateAmount: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Mail Y/N""" mailYn: String """Indicates if this Reservation has requested or processed a Manual Checkout for consumer mobility. Possible Values: NULL [R]equested [P]rocessed.""" manualCheckoutStatus: String """Market Code""" marketCode: String """Marketid""" marketid: String """Mc Gen Begin District""" mcGenBeginDistrict: String """Mc Gen Begin State""" mcGenBeginState: String """Mc Gen End District""" mcGenEndDistrict: String """Mc Gen End State""" mcGenEndState: String """Mc Gen Next Country""" mcGenNextCountry: String """Mc Gen Previous Country""" mcGenPreviousCountry: String """Member Description""" memberDescription: String """Member Level""" memberLevel: String """Member Number""" memberNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership ID""" membershipId: Float """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Stores when this Reservation has received a mobile action needed Alert for consumer mobility.""" mobileActionAlertIssued: Date """Marked as Y when the Phone Number/EMail Address is Opt In.""" mobileAudioKeyYn: String """Mobile Checkin Allowed Y/N""" mobileCheckinAllowedYn: String """Mobile Chkout Allowed""" mobileChkoutAllowed: String """Currency preferred by a Mobile Registered Guest.""" mobilePreferredCurrency: String """Indicates if the reservation is eligible to view the folio by sending a mobile message.""" mobileViewFolioAllowed: String """Name""" name: String """Name Usage Type""" nameUsageType: String """Next Country""" nextCountry: String """Country Specific Requirement for Nigeria.""" nextDestination: String """No of Rooms""" numberOfRooms: Float """Indicates if reservation?s registration card was esigned via Opera.""" operaEsignedRegCardYn: String """Indicates if the guest has opted in to receive email through the batch folio option.""" optInBatchFolYn: String """Indicates if the reservation has opted-in for communications.""" optedForCommissionYN: String """Internal ID to uniquely identify the Organization""" organizationID: Float """Origin Code""" originCode: String """Origin Of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Owner Ff Flag""" ownerFfFlag: String """Owner or Friends/Family""" ownerOrFriendsFamily: String """Package Code""" packageCode: String """Package Code Description""" packageCodeDescription: String """Package Forecast Group""" packageForecastGroup: String """Package Forecast Group Description""" packageForecastGroupDescription: String """Parent Resv Name ID""" parentReservationNameId: Float """Parentreservationid""" parentreservationid: Float """Part Allotment""" partAllotment: String """Party Code""" partyCode: String """Pax Number""" paxNo: Float """Total amount of payment inclusive of VAT""" paymentAmount: Float """Payment Method""" paymentMethod: String """Paymentmethodid""" paymentmethodid: String """Frequency in number of days when folios should be printed for this reservation""" periodicFolioFreq: Float """Indicates if the Phone Display Name is send to the Interface.""" phoneDisplayNameYn: String """Phone ID""" phoneId: Float """Physical Quantity""" physicalQuantity: Float """Pick Up Carrier Code""" pickUpCarrierCode: String """Pick Up Date""" pickUpDate: Date """Pick Up Station""" pickUpStation: String """Pick Up Transport Number""" pickUpTransportNumber: String """Pick Up Type""" pickUpType: String """Pick Up Type Description""" pickUpTypeDescription: String """Pick-Up Time""" pickUpTime: String """Pickup Required YN""" pickupRequiredYN: String """Points""" points: Float """Membership Points Eligibility Code.""" pointsEligibilityCode: String """Identifies the charging status of the reservation after check out. O=Open Checkout P=Charging Privileges C=Closed Checkout.""" postCoFlag: String """Indicates if the reservation has charging privileges after checkout.""" postStayChargingYN: String """Posting Allowed YN""" postingAllowedYN: String """This date flags if and when the record was reviewed from pre-arrival screen.""" preArrReviewedDt: Date """User id who reviewed the record.""" preArrReviewedUser: Float """Indicates if the reservation has charging privileges before arrival.""" preChargingYn: String """Indicates whether the reservation is pre-registered for internet check-in or not.""" preRegisteredYn: String """Preference""" preference: String """Preference Type""" preferenceType: String """Preferred Room Type""" preferredRoomType: String """Previous Country""" previousCountry: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Primary Share""" primaryShare: String """Print Rate YN""" printRateYN: String """Projected FB Revenue""" projectedFBRevenue: Float """Projected Room Revenue""" projectedRoomRevenue: Float """Projected Total Revenue""" projectedTotalRevenue: Float """Promotion Code""" promotionCode: String """Promotion Description""" promotionDescription: String """Indicates if the value set for the specific property.""" property: String """Total pseudo membership points accrued for the default membership type.""" pseudoMemTotalPoints: Float """Default membership type used with the Pseudo Membership Points calculation functionality.""" pseudoMemType: String """Purge Date""" purgeDate: DateTime """Purpose of stay.""" purposeOfStay: String """Number of Rooms""" quantity: Float """Queue priority of the reservation.""" queuePriority: Float """Queue Wait Time""" queueWaitTime: Float """Quote ID provided by external system.""" quoteId: String """Rate Amount""" rateAmount: Float """Rate Code""" rateCode: String """Event Reservation Rate Code Description""" rateCodeDescriptions: String """Tier ID for the Rate Detail.""" rateTier: Float """Stay rateable value.""" rateableValue: Float """Ratecodeid""" ratecodeid: String """Rd Housekeeping Expected Service Time""" rdHousekeepingExpectedServiceTime: String """Rd Reservation Status""" rdResvStatus: String """Rden Billing Contact ID""" rdenBillingContactId: Float """Rden Resv Contact ID""" rdenReservationContactId: Float """Rden Reservation Date""" rdenReservationDate: Date """Rden Property""" rdenResort: String """Rotation Rule to be configured for referral flag ?""" referralYn: String """Registration Card Number""" registrationCardNo: String """Registration Number""" registrationNumber: Float """Reinstate Date""" reinstateDate: Date """Reporting Channel""" repChannel: String """Reporting Channel Description""" repChannelDescription: String """Report ID""" reportId: String """Reservation Insert Source""" resInsertSource: String """Reservation Insert Source Type""" resInsertSourceType: String """Resv Contact ID""" reservationContactId: Float """Reservation Date""" reservationDate: DateTime """Reservation Name ID""" reservationNameID: Float """Reservation Status""" reservationStatus: String """Reservation Type""" reservationType: String """Reservation Type Description""" reservationTypeDescription: String """Reservationid""" reservationid: Float """Property""" resort: String """Auto generated charge number for Point Of Sale systems to identify guests.""" resortChargeNumber: String """Restriction Override""" restrictionOverride: String """Globally unique ID using SYS_GUID() as the source.""" resvGuid: String """Reservation Nameid""" resvNameid: Float """Not used in PMS currently.""" resvNumber: Float """Resvcontactprofileid""" resvcontactprofileid: Float """Revenue type (catering/rooms)""" revenueTypeCode: String """Rh Billing Contact ID""" rhBillingContactId: Float """Rh Resv Contact ID""" rhReservationContactId: Float """Rh Room Features""" rhRoomFeatures: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room""" room: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Cost""" roomCost: Float """Room Instructions""" roomInstructions: String """Meeting Room Property""" roomResort: String """Room Revenue""" roomRevenue: Float """Room Revenue Remaining""" roomRevenueRemaining: Float """This is the Turndown room service time.""" roomServiceTime: String """Room Type Description""" roomTypeDescription: String """Room Type To Charge Code""" roomTypeToChargeCode: String """Room Type to Charge Description""" roomTypeToChargeDescription: String """Roomcategoryid""" roomcategoryid: String """Roomid""" roomid: String """Routing YN""" routingYN: String """Is the guest scheduled for automatic check out?""" scheduleCheckoutYn: String """This is CAPITOL version of guest_first_name""" sguestFirstname: String """Sguest Name""" sguestName: String """Share Confirmation Numbers""" shareConfirmationNumbers: String """Share ID.""" shareId: Float """Share Name""" shareName: String """Not used.""" sharePrcnt: Float """Type of revenue""" shareSeqNumber: Float """Share of Rate Amount""" shareOfRateAmount: Float """Shared Guest Name""" sharedGuestName: String """Shared Profile ID""" sharedProfileID: Float """Shared Reservation Status""" sharedReservationStatus: String """Sharing YN""" sharingYN: String """Source City""" sourceCity: String """Source Code""" sourceCode: String """Source Country""" sourceCountry: String """Source Name""" sourceName: String """Source Profile AR Number""" sourceProfileARNumber: Float """Source Profile AR Number (Central)""" sourceProfileARNumberCentral: String """Source Profile IATA Number""" sourceProfileIATANumber: String """Source Profile ID""" sourceProfileID: Float """Source Profile Name""" sourceProfileName: String """Sourceid""" sourceid: String """Special Request""" specialRequest: String """Special Request Description""" specialRequestDescription: String """SPG Room Type Disclosure Flag. Indicates if the guest stationery will disclose the actual room type.""" spgDiscloseRoomTypeYn: String """SPG Suite Night Award Status.""" spgSuiteNightAwardStatus: String """SPG Upgrade Confirmed Room Type Label.""" spgUpgradeConfirmedRoomtype: String """SPG Upgrade Reason Code.""" spgUpgradeReasonCode: String """Stores resv_name_id of the original multi room reservation from which this reservation is split off.""" splitFromReservationNameId: Float """Splitfromreservationid""" splitfromreservationid: Float """Rate Tier used for exports(DRS).""" statisticalRateTier: Float """Room Type used to calculate statistics for export(DRS).""" statisticalRoomType: Float """Stay Record ID""" stayRecordId: Float """Suite Number""" suiteNumber: String """Super Search Index Text""" superSearchIndexText: String """Ta Record Locator""" taRecordLocator: String """Tax exempt number on the profile""" taxExemptNumber: String """Tax No of Stays""" taxNumberOfStays: Float """Tax Type""" taxType: String """Tax Type Description""" taxTypeDescription: String """Taxtypeid""" taxtypeid: String """Tiad""" tiad: String """Ticket Nos""" ticketNos: String """Total Cost of Stay""" totalCostOfStay: Float """Total Revenue""" totalRevenue: Float """Total Revenue Remaining""" totalRevenueRemaining: Float """Total Room Rate""" totalRoomRate: Float """Track It Groups""" trackItGroups: String """Track It Types""" trackItTypes: String """Transactionid""" transactionid: Float """Travel Agent Address.""" travelAgentCity: String """Travel Agent Country""" travelAgentCountry: String """Travel Agent ID""" travelAgentID: Float """Travel Agent Name""" travelAgentName: String """Travel Agent Profile AR Number""" travelAgentProfileARNumber: Float """Travel Agent Profile AR Number (Central)""" travelAgentProfileARNumberCentral: String """Travel Agent Profile IATA Number""" travelAgentProfileIATANumber: String """Travel Agent Profile ID""" travelAgentProfileID: Float """Travel Agent Profile Name""" travelAgentProfileName: String """This is the actual check out date with no time component.""" truncActualCheckOutDate: Date """Turndown status of the room per reservation per day. C-Completed NR-Not required R-Requested.""" turndownStatus: String """Is the guest wants turndown facility or not ? Y/N""" turndownYN: String """UDFC01""" uDFC01: String """UDFC02""" uDFC02: String """UDFC03""" uDFC03: String """UDFC04""" uDFC04: String """UDFC05""" uDFC05: String """UDFC06""" uDFC06: String """UDFC07""" uDFC07: String """UDFC08""" uDFC08: String """UDFC09""" uDFC09: String """UDFC10""" uDFC10: String """UDFC11""" uDFC11: String """UDFC12""" uDFC12: String """UDFC13""" uDFC13: String """UDFC14""" uDFC14: String """UDFC15""" uDFC15: String """UDFC16""" uDFC16: String """UDFC17""" uDFC17: String """UDFC18""" uDFC18: String """UDFC19""" uDFC19: String """UDFC20""" uDFC20: String """UDFC21""" uDFC21: String """UDFC22""" uDFC22: String """UDFC23""" uDFC23: String """UDFC24""" uDFC24: String """UDFC25""" uDFC25: String """UDFC26""" uDFC26: String """UDFC27""" uDFC27: String """UDFC28""" uDFC28: String """UDFC29""" uDFC29: String """UDFC30""" uDFC30: String """UDFC31""" uDFC31: String """UDFC32""" uDFC32: String """UDFC33""" uDFC33: String """UDFC34""" uDFC34: String """UDFC35""" uDFC35: String """UDFC36""" uDFC36: String """UDFC37""" uDFC37: String """UDFC38""" uDFC38: String """UDFC39""" uDFC39: String """UDFC40""" uDFC40: String """UDFD01""" uDFD01: Date """UDFD02""" uDFD02: Date """UDFD03""" uDFD03: Date """UDFD04""" uDFD04: Date """UDFD05""" uDFD05: Date """UDFD06""" uDFD06: Date """UDFD07""" uDFD07: Date """UDFD08""" uDFD08: Date """UDFD09""" uDFD09: Date """UDFD10""" uDFD10: Date """UDFD11""" uDFD11: Date """UDFD12""" uDFD12: Date """UDFD13""" uDFD13: Date """UDFD14""" uDFD14: Date """UDFD15""" uDFD15: Date """UDFD16""" uDFD16: Date """UDFD17""" uDFD17: Date """UDFD18""" uDFD18: Date """UDFD19""" uDFD19: Date """UDFD20""" uDFD20: Date """UDFN01""" uDFN01: Float """UDFN02""" uDFN02: Float """UDFN03""" uDFN03: Float """UDFN04""" uDFN04: Float """UDFN05""" uDFN05: Float """UDFN06""" uDFN06: Float """UDFN07""" uDFN07: Float """UDFN08""" uDFN08: Float """UDFN09""" uDFN09: Float """UDFN10""" uDFN10: Float """UDFN11""" uDFN11: Float """UDFN12""" uDFN12: Float """UDFN13""" uDFN13: Float """UDFN14""" uDFN14: Float """UDFN15""" uDFN15: Float """UDFN16""" uDFN16: Float """UDFN17""" uDFN17: Float """UDFN18""" uDFN18: Float """UDFN19""" uDFN19: Float """UDFN20""" uDFN20: Float """UDFN21""" uDFN21: Float """UDFN22""" uDFN22: Float """UDFN23""" uDFN23: Float """UDFN24""" uDFN24: Float """UDFN25""" uDFN25: Float """UDFN26""" uDFN26: Float """UDFN27""" uDFN27: Float """UDFN28""" uDFN28: Float """UDFN29""" uDFN29: Float """UDFN30""" uDFN30: Float """UDFN31""" uDFN31: Float """UDFN32""" uDFN32: Float """UDFN33""" uDFN33: Float """UDFN34""" uDFN34: Float """UDFN35""" uDFN35: Float """UDFN36""" uDFN36: Float """UDFN37""" uDFN37: Float """UDFN38""" uDFN38: Float """UDFN39""" uDFN39: Float """UDFN40""" uDFN40: Float """Universal Card ID used by interfaces for key encoding purposes.""" uniCardId: String """Update Date""" updateDate: DateTime """Update Datetime""" updateDatetime: DateTime """Update User""" updateUser: Float """Updated By""" updatedBy: String """Updated By Default Property""" updatedByDefaultResort: String """Updated Date""" updatedDate: Date """Updated Time""" updatedTime: String """Incremental Upsell charges for the reservation date.""" upsellCharge: Float """Flag if the guest can do video checkout""" videoCheckoutYN: String """Visa Expiry Date""" visaExpiryDate: Date """Visa Issue Date""" visaIssueDate: Date """Visa Number""" visaNumber: String """Waitlist Comment""" waitlistComment: String """This is the waitlist telephone number.""" waitlistPhoneNumber: String """Waitlist Priority""" waitlistPriority: String """Waitlist Priority Description""" waitlistPriorityDescription: String """Waitlist Reason""" waitlistReason: String """Waitlist Reason Description""" waitlistReasonDescription: String """Waitlistpriorityid""" waitlistpriorityid: String """Waitlistreasonid""" waitlistreasonid: String """Walk-In YN""" walkInYN: String """Yieldable Y/N""" yieldableYn: String """Ym Code""" ymCode: String } type BookingsReservationReservationMembershipDetailsType { """Card Number by Membership Class""" cardNumberByMembershipClass: String """Card Number by Membership Type""" cardNumberByMembershipType: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Earning Preference""" earningPreference: String """Frequent Flyer Membership YN""" frequentFlyerMembershipYN: String """Business date when the host-multiplier relationship was set.""" hostBusinessDate: Date """Number of multipliers attached if a host-multiplier relationship exists.""" hostCardinality: Float """Indicator whether the current membership for the rervation is a (H)ost membership detail""" hostFlag: String """ID by Membership Class""" iDByMembershipClass: String """ID by Membership Type""" iDByMembershipType: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Membershipid""" internalMembershipid: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Level by Membership Type""" levelByMembershipType: String """Membership ID""" listOfMembershipIDs: Float """Internal ID to uniquely identify the Property""" locationID: String """Loyalty Scheme Membership YN""" loyaltySchemeMembershipYN: String """Last Date Earning Preference was changed.""" mbrprefChangedDate: Date """Membership Card Number""" membershipCardNo: String """Membership Card Number""" membershipCardNumber: String """Membership Class""" membershipClass: String """Membership Class Description""" membershipClassDescription: String """Membership Code""" membershipCode: String """Membership Description""" membershipDescription: String """Membership ID""" membershipId: Float """Membership Level""" membershipLevel: String """Membership Level by Membership Class""" membershipLevelByMembershipClass: String """Membership Type""" membershipType: String """Membership Type by Membership Class""" membershipTypeByMembershipClass: String """Multiplier instance number if a host-multiplier relationship exists.""" multiplierInstance: Float """Name ID""" nameId: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Indicates any multiplier for the points accumulated.""" pointsMultiplier: Float """Population Method""" populationMethod: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Processed Date""" processedDate: Date """Processed Y/N""" processedYn: String """Profileid""" profileid: Float """Code to uniquely identify the Property""" property: String """Rank Value""" rankValue: Float """Resv Name ID""" reservationNameId: Float """Reservationid""" reservationid: Float """Reservationmembershipid""" reservationmembershipid: Float """Resvenddate""" resvenddate: Date """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Update Date""" updateDate: DateTime """Update User""" updateUser: Float }