# title : OPERA Cloud RnA InventoryHousekeepingManagementRoom GraphQL API, # description : GraphQL API to cater for Details on Tasks, Task Sheets and Credits and providing Information on Rooms, Room Attributes and Statuses for the current date. # 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! } # Mandatory filters: # The following filters are mandatory required filters. # Please ensure the request includes all the below fields. # - hkdailytaskroomDetailsResort # - hkdailytaskroomDetailsTaskDate input InventoryHousekeepingManagementRoomQueryArgumentsType { """JRN Update Date and Time""" hkdailytaskroomDetailsJrnupdatedttm: DateTimeInput """Code to uniquely identify the Property""" hkdailytaskroomDetailsResort: StringInput! @mandatoryInput """Breakout Date.""" hkdailytaskroomDetailsTaskDate: DateInput! @mandatoryInput """DSI Internal Data Source ID to identify Opera Chain and instance""" roomDetailsDsi: FloatInput """JRN Update Date and Time""" roomDetailsJrnupdatedttm: DateTimeInput """Internal ID to uniquely identify the Property""" roomDetailsLocationid: StringInput """Internal ID to uniquely identify the Organization""" roomDetailsOrganizationid: FloatInput """Code to uniquely identify the Property""" roomDetailsResort: StringInput """Room""" roomDetailsRoompmsref: StringInput """Room Number""" roomDetailsRoom: StringInput """Roomid""" roomDetailsRoomid: StringInput """The primary key for this table.""" hkreservationguestDetailsNameId: FloatInput """Profile is active or not.""" hkreservationguestDetailsActiveYn: StringInput """This is a name_id (Profile number) of profiles that exist in a Central database in a typical CRS environment.""" hkreservationguestDetailsCrsNameid: FloatInput """Chain Code""" hkreservationguestDetailsChainCode: StringInput """The unique key of this name stores IATA# Company # etc.""" hkreservationguestDetailsNameCode: StringInput """The company group or company group user ID in hierarchical format""" hkreservationguestDetailsCompanyGroupId: StringInput """Used in S&.C Module.""" hkreservationguestDetailsContactFlag: StringInput """Direct Bill Batch Type""" hkreservationguestDetailsDirectBillBatchType: 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.""" hkreservationguestDetailsLast: StringInput """Keep guest in history Y/N""" hkreservationguestDetailsHistoryYn: StringInput """The date the record was marked as inactive""" hkreservationguestDetailsInactiveDate: DateTimeInput """Index Name""" hkreservationguestDetailsIndexName: StringInput """JRN Update Date and Time""" hkreservationguestDetailsJrnupdatedttm: DateTimeInput """The type of Profile.""" hkreservationguestDetailsNameType: StringInput """The primary key for this table.""" hkreservationguestDetailsProfileId: FloatInput """The type of Profile.""" hkreservationguestDetailsProfileType: StringInput """Resort for which Job is registered.""" hkreservationguestDetailsResortRegistered: StringInput """This column store the Name of the Company Profiles.""" hkreservationguestDetailsCompany: StringInput """The Uppercase value of Last or Company.""" hkreservationguestDetailsSname: StringInput """Internal Indexed field for Searching by Extended Byte Name.""" hkreservationguestDetailsSxname: StringInput """Uppercase value of First Name.""" hkreservationguestDetailsSfirst: StringInput """Used in QMS Module""" hkreservationguestDetailsSrepCode: StringInput """Internal Indexed field for Searching by Extended Byte First Name.""" hkreservationguestDetailsSxfirstName: StringInput """The date the record was modified""" hkreservationguestDetailsUpdateDate: DateTimeInput """JRN Update Date and Time""" hktaskfacilitycodesDetailsJrnupdatedttm: DateTimeInput """Code to uniquely identify the Property""" hktaskfacilitycodesDetailsResort: StringInput """JRN Update Date and Time""" hktaskemployeepointsDetailsJrnupdatedttm: DateTimeInput """Code to uniquely identify the Property""" hktaskemployeepointsDetailsResort: StringInput """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 """Daykey""" datedetailDetailsDaykey: DateInput } type Query { """Details on Tasks Task Sheets and Credits and providing Information on Rooms Room Attributes and Statuses for the current date""" inventoryHousekeepingManagementRoom(limit: Int offset: Int input: InventoryHousekeepingManagementRoomQueryArgumentsType!): [InventoryHousekeepingManagementRoomType] } type InventoryHousekeepingManagementRoomType { """House Keeping Daily Task Room""" houseKeepingDailyTaskRoomDetails: InventoryHousekeepingManagementRoomHouseKeepingDailyTaskRoomDetailsType """Room Details""" roomDetails: InventoryHousekeepingManagementRoomRoomDetailsType """HK Reservation and Guest""" houseKeepingReservationGuestDetails: InventoryHousekeepingManagementRoomHouseKeepingReservationGuestDetailsType """HK Reservation and Guest""" houseKeepingReservationDetails: InventoryHousekeepingManagementRoomHouseKeepingReservationDetailsType """HK Task and Facility Codes""" houseKeepingTasksDetails: InventoryHousekeepingManagementRoomHouseKeepingTasksDetailsType """HK Task and Facility Codes""" houseKeepingTasksRoomCategoryFacilityCodesDetails: InventoryHousekeepingManagementRoomHouseKeepingTasksRoomCategoryFacilityCodesDetailsType """HK Task and Employee Points""" houseKeepingEmployeePointsDetails: InventoryHousekeepingManagementRoomHouseKeepingEmployeePointsDetailsType """HK Task and Employee Points""" houseKeepingDailyTaskDetails: InventoryHousekeepingManagementRoomHouseKeepingDailyTaskDetailsType """Resort Details""" propertyPropertyDetails: InventoryHousekeepingManagementRoomPropertyPropertyDetailsType """Date Calendar""" dateCalendarDetails: InventoryHousekeepingManagementRoomDateCalendarDetailsType inventoryHousekeepingManagementRoomRecordCount: Int } type InventoryHousekeepingManagementRoomHouseKeepingDailyTaskRoomDetailsType { """Arrival Room""" arrivalRoom: Float """Code indicating why this room was assigned to this task sheet.""" assignmentCode: String """Additional comments why this room was assigned to this task sheet.""" assignmentComments: String """Attendant Room Status""" attendantRoomStatus: String """Attendant Room Status Desc""" attendantRoomStatusDesc: String """Auto generated filters.""" autoGenerateFilters: String """Indicates if task has been automatically generated.""" autoGenerateInd: String """Business date.""" businessDate: Date """Central Credit From Specials""" cCreditFromSpecials: Float """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Clean Individual""" cleanInd: Float """Credits based on Specials attached to the reservation.""" creditFromSpecials: Float """Credits""" credits: Float """Remarks for the credits""" creditsRem: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Deleted Flag""" deletedFlag: String """Dep Room Individual""" depRoomInd: Float """Dirty Individual""" dirtyInd: Float """Facility Task Codes""" facilityTaskCodes: String """Final End Room Status""" finalEndRoomStatus: String """House Use Rooms""" houseUseRooms: Float """Hk Breakout Job ID""" housekeepingBreakoutJobId: Float """Housekeeping Expected Service Time""" housekeepingExpectedServiceTime: String """Inspected Individual""" inspectedInd: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """User ID who locked this tasksheet.""" lockedByUser: Float """Date and Time that this task sheet was locked.""" lockedDate: Date """Credits assigned for a particular task.""" maxCredits: Float """OOO Rooms""" oOORooms: Float """OOS Rooms""" oOSRooms: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Pickup Individual""" pickupInd: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Priority Task""" priorityTask: String """Priority Task Description""" priorityTaskDescription: String """Code to uniquely identify the Property""" property: String """Component Suite / Room number that is booked for the reservation that currently occupies the physical room.""" resvnRoom: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room Instr Details""" roomInstrDetails: String """Room Instructions""" roomInstructions: String """Flag to indicate if this task was assigned during automatic breakout.""" roomMoved: String """Rooms""" rooms: String """Turndown service time""" serviceTime: String """This indicates whether the task is simple or not""" simpleTaskYn: String """Square Units""" squareUnits: Float """Target Credits""" targetCredits: Float """Date on which task is completed.""" taskCompletedDate: Date """Breakout Date.""" taskDate: Date """Any specific instructions for the task.""" taskInstructions: String """Task Sequence No""" taskSeqNumber: Float """task sheet associated with this room on business_date""" taskSheet: Float """Task Sheet Locked""" taskSheetLocked: String """Indicates the task sheet type possible values: [A]utomatic [F]loating Sheet [N]o Services required [M]anually created""" taskSheetType: String """Total traveling credits for this task sheet based on change of floors""" travelingCredits: Float """Turndown service Y/N""" turndown: String """Indicates if extra turndown services are applicable.""" turndownExtrasYn: String } type InventoryHousekeepingManagementRoomRoomDetailsType { """Accessible""" accessible: String """Area in sqft""" areaF: Float """Area in sqm""" areaM: Float """Assign Assign Status""" assignAssignStatus: String """Room assignment date""" assignDate: DateTime """Assign Reason Desc""" assignReasonDesc: String """Assign Type""" assignType: String """Assignemployeeid""" assignemployeeid: Float """Assignreasonid""" assignreasonid: String """Bed Type""" bedType: String """Building""" building: String """Building Group""" buildingGroup: String """Business Date""" businessDate: Date """Central Xchange Date""" cExchangeDate: Date """Central Xchange Rate""" cExchangeRate: Float """Central Minimum Revenue""" cMinimumRevenue: Float """Central Rack Rate""" cRackRate: Float """Central Meeting Room Type""" centralMeetingRoomType: String """Central Room Class""" centralRoomClass: String """Central Room Type""" centralRoomType: String """Central Room Type Description""" centralRoomTypeDescription: String """Combination Room YN""" combinationRoomYN: String """Comments""" comments: String """Suite component room numbers""" componentRoom: String """Connecting Room Number""" connectingRoomNumber: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Indicates the section to which employee belongs.""" daySection: String """Deduct YN""" deductYN: String """Defatulratecodeid""" defatulratecodeid: String """Default Rate Description""" defaultRateDesc: String """Deleted Flag""" deletedflag: String """Credits associated with the task after departure.""" departureCredits: Float """Description""" description: String """Diary name to show room in""" diaryName: String """Diarydisplayflag""" diarydisplayflag: String """Discrepancy""" discrepancy: String """Number of doors""" doors: String """Section the room belongs to for evening housekeeping""" eveningSection: String """Facility ID for eVisitor.""" evisitorFacilityId: String """Stores event types which do not require alternate spaces.""" excludedEventTypes: String """Direction room faces""" facing: String """Floor""" floor: String """The persons staying in room according to Front office.""" foPers: Float """Defines if the function space needs an alternate space when booked.""" forceAlternateYn: String """The front desk location this room should check in to.""" frontDeskLocation: String """Front Office Status of the room i.e.: Vacant or Occupied.""" frontOfficeStatus: String """Minutes occupied that define the room as 100% utilized. Maximum is 1440 minutes.""" fullUtilizationTime: Float """Generic YN""" genericYN: String """Handicapflag""" handicapflag: String """Max Height in ft""" heightmaxF: Float """Max Height in m""" heightmaxM: Float """Minumum heigth of room (feet)""" heightminF: Float """Minumum heigth of room (meters)""" heightminM: Float """Date and time when room will be released from hold.""" holdDateTime: DateTime """Hold type from resort_assignment_reasons table.""" holdType: String """User that is holding the room.""" holdUser: Float """Sequence for automatically generated task assignment.""" housekeepingAssignmentOrderBy: Float """Housekeeping Inspected date""" housekeepingInspDate: Date """Houskeeping inspected employee id""" housekeepingInspEmpId: String """The number of persons staying in the room according to housekeeping""" housekeepingPers: Float """The status of this room according to housekeeping""" housekeepingStatus: String """Image ID""" imageId: Float """Inactive Flag""" inactiveflag: String """Include in Statistics YN""" includeInStatisticsYN: String """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Tempflag""" internalTempflag: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """The current key code for this room. Used to create keys for a room.""" keyCode: String """Privileges available for this key""" keyOptions: String """The last check out date for this room.""" lastCheckOutDate: Date """The last meter reading for condos that track electrical usage of rented rooms.""" lastMeterReading: Float """Length (feet)""" lengthF: Float """Length (meters)""" lengthM: Float """Number of lights in the room""" light: String """Internal ID to uniquely identify the Property""" locationID: String """Loudspeakersflag""" loudspeakersflag: String """Maximum number of days before the catering event date that the space can be booked on the web.""" maxAdvance: Float """Function Space Maximum Capacity.""" maxCapacity: Float """Maximum number of groups for a Shared function space allowed.""" maxSharedGroups: Float """Maximum Occupancy""" maximumOccupancy: Float """The unit of measurement for this square units (IE: Feet Meters etc)""" measurement: String """Type of meeting room""" meetingRoomType: String """Meeting Room YN""" meetingRoomYN: String """Meetingroom Type Description""" meetingroomTypeDesc: String """Meetingroom Type Sequence""" meetingroomTypeSeq: Float """Type of microphone sockets""" microphoneSocketTypes: String """Number of microphone sockets""" microphoneSockets: Float """Minimum number of days before the catering event date that the space can be booked on the web.""" minAdvance: Float """Minimum Capacity""" minCapacity: Float """Minimum Revenue""" minimumRevenue: Float """Specifies the number of beds in this room.""" numberOfBeds: Float """Current room condition updated daily.(ie StayOverDueOutExpected etc)""" occupancyCondition: String """Discrepancy between front desk and housekeeping""" occupantDiscrepancy: Float """Used for pseudo rooms. If Y then this pseudo room will be included in Online Printing for reservation changes.""" onlinePrintingYn: String """Display sequence 2""" orderBy2: Float """Display sequence 3""" orderBy3: Float """Display sequence 4""" orderBy4: Float """Display sequence 5""" orderBy5: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Stores a Grade associated with a unit to determine the room display order in Room Assignment and Room Plan screens.""" ovosGradeCode: String """Room can be OVOS unit.""" ovosUnitYn: String """Not used""" pcode: String """Person discrepancy between front desk and houskeeping""" personDiscrepancy: Float """Phone Number""" phoneNumber: String """Physical Number of Rooms""" physicalNumberOfRooms: Float """Houskeeping credits for cleaning room in pickup status""" pickupCredits: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Pseudo Room YN""" pseudoRoomYN: String """Default rate for the room""" publishedRateAmount: Float """Default rate code to be used to calculate the total revenue.""" publishedRateCode: String """RNA Insert Date""" rNAInsertDate: DateTime """RNA Update Date""" rNAUpdateDate: DateTime """Rate Code""" rateCode: String """Rating""" rating: String """Reporting Assign Reason Desc""" repAssignReasonDescription: String """Reporting Bed Type Desc""" repBedTypeDescription: String """Reporting Meetingroom Type Desc""" repMeetingroomTypeDescription: String """Reporting Meetingroom Type Seq""" repMeetingroomTypeSequence: Float """Reporting Room Class Sell Seq""" repRoomClassSellSequence: Float """Reporting Room Features Descs""" repRoomFeaturesDescs: String """Reporting Room Status Reason""" repRoomStatusReason: String """Reporting Room Status Reason Desc""" repRoomStatusReasonDescription: String """Room return status""" returnStatus: String """Room""" room: String """Room Assignment Rating.""" roomAssignmentRating: Float """Room Category Bedtype""" roomCategoryBedtype: String """Room Category Desc""" roomCategoryDesc: String """Room Class""" roomClass: String """Room Class Central Description""" roomClassCentralDescription: String """Room Class Description""" roomClassDescription: String """Room Class Sequence""" roomClassSequence: Float """Room Condition""" roomCondition: String """Room Feature Description""" roomFeatureDescription: String """This stores the codes for the rooms features. Currently not used""" roomFeatures: String """Room Number""" roomNumber: String """Room Parity""" roomParity: String """Room Status""" roomStatus: String """Room Status Description""" roomStatusDescription: String """The date as of which the room_status is valid.""" roomStatusFromDate: Date """Room Status Reason""" roomStatusReason: String """Room Status Reason Description""" roomStatusReasonDesc: String """Room status remarks""" roomStatusRemarks: String """The date till which the room_status is valid.(Used during OO and OS status of rooms )""" roomStatusToDate: Date """Room Type""" roomType: String """Total Count of the number of days the room was used.""" roomUseCount: Float """Roomcategoryid""" roomcategoryid: String """Roomclassid""" roomclassid: String """Roomid""" roomid: String """Roomstatusreasonid""" roomstatusreasonid: String """Sequence""" sequence: Float """Current guest service status code for this room. Example: Service status can be DND (Do Not Disturb) or MUP (Make Up Room)""" serviceStatus: String """Notes for the setup of the room""" setupNotes: String """Shareableflag""" shareableflag: String """Smoking""" smoking: String """Smoking Preferences""" smokingPreferences: String """The square units for this room (IE: if a condo in the US likely the square feet of this room)""" squareUnits: Float """Stayover Credits""" stayoverCredits: Float """Standard or Suite""" suiteType: String """Suite YN""" suiteYN: String """Supplement""" supplement: String """Temp Flag""" tempFlag: String """Number for the booth""" translationboothNum: Float """Turn Down""" turnDown: String """Houskeeping credits for Turndown.""" turndownCredits: Float """Number of TV or radio sockets""" tvRadioSockets: Float """Unit""" unit: String """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Flag makes a Function Space visible on the web.""" visibleOnWebYn: String """Web Booking Y/N""" webBookingYn: String """Room weigth (feet)""" weightF: Float """Room weigth (meters)""" weightM: Float """Width (feet)""" widthF: Float """Width (meters)""" widthM: Float } type InventoryHousekeepingManagementRoomHouseKeepingReservationGuestDetailsType { """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 """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 """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 """Organization ID""" 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 InventoryHousekeepingManagementRoomHouseKeepingReservationDetailsType { """Actual Check-In Date""" actualCheckInDate: DateTime """Actual Check-In Time""" actualCheckInTime: String """Actual Check-Out Date""" actualCheckOutDate: DateTime """Actual Check-Out Time""" actualCheckOutTime: String """Adult STR""" adultSTR: String """Adults""" adults: Float """Adults Tax Free""" adultsTaxFree: Float """Indicates whether the room type inventory was taken from the allotment or House availabilty.""" allotmentRecordType: String """Arrival Date""" arrivalDate: Date """Arrival Date STR""" arrivalDateSTR: String """Activity begin time""" arrivalTime: String """Arrival Time STR""" arrivalTimeSTR: 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""" 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 """Base Rate Amount""" baseRateAmount: Float """Based On Rule""" basedOnRule: String """Begin Date""" beginDate: DateTime """Billing Contact ID""" billingContactId: Float """Block Code""" blockCode: String """Block Description""" blockDescription: String """Block ID""" blockID: Float """Property this block belongs to.""" blockResort: String """Booked Room Category""" bookedRoomCategory: String """Business Date""" businessDate: Date """Business Date Created""" businessDateCreated: Date """Bxgy Discount Y/N""" bxgyDiscountYn: String """Central Auto Post Amount""" cAutoPostAmount: Float """Central Base Rate Amount""" cBaseRateAmount: Float """Central Discount Amt""" cDiscountAmount: 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 Rate Amount""" cRateAmount: 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: DateTime """Cancellation Number""" cancellationNo: Float """Cancellation Reason Description""" cancellationReasonDesc: String """Child STR""" childSTR: String """Children""" children: 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 ID""" companyId: Float """Confirmation Number""" confirmationNumber: 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 """Deleted Flag""" deletedFlag: String """Dep Date STR""" depDateSTR: String """Dep Time STR""" depTimeSTR: String """Departure Date""" departureDate: Date """Departure Time""" departureTime: String """Discount Amount""" discountAmt: Float """Discount Prcnt""" discountPrcnt: Float """Discount Reason Code""" discountReasonCode: String """Dml Sequence No""" dmlSeqNumber: Float """Do not move room flag.""" doNotMoveYn: String """Due Out Y/N""" dueOutYn: String """End Date""" endDate: DateTime """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 Y/N""" fixedRateYn: String """Not used.""" grossRateAmt: Float """Group ID""" groupId: Float """Guarantee Code""" guaranteeCode: String """Guest Name""" guestName: String """Guest Name First Last Initial""" guestNameFirstLastInitial: String """Housekeeping Expected Service Time""" housekeepingExpectedServiceTime: String """Houseuse YN""" houseuseYN: String """Insert Action Instance ID""" insertActionInstanceId: Float """Insert Date""" insertDate: DateTime """Insert User""" insertUser: Float """Block ID.""" internalBlockId: 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 """Length of Stay""" lengthOfStay: Float """Market Code""" marketCode: String """Membership Level""" membershipLevel: String """Indicates if the Revenue Type is valid for calculating Membership Points.""" membershipPoints: Float """Membership Type""" membershipType: String """Name ID""" nameId: Float """Not used.""" netRoomAmt: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Origin of Booking""" originOfBooking: String """Not used.""" originalBaseRate: Float """Original End Date""" originalEndDate: Date """Original Start Date""" originalStartDate: Date """Not used.""" packageAmt: Float """Physical Quantity""" physicalQuantity: Float """Physical Rooms""" physicalRooms: Float """Not used.""" pkgTax: Float """Points""" points: Float """Membership Points Eligibility Code.""" pointsEligibilityCode: String """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Code to uniquely identify the Property""" property: String """Quantity""" quantity: Float """RESV JRN Update DTTM""" rESVJRNUpdateDTTM: DateTime """RESV JRN Update Date""" rESVJRNUpdateDate: Date """Rate Amount""" rateAmount: Float """Rate Code""" rateCode: String """Rd Adults""" rdAdults: Float """Rd Base Rate Amount""" rdBaseRateAmount: Float """Rd Central Base Rate Amount""" rdCBaseRateAmount: Float """Rd Central Xchange Date""" rdCExchangeDate: Date """Rd Central Xchange Rate""" rdCExchangeRate: Float """Rd Children""" rdChildren: Float """Rd Dml Sequence No""" rdDmlSeqNumber: Float """Rd Insert Action Instance ID""" rdInsertActionInstanceId: Float """Rd Insert Date""" rdInsertDate: DateTime """Rd Insert User""" rdInsertUser: Float """Rd Update Date""" rdUpdateDate: DateTime """Rd Update User""" rdUpdateUser: Float """Rotation Rule to be configured for referral flag ?""" referralYn: String """Resv Contact ID""" reservationContactId: Float """Reservation Date""" reservationDate: Date """Resv Name ID""" reservationNameId: Float """Reservation Status""" reservationStatus: String """Reservation Cleaning Time""" resvCleaningTime: String """Reservation Daily El Seq""" resvDailyElSequence: Float """Reservation Items""" resvItems: String """Reservation Room Features""" resvRoomFeatures: String """Reservation Room Status""" resvRoomStatus: String """Reservation Specials""" resvSpecials: String """Reservation Status""" resvStatus: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Room""" room: String """Room Assignment""" roomAssignment: String """Room Category""" roomCategory: String """Room Class""" roomClass: String """Room Cost""" roomCost: Float """Room Instructions""" roomInstructions: String """Room Tax""" roomTax: Float """Scheduled Move Datetime""" scheduledMoveDatetime: DateTime """Scheduled Move Out Room""" scheduledMoveOutRoom: String """Scheduled Move Status""" scheduledMoveStatus: String """Scheduled Move Time""" scheduledMoveTime: String """Share Amount""" shareAmount: Float """The original rate amount for the reservation date.""" shareAmountOriginal: Float """Not used.""" sharePaymentType: String """Not used.""" sharePrcnt: Float """Not used.""" sharePriority: Float """Source ID""" sourceId: Float """Traces""" traces: String """Travel Agent ID""" travelAgentId: Float """Usually will be begin date and will have no time component.""" truncActualCheckInDate: Date """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 """Update Date""" updateDate: DateTime """Update User""" updateUser: Float """Incremental Upsell charges for the reservation date.""" upsellCharge: Float } type InventoryHousekeepingManagementRoomHouseKeepingTasksDetailsType { """Flag to indicate if this task was assigned during automatic breakout.""" autoAssignedYn: String """Can Delete Y/N""" canDeleteYn: String """Colors""" colors: String """Credit Weighting. NULL will be treated as 100.""" creditWeighting: Float """Credits associated with the task after departure.""" creditsDeparture: Float """Is Task customizable ?""" customizableYn: String """Indicates if the task is set as departure room default task.""" departureRoomDefaultTask: String """Flag indicates if the guest has to explicitly request this task.""" guestRequestedTask: String """Housekeeping Task Credits""" housekeepingTaskCredits: Float """Inactive""" inactive: String """Inactive Date""" inactiveDate: DateTime """Indicates if this facility task requires a Linen Change.""" linenChange: String """Room""" room: String """Sequence""" sequence: Float """When this task was last assigned.""" taskAssignDate: Date """Task Code""" taskCode: String """Task Credits""" taskCredits: Float """Task DSI""" taskDSI: Float """Task Deleted Flag""" taskDeletedFlag: String """Task Description""" taskDescription: String """Task Frequency""" taskFrequency: Float """Task Insert Date""" taskInsertDate: DateTime """Task Insert User""" taskInsertUser: Float """Task Instructions""" taskInstructions: String """Task JRN Update Date""" taskJRNUpdateDate: Date """Task JRN Update Date and Time""" taskJRNUpdateDateAndTime: DateTime """Task Location ID""" taskLocationID: String """Task Organization ID""" taskOrganizationID: Float """Task Primary Key ID""" taskPrimaryKeyID: Float """Task Priority""" taskPriority: Float """Task Property""" taskProperty: String """Task RNA Insert Date""" taskRNAInsertDate: DateTime """Task RNA Update Date""" taskRNAUpdateDate: DateTime """Task Sequence No""" taskSeqNumber: Float """Task Update Date""" taskUpdateDate: DateTime """Task Update User""" taskUpdateUser: Float """Indicates the unit of frequency for the task to be executed.""" unitOfFrequency: String } type InventoryHousekeepingManagementRoomHouseKeepingTasksRoomCategoryFacilityCodesDetailsType { """Credits""" credits: Float """Flag indicates if the user should be prompted when a user customizes the schedule for a particular reservation.""" customizePromptYn: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Day of week values as Y or N applicable for the cancel policies starting Sun to Sat.""" dayOfTheWeekSchedule: String """Day1""" day1: String """Day2""" day2: String """Day3""" day3: String """Day4""" day4: String """Day5""" day5: String """Day6""" day6: String """Day7""" day7: String """Deleted Flag""" deletedFlag: String """Facility Task""" facilityTask: String """Facility Task Sequence""" facilityTaskSeq: Float """Facility Task1""" facilityTask1: String """Frequency""" frequency: String """Include on Arrival Day""" includeOnArrivalDay: String """Insert Date""" insertDate: DateTime """Insert Date1""" insertDate1: Date """Insert User""" insertUser: Float """Insert User1""" insertUser1: Float """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """Comma delimited list of Market Codes.""" marketCodes: String """Market Description""" marketDescription: String """Free format text that will be displayed when a user customizes the schedule for a particular reservation.""" messageText: String """Indicate if the task should be rescheduled to 1 day earlier when it is due 1 day before the day of departure.""" moveupPenultimateYn: String """Number of Days""" numberOfDays: Float """Internal ID to uniquely identify the Organization""" organizationID: Float """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Priority""" priority: 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 """Rate Code Descriptions""" rateCodeDescriptions: String """Reporting Market Codes Desc""" repMarketCodesDescription: String """Reporting Special Requests Desc""" repSpecialRequestsDescription: String """Reporting Vip Statuses Desc""" repVIPStatusesDescription: String """Room Category""" roomCategory: String """Room Category1""" roomCategory1: String """Schedule""" schedule: String """Special Requests Codes""" specialRequestsCodes: String """Special Requests Descriptions""" specialRequestsDescriptions: String """Stay day that the first task in this cycle will be applied. 0 will indicate that the task is due on the day of arrival. Cycle will repeat for every FREQUENCY_DAYS days after arrival.""" startingOnDay: Float """Supply Code""" supplyCode: String """Supply Description""" supplyDescription: String """Supply Sequence""" supplySequence: Float """Update Date""" updateDate: DateTime """Update Date1""" updateDate1: Date """Update User""" updateUser: Float """Update User1""" updateUser1: Float """Comma delimited list of VIP status codes.""" vIPLevelsCode: String """VIP Levels Description""" vIPLevelsDescription: String } type InventoryHousekeepingManagementRoomHouseKeepingEmployeePointsDetailsType { """App User ID""" appUserId: Float """Indicates if Employee is available for task assignment.""" available: String """Building""" building: String """Day1""" day1: String """Day2""" day2: String """Day3""" day3: String """Day4""" day4: String """Day5""" day5: String """Day6""" day6: String """Day7""" day7: String """Deleted Flag""" deletedFlag: String """Name of the employee""" empName: String """Floor""" floor: String """Floor Description""" floorDesc: String """Indicates the section to which employee belongs.""" housekeepingSectionCode: String """Inactive Date""" inactiveDate: Date """Job Code""" jobCode: String """Phone no.""" phoneNo: String """Points""" points: Float """Date the points were allocated""" pointsDate: Date """Internal Primary Key ID to uniquely identify the row""" primaryKeyID: Float """Reporting Floor Desc""" repFloorDescription: String """RnA Insertdate""" rnaInsertDate: DateTime """RnA Updatedate""" rnaUpdateDate: DateTime """Description of the section""" sectionDesc: String """Status""" status: String """User Name""" userName: String } type InventoryHousekeepingManagementRoomHouseKeepingDailyTaskDetailsType { """Application User""" applicationUser: String """Attendant Code""" attendantCode: String """Attendant Code Name""" attendantCodeName: String """Attendant Description""" attendantDescription: String """Attendant Instructions""" attendantInstructions: String """Attendant Status""" attendantStatus: String """Auto generated filters.""" autoGenerateFilters: String """Indicates if task has been automatically generated.""" autoGenerateInd: String """Business Date""" businessDate: Date """Completed date STR""" completedDateSTR: String """DSI Internal Data Source ID to identify Opera Chain and instance""" dSI: Float """Daily Task Attendant Code""" dailyTaskAttendantCode: String """Daily Task DSI""" dailyTaskDSI: Float """Daily Task JRN Update Date""" dailyTaskJRNUpdateDate: Date """Daily Task JRN Update Date and Time""" dailyTaskJRNUpdateDateAndTime: Date """Daily Task Location ID""" dailyTaskLocationID: String """Daily Task Organization ID""" dailyTaskOrganizationID: Float """Daily Task Resort""" dailyTaskResort: String """Deleted Flag""" deletedFlag: String """Facility Credits""" facilityCredits: Float """Floor""" floor: String """Hk Breakout Job ID""" housekeepingBreakoutJobId: Float """Housekeeping Task Codes List""" housekeepingTaskCodesList: String """JRN Update Date""" jRNUpdateDate: Date """JRN Update Date and Time""" jRNUpdateDateAndTime: DateTime """Internal ID to uniquely identify the Property""" locationID: String """User ID who locked this tasksheet.""" lockedByUser: Float """Date and Time that this task sheet was locked.""" lockedDate: Date """Locked Y/N""" lockedYn: String """Miscellaneous Credits""" miscellaneousCredits: Float """Num Rooms""" numRooms: Float """Number of Buildings""" numberOfBuildings: Float """Number of Floors""" numberOfFloors: Float """Number of Groups""" numberOfGroups: Float """Number of Sections""" numberOfSections: 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 """Reporting Floor Desc""" repFloorDescription: String """RnA Insertdate""" rnaInsertDate: Date """RnA Updatedate""" rnaUpdateDate: Date """Room Instructions""" roomInstructions: String """Room with no Floor""" roomWithNoFloor: Float """Room with no Group""" roomWithNoGroup: Float """Room with no Section""" roomWithNoSection: Float """Description of the section""" section: String """This indicates whether the task is simple or not""" simpleTaskYn: String """System Date STR""" systemDateSTR: String """System Time STR""" systemTimeSTR: String """Target Credits""" targetCredits: Float """Task Code""" taskCode: String """Date on which task is completed.""" taskCompletedDate: Date """Credits assigned for a particular task.""" taskCredits: Float """Breakout Date.""" taskDate: Date """Task Date Resort Format""" taskDateResortFormat: String """Any specific instructions for the task.""" taskInstructions: String """Task Sequence No""" taskSeqNumber: Float """Task Sheet""" taskSheet: String """Task Sheet Date STR""" taskSheetDateSTR: String """task sheet associated with this room on business_date""" taskSheetNo: Float """Indicates the task sheet type possible values: [A]utomatic [F]loating Sheet [N]o Services required [M]anually created""" taskSheetType: String """Total Facility Credits""" totalFacilityCredits: Float """Total Item Credits""" totalItemCredits: Float """Total Miscellaneous Credits""" totalMiscellaneousCredits: Float """Total Special Credits""" totalSpecialCredits: Float """Total Tasks""" totalTasks: String """Total Travelling Building Credits""" totalTravellingBuildingCredits: Float """Total Travelling Credits""" totalTravellingCredits: Float """Total Travelling Floor Credits""" totalTravellingFloorCredits: Float """Total Travelling Group Credits""" totalTravellingGroupCredits: Float """Total Travelling Section Credits""" totalTravellingSectionCredits: Float """Total traveling credits for this task sheet based on change of floors""" travelingCredits: Float } type InventoryHousekeepingManagementRoomPropertyPropertyDetailsType { """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 InventoryHousekeepingManagementRoomDateCalendarDetailsType { """Day Description.""" dayDesc: String """Day End Date.""" dayEndDate: Date """Day number of the month.""" dayNoOfMonth: Float """Day number of the quarter.""" dayNoOfQuarter: Float """Day number of the week.""" dayNoOfWeek: String """Day Of Week""" dayOfWeek: String """Day of the Year.""" dayOfYear: Float """Day Timespan.""" dayTimespan: Float """Daykey""" daykey: Date """Monthkey""" internalMonthkey: Float """Yearkey""" internalYearkey: Float """Iso Week Of Year""" isoWeekOfYear: String """Julian Daykey""" julianDaykey: String """Last Year Daykey""" lastYearDaykey: Date """Month Description.""" monthDsc: String """Month End Date.""" monthEndDate: Date """Month Key""" monthKey: String """Month Name.""" monthName: String """Month of the quarter.""" monthOfQuarter: Float """Month of the year.""" monthOfYear: Float """Month Timespan.""" monthTimespan: Float """Month Year Key""" monthYrKey: String """Prior Julian Daykey""" priorJulianDaykey: String """Prior Month Key""" priorMonthKey: String """Prior Week Key""" priorWeekKey: String """Prior Year Daykey""" priorYearDaykey: Date """Prior Year Key""" priorYearKey: String """Prior Year Month Key""" priorYearMonthKey: String """Prior Year Quarter Key""" priorYearQuarterKey: String """Prior Year Week Key""" priorYearWeekKey: String """Quarter Description.""" quarterDsc: String """Quarter End Date.""" quarterEndDate: Date """Quarter Key""" quarterKey: String """Quarter of the year.""" quarterOfYear: String """Quarter Timespan.""" quarterTimespan: Float """Week Dsc""" weekDsc: String """End date of the week.""" weekEndDate: Date """Week End Dsc""" weekEndDsc: String """Week End Key""" weekEndKey: String """Week End Month Dsc""" weekEndMonthDsc: String """Week End Date of the Month.""" weekEndMonthEndDate: Date """Week Key""" weekKey: String """Week of the month.""" weekOfMonth: String """Week of the year.""" weekOfYear: String """Week Timespan.""" weekTimespan: Float """Year description.""" yearDsc: String """Year End Date.""" yearEndDate: Date """Year Key""" yearKey: String """Year Timespan.""" yearTimespan: Float }