Search Link: https://www.google.com/search?channel=fs&client=ubuntu-sn&q=postman+collection+15729853-b9e7122c-8c52-47f7-943b-680891344e0f

Overview

POST /oauth/v1/tokens

Summary: Get OAuth Token for Resource Owner environments

Use this API to request an oAuth token when the environment is a Resource Owner environment. You can see which oAuth flow an environment supports by looking at the Environment page in the OHIP Developer Portal. For more information see (Authenticating to Oracle Hospitality Property APIs)[https://docs.oracle.com/en/industries/hospitality/integration-platform/ohipu/c_oracle_hospitality_property_apis.htm#AuthenticatingToOracleHospitalityPr-1BD54F80] under the heading “Resource Owner-Based Authentication”.

To call this API you will need:

  1. To know the environment is a Resource Owner environment - see above

  2. A valid ClientId and ClientSecret

  3. An integration user and its password that has been approved by the environment owner

  4. A valid application key

Because of this, oAuth tokens may only be used when calling the given environment.

oAuth tokens expire after 60 minutes. We recommend obtaining a new oAuth token every 50 minutes, but not more frequently.


GET /ars/v1/accounts

Summary: get Accounts

Use this API to search for AR Accounts. The response will contain a list of AR Accounts and their AR information.


GET /ars/v1/hotels/{HotelId}/accounts/{AccountId}

Summary: get Account

get Account


PARAMETERS /ars/v1/hotels/{HotelId}/accounts/{AccountId}


GET /ars/v1/hotels/{HotelId}/agingCycles

Summary: get AR Aging Cycles

get AR Aging Cycles


PARAMETERS /ars/v1/hotels/{HotelId}/agingCycles


GET /ars/v1/hotels/{HotelId}/transactions/{TransactionId}/creditcard/payments

Summary: get AR Credit Card Payments

get AR Credit Card Payments


PARAMETERS /ars/v1/hotels/{HotelId}/transactions/{TransactionId}/creditcard/payments


GET /ars/v0/arTransactions

Summary: get AR Transactions

get AR Transactions


GET /ars/v0/invoicePayments/accounts/{CompanyId}

Summary: get Invoice Payments

get Invoice Payments


PARAMETERS /ars/v0/invoicePayments/accounts/{CompanyId}


GET /ars/v1/profiles/{ProfileId}/aging

Summary: get Profile Aging

get Profile Aging


PARAMETERS /ars/v1/profiles/{ProfileId}/aging


GET /ars/v0/accountReminders

Summary: get Reminders

get Reminders


GET /ars/v1/accounts/{AccountId}/remindersHistory

Summary: get Reminders History

get Reminders History


PARAMETERS /ars/v1/accounts/{AccountId}/remindersHistory


POST /ars/v1/hotels/{HotelId}/accounts

Summary: post Account

post Account


PARAMETERS /ars/v1/hotels/{HotelId}/accounts


POST /ars/v1/hotels/{HotelId}/profiles/{ProfileId}/accounts/{AccountId}/payments

Summary: post AR Payments

post AR Payments


PARAMETERS /ars/v1/hotels/{HotelId}/profiles/{ProfileId}/accounts/{AccountId}/payments


POST /ars/v1/hotels/{HotelId}/accounts/{AccountId}/arCreditCard/transfer

Summary: transfer AR Credit Card Payments

transfer AR Credit Card Payments


PARAMETERS /ars/v1/hotels/{HotelId}/accounts/{AccountId}/arCreditCard/transfer


GET /act/v1/activities

Summary: get Activities

You can use this API to retrieve an activities for a hotel, you can narrow the results using different search criteria.


DELETE /act/v1/activities

Summary: delete Multiple Activities

If you want to delete more than one activity at the same time, use this API. You must know the activity IDs for the request.


GET /act/v1/hotels/{HotelId}/activities/{ActivityId}

Summary: get Activity

You can use this API to retrieve an Activity for a hotel, using the OPERA Activity ID in the request.


PUT /act/v1/hotels/{HotelId}/activities/{ActivityId}

Summary: put Activities

Use this to update an existing Activity for a hotel. You must know the OPERA Activity ID for this API.


DELETE /act/v1/hotels/{HotelId}/activities/{ActivityId}

Summary: delete Activities

If you want to delete an activity, use this API. You must know the activity ID for the request.


PARAMETERS /act/v1/hotels/{HotelId}/activities/{ActivityId}


GET /act/v1/hotels/{HotelId}/activities/{ActivityId}/attachments

Summary: get Activity Attachments

You can use this API when you want to view the attachments on an existing activity.


PARAMETERS /act/v1/hotels/{HotelId}/activities/{ActivityId}/attachments


GET /act/v1/hotels/{HotelId}/activityLog

Summary: get Activity Log

get Activity Log


PARAMETERS /act/v1/hotels/{HotelId}/activityLog


GET /act/v1/activities/{ActivityId}

Summary: get Activity With Out Hotel Id

get Activity With Out Hotel Id


DELETE /act/v1/activities/{ActivityId}

Summary: delete Activity With Out Hotel Id

delete Activity With Out Hotel Id


PARAMETERS /act/v1/activities/{ActivityId}


GET /act/v1/hotels/{HotelId}/activities/statistics

Summary: get Activities Statistics

get Activities Statistics


PARAMETERS /act/v1/hotels/{HotelId}/activities/statistics


GET /act/v1/activities/emails

Summary: get Emails

The OPERA Cloud property would need to have a valid integration with an Email system integrator, in order to use this operation.


GET /act/v1/hotels/{HotelId}/recentlyAccessedActivities

Summary: get Recently Accessed Activities

get Recently Accessed Activities


PARAMETERS /act/v1/hotels/{HotelId}/recentlyAccessedActivities


POST /act/v1/hotels/{HotelId}/activities

Summary: post Activities

Use postActivities to create a new activity for a hotel. You would need to know the types of Activities a hotel accepts, such as Appointments, TODO. Use ListOfValues API’s to find the available types at a hotel.


PARAMETERS /act/v1/hotels/{HotelId}/activities


POST /act/v1/hotels/{HotelId}/activities/{ActivityId}/linkedActivities

Summary: post Linked Activity

post Linked Activity


PARAMETERS /act/v1/hotels/{HotelId}/activities/{ActivityId}/linkedActivities


POST /act/v1/hotels/{HotelId}/activities/{ActivityId}/activityCompletion

Summary: post Single Activity Completion

Use this API to mark one Activity as completed in 1 request. You must know the OPERA Activity ID for this API.


PARAMETERS /act/v1/hotels/{HotelId}/activities/{ActivityId}/activityCompletion


POST /act/v1/activities/activitiesCompletion

Summary: post Multiple Activities Completion

Use this API to mark multiple Activities as completed in 1 request. You must know the OPERA Activity ID’s for this API.


DELETE /act/v1/hotels/{HotelId}/activities/{ActivityId}/attachments/{AttachmentId}

Summary: delete Activity Attachment

Use this operation to delete an attachment that is on an existing activity.


PARAMETERS /act/v1/hotels/{HotelId}/activities/{ActivityId}/attachments/{AttachmentId}


GET /act/config/v1/activityResults

Summary: get Activity Results

get Activity Results


POST /act/config/v1/activityResults

Summary: post Activity Results Config

post Activity Results Config


PUT /act/config/v1/activityResults/{ActivityResultCode}

Summary: put Activity Results Config

put Activity Results Config


DELETE /act/config/v1/activityResults/{ActivityResultCode}

Summary: delete Activity Results Config

delete Activity Results Config


PARAMETERS /act/config/v1/activityResults/{ActivityResultCode}


GET /act/config/v1/hotels/{HotelId}/activityTypes

Summary: get Activity Types

Retrieve all configured Activity types for a specified hotel.


POST /act/config/v1/hotels/{HotelId}/activityTypes

Summary: post Activity Types

Activities Types define the various actions you might take when creating Activities and ToDos. Activity Types are also referenced in Configuring Trace Definitions configured to automate the creation of Activities.


PARAMETERS /act/config/v1/hotels/{HotelId}/activityTypes


PUT /act/config/v1/hotels/{HotelId}/activityTypes/{ActivityTypeCode}

Summary: put Activity Types

put Activity Types


DELETE /act/config/v1/hotels/{HotelId}/activityTypes/{ActivityTypeCode}

Summary: delete Activity Types

This will delete an Activity Type Code from the properties configuration.


PARAMETERS /act/config/v1/hotels/{HotelId}/activityTypes/{ActivityTypeCode}


POST /act/config/v1/copyActivityTypes/sourceHotel/{HotelId}

Summary: copy Activity Types Config

copy Activity Types Config


PARAMETERS /act/config/v1/copyActivityTypes/sourceHotel/{HotelId}


GET /act/config/v1/autoTraceCodes

Summary: get Auto Trace Codes

Retrieve a list of all configured Auto Trace Codes for a property.


POST /act/config/v1/autoTraceCodes

Summary: post Auto Trace Codes

Activities can be auto-created through the setup of Activity Trace Codes and auto trace rules, which use rules and conditions to determine when an Activity should be created - this can be when a data is created or when existing data is updated or deleted.


PUT /act/config/v1/autoTraceCodes/{AutoTraceCode}

Summary: put Auto Trace Codes

put Auto Trace Codes


DELETE /act/config/v1/autoTraceCodes/{AutoTraceCode}

Summary: delete Auto Trace Codes

delete Auto Trace Codes


PARAMETERS /act/config/v1/autoTraceCodes/{AutoTraceCode}


GET /act/config/v1/hotels/{HotelId}/autoTraceDefinitions

Summary: get Auto Trace Definitions

Get a list of all Auto trace definitions for a property.


POST /act/config/v1/hotels/{HotelId}/autoTraceDefinitions

Summary: post auto Trace Definitions

post auto Trace Definitions


PARAMETERS /act/config/v1/hotels/{HotelId}/autoTraceDefinitions


POST /act/config/v1/copyAutoTraceDefinitions/sourceHotel/{HotelId}

Summary: copy Auto Trace Definitions

copy Auto Trace Definitions


PARAMETERS /act/config/v1/copyAutoTraceDefinitions/sourceHotel/{HotelId}


PUT /act/config/v1/hotels/{HotelId}/autoTraceDefinitions/{AutoTraceDefinitionId}

Summary: put auto Trace Definitions

put auto Trace Definitions


PARAMETERS /act/config/v1/hotels/{HotelId}/autoTraceDefinitions/{AutoTraceDefinitionId}


DELETE /act/config/v1/autoTraceDefinitions/{AutoTraceDefinitionId}

Summary: delete Auto Trace Definitions

delete Auto Trace Definitions


PARAMETERS /act/config/v1/autoTraceDefinitions/{AutoTraceDefinitionId}


GET /act/config/v1/hotels/{HotelId}/autoTraceOwnerAssignments

Summary: get Auto Trace Owner Assignments

This operation will provide a list of all configured Auto Trace Owner Mappings for a specified property.


POST /act/config/v1/hotels/{HotelId}/autoTraceOwnerAssignments

Summary: post Auto Trace Owner Assignments

post Auto Trace Owner Assignments


PARAMETERS /act/config/v1/hotels/{HotelId}/autoTraceOwnerAssignments


PUT /act/config/v1/hotels/{HotelId}/autoTraceOwnerAssignments/{AutoTraceOwnerAssignmentId}

Summary: put Auto Trace Owner Assignments

put Auto Trace Owner Assignments


PARAMETERS /act/config/v1/hotels/{HotelId}/autoTraceOwnerAssignments/{AutoTraceOwnerAssignmentId}


DELETE /act/config/v1/autoTraceOwnerAssignments/{AutoTraceOwnerAssignmentId}

Summary: delete Auto Trace Owner Assignments

delete Auto Trace Owner Assignments


PARAMETERS /act/config/v1/autoTraceOwnerAssignments/{AutoTraceOwnerAssignmentId}


GET /par/v0/hotels/{HotelId}/analyzeRateAvailability

Summary: analyze Rate Availability

analyze Rate Availability


PARAMETERS /par/v0/hotels/{HotelId}/analyzeRateAvailability


GET /par/v0/hotels/{HotelId}/availability/alternate

Summary: get Alternate Availability

get Alternate Availability


PARAMETERS /par/v0/hotels/{HotelId}/availability/alternate


GET /par/v1/hotels/{HotelId}/rates/{RatePlanCode}

Summary: get Availability Rate Plan Info

Fetch the Rate Plan Information by specifying the rate code in the request.


PARAMETERS /par/v1/hotels/{HotelId}/rates/{RatePlanCode}


GET /par/v0/hotels/{HotelId}/rates

Summary: get Availability Rate Plan Info By Multiple Rate Plans

get Availability Rate Plan Info By Multiple Rate Plans


PARAMETERS /par/v0/hotels/{HotelId}/rates


GET /par/v0/hotels/{HotelId}/availableUpsells

Summary: get Available Upsells

get Available Upsells


PARAMETERS /par/v0/hotels/{HotelId}/availableUpsells


GET /par/v1/hotels/{HotelId}/availability

Summary: get Hotel Availability

get Hotel Availability


PARAMETERS /par/v1/hotels/{HotelId}/availability


GET /par/v0/availability

Summary: get Hotel Availability CRO

get Hotel Availability CRO


GET /par/v0/hotels

Summary: get Hotels

Search hotels availability


GET /par/v0/hotels/{HotelId}/hurdles

Summary: get Hurdle Rates

get Hurdle Rates


PARAMETERS /par/v0/hotels/{HotelId}/hurdles


GET /par/v1/hotels/{HotelId}/guarantees

Summary: get Reservation Guarantees

get Reservation Guarantees


PARAMETERS /par/v1/hotels/{HotelId}/guarantees


GET /par/v1/hotels/{HotelId}/restrictions

Summary: get Restrictions By Date Range

get Restrictions By Date Range


PUT /par/v1/hotels/{HotelId}/restrictions

Summary: clear All Restrictions

This operation will remove ALL restrictions that exist for the specified date.


POST /par/v1/hotels/{HotelId}/restrictions

Summary: post Restriction

post Restriction


PARAMETERS /par/v1/hotels/{HotelId}/restrictions


GET /par/v0/hotels/{HotelId}/restrictionsHistory

Summary: get Restriction History

get Restriction History


PARAMETERS /par/v0/hotels/{HotelId}/restrictionsHistory


DELETE /par/v1/hotels/{HotelId}/restrictions/{RestrictionId}

Summary: delete Restriction

delete Restriction


PARAMETERS /par/v1/hotels/{HotelId}/restrictions/{RestrictionId}


GET /bof/v1/hotels/{HotelId}/businessDate

Summary: get Business Date

get Business Date


PARAMETERS /bof/v1/hotels/{HotelId}/businessDate


GET /blk/v1/blocks/{BlockId}/restrictions

Summary: get Block Restrictions

get Block Restrictions


PUT /blk/v1/blocks/{BlockId}/restrictions

Summary: put Clear All Restrictions

put Clear All Restrictions


POST /blk/v1/blocks/{BlockId}/restrictions

Summary: post Block Restriction

post Block Restriction


DELETE /blk/v1/blocks/{BlockId}/restrictions

Summary: delete Block Restriction

delete Block Restriction


PARAMETERS /blk/v1/blocks/{BlockId}/restrictions


GET /blk/v1/hotels/{HotelId}/blocks/{BlockId}

Summary: get Block (v1) (by BlockId)

get Block (v1) (by BlockId)


PUT /blk/v1/hotels/{HotelId}/blocks/{BlockId}

Summary: put Block (v1) - add notes to a block

put Block (v1) - add notes to a block


DELETE /blk/v1/hotels/{HotelId}/blocks/{BlockId}

Summary: delete Block

delete Block


PARAMETERS /blk/v1/hotels/{HotelId}/blocks/{BlockId}


PUT /blk/v1/hotels/{HotelId}/blocks/{BlockId}/allocation

Summary: put Block Allocation - Open for Pickup

put Block Allocation - Open for Pickup


PARAMETERS /blk/v1/hotels/{HotelId}/blocks/{BlockId}/allocation


PUT /blk/v0/hotels/{HotelId}/blocks/{BlockId}/allocation/roomTypes/ECO

Summary: put Block Allocation - Initial

put Block Allocation - Initial


PARAMETERS /blk/v0/hotels/{HotelId}/blocks/{BlockId}/allocation/roomTypes/ECO


GET /blk/v1/hotels/{HotelId}/blocks/{BlockId}/allocationRange

Summary: get Block Range Info

get Block Range Info


PUT /blk/v1/hotels/{HotelId}/blocks/{BlockId}/allocationRange

Summary: put Block Allocation Range - Initial

put Block Allocation Range - Initial


PARAMETERS /blk/v1/hotels/{HotelId}/blocks/{BlockId}/allocationRange


GET /blk/v1/blockWash

Summary: get Block Wash Info

get Block Wash Info


PUT /blk/v1/blockWash

Summary: put Block Allocation Wash by Value

put Block Allocation Wash by Value


GET /blk/v1/blocks/{BlockId}/statusActivityLog

Summary: get Block Status Changes

get Block Status Changes


PARAMETERS /blk/v1/blocks/{BlockId}/statusActivityLog


GET /blk/v1/blocks/status

Summary: get Next Block Status

get Next Block Status


PUT /blk/v1/hotels/{HotelId}/blocks/{BlockId}/status

Summary: put Block Status TEN to DEF

put Block Status TEN to DEF


PARAMETERS /blk/v1/hotels/{HotelId}/blocks/{BlockId}/status


PUT /blk/v0/hotels/{HotelId}/blocks/{BlockId}

Summary: put Block (v1) - add a package

put Block (v1) - add a package


PARAMETERS /blk/v0/hotels/{HotelId}/blocks/{BlockId}


GET /blk/v1/blocks

Summary: get Blocks

get Blocks


GET /blk/v1/blockActivityLog

Summary: get Block Activity Log

To find out the values you can use in the query parameter ‘moduleParamsParameterName’, use LOV operation getUserLogActivityTypes to find the values available, eg Allotment_id


GET /blk/v1/blocks/{BlockId}/attachments

Summary: get Block Attachments

get Block Attachments


PARAMETERS /blk/v1/blocks/{BlockId}/attachments


GET /blk/v1/hotels/{HotelId}/blocks/{BlockId}/availability

Summary: get Block Availability

get Block Availability


PARAMETERS /blk/v1/hotels/{HotelId}/blocks/{BlockId}/availability


GET /blk/v1/blocks/dailyStatistics

Summary: get Block Daily Statistics

get Block Daily Statistics


GET /blk/v1/blocks/{BlockId}/owners

Summary: get Block Owners

See also getBlock Owners in LOV module too.


PARAMETERS /blk/v1/blocks/{BlockId}/owners


GET /blk/v1/hotels/{HotelId}/blocks/{BlockId}/postingMaster/reservations

Summary: get Block PM Reservations

get Block PM Reservations


PARAMETERS /blk/v1/hotels/{HotelId}/blocks/{BlockId}/postingMaster/reservations


GET /rsv/v1/hotels/{HotelId}/reservations

Summary: get Block Reservations

get Block Reservations


POST /rsv/v1/hotels/{HotelId}/reservations

Summary: post Reservation

post Reservation


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations


GET /blk/v1/blocks/{BlockId}/revenueActivityLog

Summary: get Block Revenue Changes

get Block Revenue Changes


PARAMETERS /blk/v1/blocks/{BlockId}/revenueActivityLog


GET /blk/v1/blocks/{BlockId}/roomsStatus

Summary: get Block Rooms Status

get Block Rooms Status


PARAMETERS /blk/v1/blocks/{BlockId}/roomsStatus


GET /blk/v1/blocks/{BlockId}/roomTypes

Summary: get Block Room Types

get Block Room Types


PARAMETERS /blk/v1/blocks/{BlockId}/roomTypes


GET /blk/v1/blocks/statistics

Summary: get Block Stats

get Block Stats


GET /blk/v1/blocks/{BlockId}/statistics

Summary: get Block Statsistics

get Block Statsistics


PARAMETERS /blk/v1/blocks/{BlockId}/statistics


GET /blk/v0/blocks/{BlockId}/washSchedules

Summary: get Block Wash Schedules

get Block Wash Schedules


PARAMETERS /blk/v0/blocks/{BlockId}/washSchedules


GET /blk/v1/defaultBlockCode

Summary: get Default Block Code

get Default Block Code


GET /blk/v1/inventoryToBorrow

Summary: get Inventory to Borrow

get Inventory to Borrow


GET /blk/v1/recentlyAccessedBlocks

Summary: get Recently Accessed Blocks

get Recently Accessed Blocks


GET /blk/v1/salesAllowances

Summary: get Sales Allowances

get Sales Allowances


GET /blk/v1/hotels/{HotelId}/tracesByDateRange

Summary: get Traces By Date Range

get Traces By Date Range


PARAMETERS /blk/v1/hotels/{HotelId}/tracesByDateRange


POST /blk/v1/blocks/{SourceBlockId}/copy

Summary: post Copy Block

Block ID in the path and body of the request is the existing block that you are copying to create a new block.


PARAMETERS /blk/v1/blocks/{SourceBlockId}/copy


POST /blk/v1/hotels/{HotelId}/block

Summary: post Block

post Block


PARAMETERS /blk/v1/hotels/{HotelId}/block


POST /blk/v1/hotels/{HotelId}/blocks/{BlockId}/postingMaster

Summary: post Block Posting Master

Use this operation to create the posting master Reservation. This is required before any guests can make a reservation against a block. Posting Master reservations are typically used for Billing (various sales charges can be posted to this PM reservation) and Rooming Lists (the Posting Master reservation is used as a template for reservations created via rooming list).


PARAMETERS /blk/v1/hotels/{HotelId}/blocks/{BlockId}/postingMaster


POST /blk/v1/blocks/{BlockId}/roomingList

Summary: Post Rooming List

Post Rooming List


PARAMETERS /blk/v1/blocks/{BlockId}/roomingList


POST /blk/v1/hotels/{HotelId}/blocks/{BlockId}/subBlocks

Summary: Post Sub Block

Master Block must already exist


PARAMETERS /blk/v1/hotels/{HotelId}/blocks/{BlockId}/subBlocks


PUT /blk/v0/hotels/{HotelId}/blocks/{BlockId}/rate/override

Summary: change Rate Override

change Rate Override


PARAMETERS /blk/v0/hotels/{HotelId}/blocks/{BlockId}/rate/override


PUT /blk/v1/hotels/{HotelId}/blocks/{BlockId}/shifts

Summary: put Block Shift Dates

put Block Shift Dates


PARAMETERS /blk/v1/hotels/{HotelId}/blocks/{BlockId}/shifts


PUT /blk/v1/blocks/{BlockId}/roomTypeOrder

Summary: put Room Type Order

put Room Type Order


PARAMETERS /blk/v1/blocks/{BlockId}/roomTypeOrder


DELETE /blk/v1/blocks/{BlockId}/attachments/{AttachId}

Summary: delete Block Attachments

Block ID in the path and body of the request is the existing block that you are copying to create a new block.


PARAMETERS /blk/v1/blocks/{BlockId}/attachments/{AttachId}


GET /blk/config/v1/blockCancellationReasons

Summary: get Block Cancellation Reasons

get Block Cancellation Reasons


POST /blk/config/v1/blockCancellationReasons

Summary: post Block Cancellation Reasons

post Block Cancellation Reasons


PUT /blk/config/v1/blockCancellationReasons/{BlockCancellationReasonsId}

Summary: put Block Cancellation Reasons

put Block Cancellation Reasons


DELETE /blk/config/v1/blockCancellationReasons/{BlockCancellationReasonsId}

Summary: delete Block Cancellation Reason

delete Block Cancellation Reason


PARAMETERS /blk/config/v1/blockCancellationReasons/{BlockCancellationReasonsId}


GET /blk/config/v1/destinationCodes

Summary: get Destination Codes

get Destination Codes


POST /blk/config/v1/destinationCodes

Summary: post Destination Codes

post Destination Codes


PUT /blk/config/v1/destinationCodes/{DestinationCodesId}

Summary: put DestinationCodes

put DestinationCodes


DELETE /blk/config/v1/destinationCodes/{DestinationCodesId}

Summary: delete Destination Codes

delete Destination Codes


PARAMETERS /blk/config/v1/destinationCodes/{DestinationCodesId}


GET /blk/config/v1/blockLostBookingCodes

Summary: get Block Lost Booking Codes

get Block Lost Booking Codes


POST /blk/config/v1/blockLostBookingCodes

Summary: post Block Lost Booking Codes

post Block Lost Booking Codes


PUT /blk/config/v1/blockLostBookingCodes/{BlockLostBookingCodesId}

Summary: put Block Lost Booking Codes

put Block Lost Booking Codes


DELETE /blk/config/v1/blockLostBookingCodes/{BlockLostBookingCodesId}

Summary: delete Block Lost Booking Code

delete Block Lost Booking Code


PARAMETERS /blk/config/v1/blockLostBookingCodes/{BlockLostBookingCodesId}


GET /blk/config/v1/blockRateOverrideReasons

Summary: get Block Rate Override Reasons

get Block Rate Override Reasons


POST /blk/config/v1/blockRateOverrideReasons

Summary: post Block Rate Override Reasons

post Block Rate Override Reasons


PUT /blk/config/v1/blockRateOverrideReasons/{BlockRateOverrideReasonsId}

Summary: put Block Rate Override Reasons

put Block Rate Override Reasons


DELETE /blk/config/v1/blockRateOverrideReasons/{BlockRateOverrideReasonsId}

Summary: delete Block Rate Override Reasons

delete Block Rate Override Reasons


PARAMETERS /blk/config/v1/blockRateOverrideReasons/{BlockRateOverrideReasonsId}


GET /blk/config/v1/reservationMethods

Summary: get Reservation Methods

get Reservation Methods


POST /blk/config/v1/reservationMethods

Summary: post Reservation Method

post Reservation Method


PUT /blk/config/v1/reservationMethods/{ReservationMethodsId}

Summary: put Reservation Methods

put Reservation Methods


DELETE /blk/config/v1/reservationMethods/{ReservationMethodsId}

Summary: delete Reservation Method

delete Reservation Method


PARAMETERS /blk/config/v1/reservationMethods/{ReservationMethodsId}


GET /blk/config/v1/blockRefusedReasons

Summary: get Block Refused Reasons

get Block Refused Reasons


POST /blk/config/v1/blockRefusedReasons

Summary: post Block Refused Reasons

post Block Refused Reasons


PUT /blk/config/v1/blockRefusedReasons/{BlockRefusedReasonsId}

Summary: put Block Refused Reasons

put Block Refused Reasons


DELETE /blk/config/v1/blockRefusedReasons/{BlockRefusedReasonsId}

Summary: delete Block Refused Reason

delete Block Refused Reason


PARAMETERS /blk/config/v1/blockRefusedReasons/{BlockRefusedReasonsId}


GET /blk/config/v1/hotels/{HotelId}/blockSalesAllowance

Summary: get Block Sales Allowance

get Block Sales Allowance


PARAMETERS /blk/config/v1/hotels/{HotelId}/blockSalesAllowance


PUT /blk/config/v1/hotels/{HotelId}/blockSalesAllowanceRange

Summary: set Block Sales Allowance Range

Set the sales allowance for blocks at a property.


DELETE /blk/config/v1/hotels/{HotelId}/blockSalesAllowanceRange

Summary: delete Block Sales Allowance Range

delete Block Sales Allowance Range


PARAMETERS /blk/config/v1/hotels/{HotelId}/blockSalesAllowanceRange


GET /blk/config/v1/blockStatusCodes

Summary: get Block Status Codes

get Block Status Codes


POST /blk/config/v1/blockStatusCodes

Summary: post Block Status Code

post Block Status Code


GET /blk/config/v1/blockStatusCodes/nextStatusCodes

Summary: get Next Block Status Codes

get Next Block Status Codes


PUT /blk/config/v1/blockStatusCodes/{BlockStatusCode}

Summary: put Block Status Code

put Block Status Code


DELETE /blk/config/v1/blockStatusCodes/{BlockStatusCode}

Summary: delete Block Status Code

delete Block Status Code


PARAMETERS /blk/config/v1/blockStatusCodes/{BlockStatusCode}


PUT /blk/config/v1/blockStatusCodes/{SrcBlockStatusCode}/nextStatusCodes

Summary: put Next Block Status Codes

put Next Block Status Codes


PARAMETERS /blk/config/v1/blockStatusCodes/{SrcBlockStatusCode}/nextStatusCodes


GET /blk/config/v1/hotels/{HotelId}/washSchedules

Summary: get Wash Schedules

get Wash Schedules


PARAMETERS /blk/config/v1/hotels/{HotelId}/washSchedules


PUT /blk/config/v1/hotels/{HotelId}/washSchedules/{WashScheduleCode}

Summary: put Wash Schedules

put Wash Schedules


DELETE /blk/config/v1/hotels/{HotelId}/washSchedules/{WashScheduleCode}

Summary: delete Wash Schedule

delete Wash Schedule


PARAMETERS /blk/config/v1/hotels/{HotelId}/washSchedules/{WashScheduleCode}


GET /blk/config/v1/hotels/{HotelId}/salesManagers/{SalesManagerId}/salesManagerGoals

Summary: get Sales Managers Goals

get Sales Managers Goals


POST /blk/config/v1/hotels/{HotelId}/salesManagers/{SalesManagerId}/salesManagerGoals

Summary: post Sales Manager Goals

post Sales Manager Goals


PARAMETERS /blk/config/v1/hotels/{HotelId}/salesManagers/{SalesManagerId}/salesManagerGoals


PUT /blk/config/v1/hotels/{HotelId}/salesManagers/{SalesManagerId}/salesManagerGoals/{SalesGoalId}

Summary: put Sales Manager Goals

put Sales Manager Goals


PARAMETERS /blk/config/v1/hotels/{HotelId}/salesManagers/{SalesManagerId}/salesManagerGoals/{SalesGoalId}


DELETE /blk/config/v1/salesManagers/{SalesManagerId}/salesManagerGoals/{SalesGoalId}

Summary: remove Sales Manager Goal

remove Sales Manager Goal


PARAMETERS /blk/config/v1/salesManagers/{SalesManagerId}/salesManagerGoals/{SalesGoalId}


POST /csh/v1/hotels/{HotelId}/passerBySale

Summary: post Passer By Sale

post Passer By Sale


PARAMETERS /csh/v1/hotels/{HotelId}/passerBySale


POST /csh/v1/hotels/{HotelId}/creditBill

Summary: post Credit Bill

post Credit Bill


PARAMETERS /csh/v1/hotels/{HotelId}/creditBill


GET /csh/v1/hotels/{HotelId}/reservations/{ReservationId}/folios

Summary: get Folio

get Folio


POST /csh/v1/hotels/{HotelId}/reservations/{ReservationId}/folios

Summary: generate Folio

generate Folio


PARAMETERS /csh/v1/hotels/{HotelId}/reservations/{ReservationId}/folios


GET /csh/v1/hotels/{HotelId}/folioTypes

Summary: get Folio Types

get Folio Types


PARAMETERS /csh/v1/hotels/{HotelId}/folioTypes


GET /csh/v1/hotels/{HotelId}/depositFolio

Summary: get Deposit Folio

get Deposit Folio


PARAMETERS /csh/v1/hotels/{HotelId}/depositFolio


GET /csh/v1/hotels/{HotelId}/depositTransactions

Summary: get Deposit Folio Transaction Details

get Deposit Folio Transaction Details


PARAMETERS /csh/v1/hotels/{HotelId}/depositTransactions


GET /csh/v1/hotels/{HotelId}/folioHistory

Summary: get Folio History

get Folio History


PARAMETERS /csh/v1/hotels/{HotelId}/folioHistory


GET /csh/v1/hotels/{HotelId}/transactionDetails

Summary: Get Folio Transaction Details

Get Folio Transaction Details


PARAMETERS /csh/v1/hotels/{HotelId}/transactionDetails


GET /csh/v1/hotels/{HotelId}/folioTypeNames

Summary: get Folio Type Name

get Folio Type Name


PARAMETERS /csh/v1/hotels/{HotelId}/folioTypeNames


GET /csh/v1/hotels/{HotelId}/folioPrinters

Summary: get Folio Printers

A


PARAMETERS /csh/v1/hotels/{HotelId}/folioPrinters


GET /chl/v1/channels/amenities/mapping

Summary: get Amenities Mapping

get Amenities Mapping


PUT /chl/v1/channels/amenities

Summary: put Amenities Mapping

put Amenities Mapping


POST /chl/v1/channels/amenities

Summary: post Amenities Mapping

post Amenities Mapping


DELETE /chl/v0/channels/amenities

Summary: delete Amenities Mapping

delete Amenities Mapping


GET /chl/v1/channels/{ChannelCode}

Summary: get Channel

get Channel


PARAMETERS /chl/v1/channels/{ChannelCode}


GET /chl/v1/channels

Summary: get Channels

get Channels


PUT /chl/v1/channels

Summary: put Channels

put Channels


POST /chl/v1/channels

Summary: post Channels

post Channels


GET /chl/v0/channels/cardType/mappings

Summary: get Channel Card Type Mappings

get Channel Card Type Mappings


PUT /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/cardType/{CardTypeCode}

Summary: put Channel Card Type Mapping

put Channel Card Type Mapping


POST /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/cardType/{CardTypeCode}

Summary: post Channel Card Type Mapping

post Channel Card Type Mapping


PARAMETERS /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/cardType/{CardTypeCode}


DELETE /chl/v0/hotels/{HotelId}/channels/{ChannelCode}/cardType/{CardTypeCode}

Summary: delete Channel Card Type Mapping

delete Channel Card Type Mapping


PARAMETERS /chl/v0/hotels/{HotelId}/channels/{ChannelCode}/cardType/{CardTypeCode}


PUT /chl/v1/channels/{ChannelCode}/subChannels

Summary: put Channel Carriers

put Channel Carriers


POST /chl/v1/channels/{ChannelCode}/subChannels

Summary: post Channel Carriers

post Channel Carriers


PARAMETERS /chl/v1/channels/{ChannelCode}/subChannels


DELETE /chl/v0/channels/subChannels

Summary: delete Channel Carriers

delete Channel Carriers


PUT /chl/v1/channels/{ChannelCode}/errorCodes

Summary: put Channel Errors

put Channel Errors


POST /chl/v1/channels/{ChannelCode}/errorCodes

Summary: post Channel Errors

post Channel Errors


PARAMETERS /chl/v1/channels/{ChannelCode}/errorCodes


DELETE /chl/v0/channels/errorCodes

Summary: delete Channel Errors

delete Channel Errors


PUT /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/guarantees/{GuaranteeCode}

Summary: put Channel Guarantee Code Mapping

put Channel Guarantee Code Mapping


POST /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/guarantees/{GuaranteeCode}

Summary: post Channel Guarantee Code Mapping

post Channel Guarantee Code Mapping


DELETE /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/guarantees/{GuaranteeCode}

Summary: delete Channel Guarantee Code Mapping

delete Channel Guarantee Code Mapping


PARAMETERS /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/guarantees/{GuaranteeCode}


GET /chl/v1/channels/confirmationLetters

Summary: get Channel Hotel Letters

get Channel Hotel Letters


PUT /chl/v1/channels/confirmationLetters

Summary: put Channel Hotel Letters

put Channel Hotel Letters


POST /chl/v1/channels/confirmationLetters

Summary: post Channel Hotel Letters

post Channel Hotel Letters


DELETE /chl/v0/channels/confirmationLetters

Summary: delete Channel Hotel Letters

delete Channel Hotel Letters


GET /chl/v0/channels/marketingText

Summary: get Channel Marketing Text

get Channel Marketing Text


DELETE /chl/v0/channels/marketingText

Summary: delete Channel Marketing Text

delete Channel Marketing Text


PUT /chl/v1/channels/marketingText

Summary: put Channel Marketing Text

put Channel Marketing Text


POST /chl/v1/channels/marketingText

Summary: post Channel Marketing Text

post Channel Marketing Text


GET /chl/v0/channels/negotiatedRates

Summary: get Channel Negotiated Rate

get Channel Negotiated Rate


DELETE /chl/v0/channels/negotiatedRates

Summary: delete Channel Negotiated Rate

delete Channel Negotiated Rate


PUT /chl/v1/channels/negotiatedRates

Summary: put Channel Negotiated Rate

put Channel Negotiated Rate


POST /chl/v1/channels/negotiatedRates

Summary: post Channel Negotiated Rate

post Channel Negotiated Rate


GET /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/parameters

Summary: get Channel Parameters

get Channel Parameters


PARAMETERS /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/parameters


PUT /chl/v1/channels/{ChannelCode}/parameters

Summary: put Channel Parameters

put Channel Parameters


PARAMETERS /chl/v1/channels/{ChannelCode}/parameters


PUT /chl/v1/channels/{ChannelCode}/rateCategories

Summary: put Channel Rate Categories

put Channel Rate Categories


POST /chl/v1/channels/{ChannelCode}/rateCategories

Summary: post Channel Rate Categories

post Channel Rate Categories


PARAMETERS /chl/v1/channels/{ChannelCode}/rateCategories


DELETE /chl/v0/channels/rateCategories

Summary: delete Channel Rate Categories

delete Channel Rate Categories


PUT /chl/v1/channels/{ChannelCode}/rateLevels

Summary: put Channel Rate Levels

put Channel Rate Levels


POST /chl/v1/channels/{ChannelCode}/rateLevels

Summary: post Channel Rate Levels

post Channel Rate Levels


PARAMETERS /chl/v1/channels/{ChannelCode}/rateLevels


DELETE /chl/v0/channels/rateLevels

Summary: delete Channel Rate Levels

delete Channel Rate Levels


GET /chl/v1/channels/rates

Summary: get Channel Rate Mapping

get Channel Rate Mapping


POST /chl/v1/channels/rates

Summary: post Channel Rate Mapping

post Channel Rate Mapping


DELETE /chl/v0/channels/rates

Summary: delete Channel Rate Mapping

delete Channel Rate Mapping


GET /chl/v1/hotels/{HotelId}/rates/{RatePlanCode}/globalDescription

Summary: get Channel Rate Code Global Desc

get Channel Rate Code Global Desc


PARAMETERS /chl/v1/hotels/{HotelId}/rates/{RatePlanCode}/globalDescription


GET /chl/v0/channels/rates/globalDescriptions

Summary: get Channel Rates Global Descriptions

get Channel Rates Global Descriptions


DELETE /chl/v0/channels/rates/globalDescriptions

Summary: delete Channel Rates Global Descriptions

delete Channel Rates Global Descriptions


PUT /chl/v1/channels/rates/globalDescriptions

Summary: put Channel Rates Global Descriptions

put Channel Rates Global Descriptions


POST /chl/v1/channels/rates/globalDescriptions

Summary: post Channel Rates Global Descriptions

post Channel Rates Global Descriptions


PUT /chl/v1/channels/{ChannelCode}/rates/{ChannelRateCode}/globalDescription

Summary: put Rate Global Description

put Rate Global Description


PARAMETERS /chl/v1/channels/{ChannelCode}/rates/{ChannelRateCode}/globalDescription


GET /chl/v0/channels/rooms/globalDescriptions

Summary: get Channel Rooms Global Descriptions

get Channel Rooms Global Descriptions


DELETE /chl/v0/channels/rooms/globalDescriptions

Summary: delete Channel Rooms Global Descriptions

delete Channel Rooms Global Descriptions


PUT /chl/v1/channels/rooms/globalDescriptions

Summary: put Channel Rooms Global Descriptions

put Channel Rooms Global Descriptions


POST /chl/v1/channels/rooms/globalDescriptions

Summary: post Channel Rooms Global Descriptions

post Channel Rooms Global Descriptions


PUT /chl/v1/channels/rooms/globalDescription

Summary: put Room Description

put Room Description


GET /chl/v1/hotels/{HotelId}/rooms/mapping

Summary: get Channel Room Mapping

get Channel Room Mapping


PARAMETERS /chl/v1/hotels/{HotelId}/rooms/mapping


POST /chl/v1/channels/rooms

Summary: post Channel Room Mapping

post Channel Room Mapping


GET /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/rooms/{RoomTypeCode}

Summary: get Channel Room Mapping By Id

get Channel Room Mapping By Id


PUT /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/rooms/{RoomTypeCode}

Summary: put Channel Room Mapping

put Channel Room Mapping


PARAMETERS /chl/v1/hotels/{HotelId}/channels/{ChannelCode}/rooms/{RoomTypeCode}


DELETE /chl/v0/hotels/{HotelId}/channels/{ChannelCode}/rooms/{RoomTypeCode}

Summary: delete Channel Room Mapping

delete Channel Room Mapping


PARAMETERS /chl/v0/hotels/{HotelId}/channels/{ChannelCode}/rooms/{RoomTypeCode}


PUT /chl/v1/channels/{ChannelCode}/roomTypes

Summary: put Channel Room Types

put Channel Room Types


POST /chl/v1/channels/{ChannelCode}/roomTypes

Summary: post Channel Room Types

post Channel Room Types


PARAMETERS /chl/v1/channels/{ChannelCode}/roomTypes


DELETE /chl/v0/channels/roomTypes

Summary: delete Channel Room Types

delete Channel Room Types


GET /chl/v0/channels/cardTypes/mapping

Summary: get Credit Cards Mapping

get Credit Cards Mapping


PUT /chl/v1/channels/cardTypes

Summary: put Credit Cards Mapping

put Credit Cards Mapping


POST /chl/v1/channels/cardTypes

Summary: post Credit Cards Mapping

post Credit Cards Mapping


DELETE /chl/v0/channels/cardTypes

Summary: delete Credit Cards Mapping

delete Credit Cards Mapping


GET /chl/v1/channels/currencies/mapping

Summary: get Currencies Mapping

get Currencies Mapping


PUT /chl/v1/channels/currencies

Summary: put Currencies Mapping

put Currencies Mapping


POST /chl/v1/channels/currencies

Summary: post Currencies Mapping

post Currencies Mapping


DELETE /chl/v0/channels/currencies

Summary: delete Currencies Mapping

delete Currencies Mapping


GET /chl/v1/channels/distributionTemplates

Summary: get Distribution Templates

get Distribution Templates


PUT /chl/v1/channels/distributionTemplates

Summary: put Distribution Templates

put Distribution Templates


POST /chl/v1/channels/distributionTemplates

Summary: post Distribution Templates

post Distribution Templates


DELETE /chl/v0/channels/distributionTemplates

Summary: delete Distribution Templates

delete Distribution Templates


GET /chl/v0/channels/guarantees/mapping

Summary: get Guarantees Mapping

get Guarantees Mapping


PUT /chl/v1/channels/guarantees

Summary: put Guarantees Mapping

put Guarantees Mapping


POST /chl/v1/channels/guarantees

Summary: post Guarantees Mapping

post Guarantees Mapping


DELETE /chl/v0/channels/guarantees

Summary: delete Guarantees Mapping

delete Guarantees Mapping


GET /chl/v1/channels/hotels/mapping

Summary: get Hotels Mapping

get Hotels Mapping


PUT /chl/v1/channels/hotels

Summary: put Hotels Mapping

put Hotels Mapping


POST /chl/v1/channels/hotels

Summary: post Hotels Mapping

post Hotels Mapping


DELETE /chl/v0/channels/hotels

Summary: delete Hotels Mapping

delete Hotels Mapping


GET /chl/v0/hotels/{HotelId}/channel/sellLimits

Summary: get Channel Sell Limits

get Channel Sell Limits


PARAMETERS /chl/v0/hotels/{HotelId}/channel/sellLimits


GET /chl/v1/hotels/{HotelId}/rooms/{RoomType}/globalDescription

Summary: get Channel Room Type Global Desc

get Channel Room Type Global Desc


PARAMETERS /chl/v1/hotels/{HotelId}/rooms/{RoomType}/globalDescription


GET /chl/v1/channels/accounts/{AccountProfileId}

Summary: get Channel Account

get Channel Account


PARAMETERS /chl/v1/channels/accounts/{AccountProfileId}


GET /chl/v1/channels/billingStatements

Summary: get Channel Billing Statements

get Channel Billing Statements


GET /chl/v0/hotels/{HotelId}/inventorySnapshot

Summary: get Channel Inventory Snapshot

get Channel Inventory Snapshot


PARAMETERS /chl/v0/hotels/{HotelId}/inventorySnapshot


GET /chl/v0/hotels/{HotelId}/channels/{ChannelCode}/rooms/{RoomTypeCode}/inventorySnapshot

Summary: get Channel Inventory Snapshot By Room Type

get Channel Inventory Snapshot By Room Type


PARAMETERS /chl/v0/hotels/{HotelId}/channels/{ChannelCode}/rooms/{RoomTypeCode}/inventorySnapshot


GET /chl/v1/channels/{ChannelCode}/rateRoomSequences

Summary: get Channel Rate Room Seq

get Channel Rate Room Seq


PARAMETERS /chl/v1/channels/{ChannelCode}/rateRoomSequences


GET /chl/v1/hotels/{HotelId}/channels/totalPricing

Summary: get Total Pricing Elements

get Total Pricing Elements


PARAMETERS /chl/v1/hotels/{HotelId}/channels/totalPricing


PUT /chl/v1/channels/availability/publish

Summary: publish Channel Availability

publish Channel Availability


PUT /chl/v1/channels/restrictions/publish

Summary: publish Channel Restrictions

publish Channel Restrictions


GET /med/config/v1/customizedLetter/{LetterId}

Summary: get Customized Letter

This will get the folio(base64) from a specific reservation.


PARAMETERS /med/config/v1/customizedLetter/{LetterId}


PUT /med/config/v1/hotels/{HotelId}/reservations/{ReservationId}/customizedLetter

Summary: set Customized Letter

set Customized Letter


PARAMETERS /med/config/v1/hotels/{HotelId}/reservations/{ReservationId}/customizedLetter


GET /med/config/v1/fileAttachments

Summary: get File Attachments

Use this API to retrieve file attachments.


POST /med/config/v1/fileAttachments

Summary: post File Attachements

post File Attachements


GET /med/config/v1/emailFile/{emailId}

Summary: get Email File

Use this API with OSEM, to retrieve email Blob File Stored in File Storage Schema. It is used in Profiles to fetch Email and Open in an end user’s mail client. The email ID is retrieved from getActivitues/emails response.


PARAMETERS /med/config/v1/emailFile/{emailId}


GET /med/config/v1/hotels/{HotelId}/reservations/{ReservationId}/folioReports

Summary: get Folio Report

This will get the folio(base64) from a specific reservation.


PARAMETERS /med/config/v1/hotels/{HotelId}/reservations/{ReservationId}/folioReports


GET /med/config/v1/hotels/{HotelId}/reservations/{ReservationId}/registrationCard

Summary: get Registration Card

get Registration Card


PARAMETERS /med/config/v1/hotels/{HotelId}/reservations/{ReservationId}/registrationCard


POST /med/config/v1/folioReports/email

Summary: email Folio Report

This operation triggers emailing the folio (pdf) for a specific reservation to the email provided in the request body.


GET /cms/v1/hotels/{HotelId}/trackItems

Summary: get Track It Items

get Track It Items


PUT /cms/v1/hotels/{HotelId}/trackItems

Summary: put Track It Items

put Track It Items


POST /cms/v1/hotels/{HotelId}/trackItems

Summary: post Track It Items

post Track It Items


DELETE /cms/v1/hotels/{HotelId}/trackItems

Summary: delete Track It Items

delete Track It Items


PARAMETERS /cms/v1/hotels/{HotelId}/trackItems


GET /dvm/v1/externalSystems/{ExtSystemCode}/hotels/{OperaHotelId}/convertedValues

Summary: get Converted Values

get Converted Values


PARAMETERS /dvm/v1/externalSystems/{ExtSystemCode}/hotels/{OperaHotelId}/convertedValues


GET /dvm/v1/externalSystems/{ExtSystemCode}/hotels/{ExternalHotelId}/defaultValues

Summary: get Default Values

get Default Values


PARAMETERS /dvm/v1/externalSystems/{ExtSystemCode}/hotels/{ExternalHotelId}/defaultValues


GET /dvm/v1/externalSystems/{ExtSystemCode}/hotels/{ExternalHotelId}/conversions

Summary: get Opera Hotel Code

get Opera Hotel Code


PARAMETERS /dvm/v1/externalSystems/{ExtSystemCode}/hotels/{ExternalHotelId}/conversions


GET /ent/config/v0/amenities

Summary: get Template Amenities

get Template Amenities


POST /ent/config/v1/amenities

Summary: post Template Amenities

post Template Amenities


PUT /ent/config/v1/amenities/{FeatureCode}

Summary: change Template Amenities

change Template Amenities


DELETE /ent/config/v1/amenities/{FeatureCode}

Summary: remove Template Amenities

remove Template Amenities


PARAMETERS /ent/config/v1/amenities/{FeatureCode}


GET /ent/config/v1/hotels/{HotelId}/amenities

Summary: get Amenities

get Amenities


POST /ent/config/v1/hotels/{HotelId}/amenities

Summary: post Amenities

post Amenities


PARAMETERS /ent/config/v1/hotels/{HotelId}/amenities


PUT /ent/config/v1/hotels/{HotelId}/amenities/{FeatureCode}

Summary: change Amenities

change Amenities


DELETE /ent/config/v1/hotels/{HotelId}/amenities/{FeatureCode}

Summary: remove Amenities

remove Amenities


PARAMETERS /ent/config/v1/hotels/{HotelId}/amenities/{FeatureCode}


GET /ent/config/v1/roomAmenities

Summary: get Room Amenities

get Room Amenities


POST /ent/config/v0/roomAmenities

Summary: post Room Amenities

post Room Amenities


PUT /ent/config/v1/roomAmenities/{RoomAmenitiesId}

Summary: put Room Amenities

put Room Amenities


PARAMETERS /ent/config/v1/roomAmenities/{RoomAmenitiesId}


DELETE /ent/config/v0/roomAmenities/{RoomAmenitiesId}

Summary: delete Room Amenities

delete Room Amenities


PARAMETERS /ent/config/v0/roomAmenities/{RoomAmenitiesId}


GET /ent/config/v1/attractionClasses

Summary: get Attraction Classes

get Attraction Classes


POST /ent/config/v1/attractionClasses

Summary: post Attraction Classes

post Attraction Classes


PUT /ent/config/v1/attractionClasses/{AttractionClassCode}

Summary: put Attraction Classes

put Attraction Classes


DELETE /ent/config/v1/attractionClasses/{AttractionClassCode}

Summary: delete Attraction Classes

delete Attraction Classes


PARAMETERS /ent/config/v1/attractionClasses/{AttractionClassCode}


GET /ent/config/v1/attractions

Summary: get Attraction Templates

get Attraction Templates


POST /ent/config/v1/attractions

Summary: post Attraction Templates

post Attraction Templates


PUT /ent/config/v1/attractions/{AttractionCode}

Summary: change Attraction Templates

change Attraction Templates


DELETE /ent/config/v1/attractions/{AttractionCode}

Summary: remove Attraction Templates

remove Attraction Templates


PARAMETERS /ent/config/v1/attractions/{AttractionCode}


GET /ent/config/v1/hotels/{HotelId}/attractions

Summary: get Attractions

get Attractions


POST /ent/config/v1/hotels/{HotelId}/attractions

Summary: post Attractions

post Attractions


PARAMETERS /ent/config/v1/hotels/{HotelId}/attractions


PUT /ent/config/v1/hotels/{HotelId}/attractions/{AttractionCode}

Summary: change Attractions

change Attractions


DELETE /ent/config/v1/hotels/{HotelId}/attractions/{AttractionCode}

Summary: remove Attractions

remove Attractions


PARAMETERS /ent/config/v1/hotels/{HotelId}/attractions/{AttractionCode}


GET /ent/config/v1/airports

Summary: get Template Airports

get Template Airports


POST /ent/config/v1/airports

Summary: post Template Airports

post Template Airports


PUT /ent/config/v1/airports/{AirportCode}

Summary: change Template Airports

change Template Airports


DELETE /ent/config/v1/airports/{AirportCode}

Summary: delete Template Airports

delete Template Airports


PARAMETERS /ent/config/v1/airports/{AirportCode}


GET /ent/config/v1/hotels/{HotelId}/airports

Summary: get Airports

get Airports


POST /ent/config/v1/hotels/{HotelId}/airports

Summary: post Airports

post Airports


PARAMETERS /ent/config/v1/hotels/{HotelId}/airports


PUT /ent/config/v1/hotels/{HotelId}/airports/{AirportCode}

Summary: change Airports

change Airports


DELETE /ent/config/v1/hotels/{HotelId}/airports/{AirportCode}

Summary: remove Airports

remove Airports


PARAMETERS /ent/config/v1/hotels/{HotelId}/airports/{AirportCode}


GET /ent/config/v1/brandCodes

Summary: get Brand Codes

get Brand Codes


POST /ent/config/v0/brandCodes

Summary: post Brand Codes

post Brand Codes


PUT /ent/config/v0/brandCodes/{BrandCode}

Summary: change Brand Codes

change Brand Codes


DELETE /ent/config/v0/brandCodes/{BrandCode}

Summary: remove Brand Codes

remove Brand Codes


PARAMETERS /ent/config/v0/brandCodes/{BrandCode}


GET /ent/config/v1/hotels/{HotelId}/creditcardTypes

Summary: get Credit CardTypes

get Credit CardTypes


PUT /ent/config/v1/hotels/{HotelId}/creditcardTypes

Summary: change Credit Card Types

change Credit Card Types


POST /ent/config/v1/hotels/{HotelId}/creditcardTypes

Summary: post Credit CardTypes

post Credit CardTypes


PARAMETERS /ent/config/v1/hotels/{HotelId}/creditcardTypes


DELETE /ent/config/v0/hotels/{HotelId}/creditcardTypes

Summary: remove Credit card Types

remove Credit card Types


PARAMETERS /ent/config/v0/hotels/{HotelId}/creditcardTypes


GET /ent/config/v1/communicationMethodsEntDetails

Summary: get Communication Methods Ent Details

get Communication Methods Ent Details


POST /ent/config/v1/communicationMethodsEntDetails

Summary: post Communication Methods Ent Details

post Communication Methods Ent Details


PUT /ent/config/v1/communicationMethodsEntDetails/{CommunicationMethodsEntDetailsId}

Summary: put Communication Methods Ent Details

put Communication Methods Ent Details


DELETE /ent/config/v1/communicationMethodsEntDetails/{CommunicationMethodsEntDetailsId}

Summary: pdelete Communication Methods Ent Details

pdelete Communication Methods Ent Details


PARAMETERS /ent/config/v1/communicationMethodsEntDetails/{CommunicationMethodsEntDetailsId}


GET /ent/config/v0/corporateBusinessUnits

Summary: get Corporate Business Units

get Corporate Business Units


POST /ent/config/v1/corporateBusinessUnits

Summary: post Corporate Business Units

post Corporate Business Units


PUT /ent/config/v1/corporateBusinessUnits/{BusinessUnitCode}

Summary: change Corporate Business Units

change Corporate Business Units


DELETE /ent/config/v1/corporateBusinessUnits/{BusinessUnitCode}

Summary: remove Corporate Business Units

remove Corporate Business Units


PARAMETERS /ent/config/v1/corporateBusinessUnits/{BusinessUnitCode}


GET /ent/config/v1/corporateDepartmentCodes

Summary: get Corporate Department Codes

get Corporate Department Codes


POST /ent/config/v1/corporateDepartmentCodes

Summary: post Corporate Department Codes

post Corporate Department Codes


PUT /ent/config/v1/corporateDepartmentCodes/{DepartmentCode}

Summary: change Corporate Department Codes

change Corporate Department Codes


DELETE /ent/config/v1/corporateDepartmentCodes/{DepartmentCode}

Summary: remove Corporate Department Codes

remove Corporate Department Codes


PARAMETERS /ent/config/v1/corporateDepartmentCodes/{DepartmentCode}


GET /ent/config/v1/corporateDivisions

Summary: get Corporate Divisions

get Corporate Divisions


POST /ent/config/v1/corporateDivisions

Summary: post Corporate Divisions

post Corporate Divisions


PUT /ent/config/v1/corporateDivisions/{DivisionCode}

Summary: change Corporate Divisions

change Corporate Divisions


DELETE /ent/config/v1/corporateDivisions/{DivisionCode}

Summary: remove Corporate Divisions

remove Corporate Divisions


PARAMETERS /ent/config/v1/corporateDivisions/{DivisionCode}


GET /ent/config/v1/corporateOperatingUnits

Summary: get Corporate Operating Units

get Corporate Operating Units


POST /ent/config/v1/corporateOperatingUnits

Summary: post Corporate Operating Units

post Corporate Operating Units


PUT /ent/config/v1/corporateOperatingUnits/{OperatingUnitCode}

Summary: change Corporate Operating Units

change Corporate Operating Units


DELETE /ent/config/v1/corporateOperatingUnits/{OperatingUnitCode}

Summary: remove Corporate Operating Units

remove Corporate Operating Units


PARAMETERS /ent/config/v1/corporateOperatingUnits/{OperatingUnitCode}


GET /ent/config/v1/countries/guestTypes

Summary: get Country Guest Types

get Country Guest Types


POST /ent/config/v1/countries/guestTypes

Summary: post Country Guest Types

post Country Guest Types


PUT /ent/config/v1/countries/guestTypes/{GuestTypeCode}

Summary: change Country Guest Types

change Country Guest Types


DELETE /ent/config/v1/countries/guestTypes/{GuestTypeCode}

Summary: remove Country Guest Types

remove Country Guest Types


PARAMETERS /ent/config/v1/countries/guestTypes/{GuestTypeCode}


GET /ent/config/v1/countryMainGroups

Summary: get Country Main Groups

get Country Main Groups


POST /ent/config/v0/countryMainGroups

Summary: post Country Main Groups

post Country Main Groups


PUT /ent/config/v0/countryMainGroups/{GroupCode}

Summary: change Country Main Groups

change Country Main Groups


DELETE /ent/config/v0/countryMainGroups/{GroupCode}

Summary: remove Country Main Groups

remove Country Main Groups


PARAMETERS /ent/config/v0/countryMainGroups/{GroupCode}


GET /ent/config/v1/departments

Summary: get Departments

get Departments


POST /ent/config/v1/departments

Summary: post Departments

post Departments


PUT /ent/config/v1/departments/{DepartmentCode}

Summary: change Departments

change Departments


DELETE /ent/config/v1/departments/{DepartmentCode}

Summary: remove Departments

remove Departments


PARAMETERS /ent/config/v1/departments/{DepartmentCode}


GET /ent/config/v1/hotelCategories

Summary: get Hotel Categories

get Hotel Categories


POST /ent/config/v1/hotelCategories

Summary: post Hotel Categories

post Hotel Categories


PUT /ent/config/v1/hotelCategories/{CategoryCode}

Summary: change Hotel Categories

change Hotel Categories


DELETE /ent/config/v1/hotelCategories/{CategoryCode}

Summary: remove Hotel Categories

remove Hotel Categories


PARAMETERS /ent/config/v1/hotelCategories/{CategoryCode}


GET /ent/config/v0/hotels/{HotelId}

Summary: get Hotel Contacts

get Hotel Contacts


PARAMETERS /ent/config/v0/hotels/{HotelId}


POST /ent/config/v1/hotels/{HotelId}/contacts

Summary: post Hotel Contacts

post Hotel Contacts


PARAMETERS /ent/config/v1/hotels/{HotelId}/contacts


PUT /ent/config/v1/hotels/{HotelId}/contacts/{ContactId}

Summary: change Hotel Contacts

change Hotel Contacts


DELETE /ent/config/v1/hotels/{HotelId}/contacts/{ContactId}

Summary: remove Hotel Contacts

remove Hotel Contacts


PARAMETERS /ent/config/v1/hotels/{HotelId}/contacts/{ContactId}


GET /ent/config/v1/hotels/{HotelId}/dayTypeCodes

Summary: get Hotel Day Type Codes

get Hotel Day Type Codes


PUT /ent/config/v1/hotels/{HotelId}/dayTypeCodes

Summary: change Hotel Day Type Codes

change Hotel Day Type Codes


POST /ent/config/v1/hotels/{HotelId}/dayTypeCodes

Summary: post Hotel Day Type Codes

post Hotel Day Type Codes


PARAMETERS /ent/config/v1/hotels/{HotelId}/dayTypeCodes


DELETE /ent/config/v0/hotels/{HotelId}/dayTypeCodes

Summary: remove Hotel Day Type Codes

remove Hotel Day Type Codes


PARAMETERS /ent/config/v0/hotels/{HotelId}/dayTypeCodes


POST /ent/config/v1/hotels/{HotelId}/notes

Summary: Post Hotel Notes

Post Hotel Notes


PARAMETERS /ent/config/v1/hotels/{HotelId}/notes


PUT /ent/config/v1/hotels/{HotelId}/notes/{NoteCode}

Summary: Change Hotel Notes

Change Hotel Notes


PARAMETERS /ent/config/v1/hotels/{HotelId}/notes/{NoteCode}


DELETE /ent/config/v1/notes/{NoteCode}

Summary: Remove Hotel Notes

Remove Hotel Notes


PARAMETERS /ent/config/v1/notes/{NoteCode}


GET /ent/config/v1/hotels/{HotelId}

Summary: get Hotel Rate Ranges

get Hotel Rate Ranges


PARAMETERS /ent/config/v1/hotels/{HotelId}


PUT /ent/config/v1/hotels/{HotelId}/rateRanges

Summary: change Hotel Rate Ranges

change Hotel Rate Ranges


POST /ent/config/v1/hotels/{HotelId}/rateRanges

Summary: post Hotel Rate Ranges

post Hotel Rate Ranges


DELETE /ent/config/v1/hotels/{HotelId}/rateRanges

Summary: remove Hotel Rate Ranges

remove Hotel Rate Ranges


PARAMETERS /ent/config/v1/hotels/{HotelId}/rateRanges


POST /ent/config/v1/hotels/{HotelId}/restaurants

Summary: post Hotel Restaurants

post Hotel Restaurants


PARAMETERS /ent/config/v1/hotels/{HotelId}/restaurants


PUT /ent/config/v1/hotels/{HotelId}/restaurants/{RestaurantCode}

Summary: change Hotel Restaurants

change Hotel Restaurants


DELETE /ent/config/v1/hotels/{HotelId}/restaurants/{RestaurantCode}

Summary: remove Hotel Restaurants

remove Hotel Restaurants


PARAMETERS /ent/config/v1/hotels/{HotelId}/restaurants/{RestaurantCode}


GET /ent/config/v1/hotels/{HotelId}/jobTitles

Summary: get Job Titles

get Job Titles


POST /ent/config/v1/hotels/{HotelId}/jobTitles

Summary: post Job Titles

post Job Titles


PARAMETERS /ent/config/v1/hotels/{HotelId}/jobTitles


PUT /ent/config/v1/hotels/{HotelId}/jobTitles/{JobTitleCode}

Summary: change Job Titles

change Job Titles


DELETE /ent/config/v1/hotels/{HotelId}/jobTitles/{JobTitleCode}

Summary: remove Job Titles

remove Job Titles


PARAMETERS /ent/config/v1/hotels/{HotelId}/jobTitles/{JobTitleCode}


GET /ent/config/v1/languages

Summary: get Languages

get Languages


POST /ent/config/v1/languages

Summary: post Languages

post Languages


PUT /ent/config/v1/languages/{LanguageCode}

Summary: change Languages

change Languages


DELETE /ent/config/v1/languages/{LanguageCode}

Summary: remove Languages

remove Languages


PARAMETERS /ent/config/v1/languages/{LanguageCode}


GET /ent/config/v1/hotels/{HotelId}/marketingCities

Summary: get Marketing Cities

get Marketing Cities


POST /ent/config/v1/hotels/{HotelId}/marketingCities

Summary: create Marketing Cities

create Marketing Cities


PARAMETERS /ent/config/v1/hotels/{HotelId}/marketingCities


PUT /ent/config/v1/hotels/{HotelId}/marketingCities/{CityCode}

Summary: change Marketing Cities

change Marketing Cities


PARAMETERS /ent/config/v1/hotels/{HotelId}/marketingCities/{CityCode}


DELETE /ent/config/v0/hotels/{HotelId}/marketingCities/{CityCode}

Summary: remove Marketing Cities

remove Marketing Cities


PARAMETERS /ent/config/v0/hotels/{HotelId}/marketingCities/{CityCode}


GET /ent/config/v0/marketingRegions

Summary: get Marketing Regions

get Marketing Regions


POST /ent/config/v1/marketingRegions

Summary: post Marketing Regions

post Marketing Regions


PUT /ent/config/v1/marketingRegions/{MarketingRegionCode}

Summary: put Marketing Regions

put Marketing Regions


DELETE /ent/config/v1/marketingRegions/{MarketingRegionCode}

Summary: delete Marketing Regions

delete Marketing Regions


PARAMETERS /ent/config/v1/marketingRegions/{MarketingRegionCode}


GET /ent/config/v1/noteTypes

Summary: get Note Types

get Note Types


POST /ent/config/v1/noteTypes

Summary: post Note Types

post Note Types


PUT /ent/config/v1/noteTypes/{NoteTypeCode}

Summary: change Note Types

change Note Types


DELETE /ent/config/v1/noteTypes/{NoteTypeCode}

Summary: remove Note Types

remove Note Types


PARAMETERS /ent/config/v1/noteTypes/{NoteTypeCode}


GET /ent/config/v1/propertyTypes

Summary: get Property Types

get Property Types


POST /ent/config/v1/propertyTypes

Summary: post Property Types

post Property Types


PUT /ent/config/v1/propertyTypes/{PropertyTypeCode}

Summary: put Property Types

put Property Types


DELETE /ent/config/v1/propertyTypes/{PropertyTypeCode}

Summary: delete Property Types

delete Property Types


PARAMETERS /ent/config/v1/propertyTypes/{PropertyTypeCode}


GET /ent/config/v1/propertyDetailsCategories

Summary: get Property Detail Categories

get Property Detail Categories


POST /ent/config/v1/propertyDetailsCategories

Summary: post Property Detail Categories

post Property Detail Categories


PUT /ent/config/v1/propertyDetailsCategories/{CategoryCode}

Summary: change Property Detail Categories

change Property Detail Categories


DELETE /ent/config/v1/propertyDetailsCategories/{CategoryCode}

Summary: remove Property Detail Categories

remove Property Detail Categories


PARAMETERS /ent/config/v1/propertyDetailsCategories/{CategoryCode}


GET /ent/config/v1/regionCode

Summary: get Regions Code

get Regions Code


POST /ent/config/v1/regionCode

Summary: post Regions Code

post Regions Code


PUT /ent/config/v1/regionCode/{RegionCode}

Summary: change Regions Code

change Regions Code


DELETE /ent/config/v1/regionCode/{RegionCode}

Summary: remove Regions Code

remove Regions Code


PARAMETERS /ent/config/v1/regionCode/{RegionCode}


GET /ent/config/v1/hotels/{HotelId}/telephoneBookCategories

Summary: get Telephone Book Categories

get Telephone Book Categories


POST /ent/config/v1/hotels/{HotelId}/telephoneBookCategories

Summary: post Telephone Book Categories

post Telephone Book Categories


PARAMETERS /ent/config/v1/hotels/{HotelId}/telephoneBookCategories


PUT /ent/config/v1/hotels/{HotelId}/telephoneBookCategories/{CategoryCode}

Summary: change Telephone Book Categories

change Telephone Book Categories


DELETE /ent/config/v1/hotels/{HotelId}/telephoneBookCategories/{CategoryCode}

Summary: remove Telephone Book Categories

remove Telephone Book Categories


PARAMETERS /ent/config/v1/hotels/{HotelId}/telephoneBookCategories/{CategoryCode}


GET /ent/config/v1/hotels/{HotelId}/telephoneBookEntries

Summary: get Telephone Book Entries

get Telephone Book Entries


POST /ent/config/v1/hotels/{HotelId}/telephoneBookEntries

Summary: post Telephone Book Entries

post Telephone Book Entries


PARAMETERS /ent/config/v1/hotels/{HotelId}/telephoneBookEntries


DELETE /ent/config/v1/hotels/{HotelId}/telephoneBookEntries/{EntryId}

Summary: delete Telephone Book Entries

delete Telephone Book Entries


PARAMETERS /ent/config/v1/hotels/{HotelId}/telephoneBookEntries/{EntryId}


GET /ent/config/v1/templateCodes

Summary: get Template Codes

get Template Codes


POST /ent/config/v1/templateCodes

Summary: post Template Codes

post Template Codes


PUT /ent/config/v1/templateCodes/{Code}

Summary: change Template Codes

change Template Codes


DELETE /ent/config/v1/templateCodes/{Code}

Summary: remove Template Codes

remove Template Codes


PARAMETERS /ent/config/v1/templateCodes/{Code}


GET /ent/config/v1/countries

Summary: get Template Countries

get Template Countries


POST /ent/config/v1/countries

Summary: post Template Countries

post Template Countries


PUT /ent/config/v1/countries/{CountryCode}

Summary: change Template Countries

change Template Countries


DELETE /ent/config/v1/countries/{CountryCode}

Summary: remove Template Countries

remove Template Countries


PARAMETERS /ent/config/v1/countries/{CountryCode}


GET /ent/config/v0/dayTypeCodes

Summary: get Template Day Type Codes

get Template Day Type Codes


DELETE /ent/config/v0/dayTypeCodes

Summary: remove Template Day Type Codes

remove Template Day Type Codes


PUT /ent/config/v1/dayTypeCodes

Summary: post Template Day Type Codes

post Template Day Type Codes


POST /ent/config/v1/dayTypeCodes

Summary: create Template Day Type Codes

create Template Day Type Codes


GET /ent/config/v1/hotelDetails

Summary: get Template Hotel Details

get Template Hotel Details


PUT /ent/config/v1/hotelDetails

Summary: change Template Hotel Details

change Template Hotel Details


POST /ent/config/v1/hotelDetails

Summary: post Template Hotel Details

post Template Hotel Details


DELETE /ent/config/v0/hotelDetails

Summary: remove Template Hotel Details

remove Template Hotel Details


GET /ent/config/v1/jobTitles

Summary: get Template Job Titles

get Template Job Titles


POST /ent/config/v1/jobTitles

Summary: post Template Job Titles

post Template Job Titles


PUT /ent/config/v1/jobTitles/{JobTitleCode}

Summary: change Template Job Titles

change Template Job Titles


DELETE /ent/config/v1/jobTitles/{JobTitleCode}

Summary: remove Template Job Titles

remove Template Job Titles


PARAMETERS /ent/config/v1/jobTitles/{JobTitleCode}


GET /ent/config/v0/marketingCities

Summary: get Template Marketing Cities

get Template Marketing Cities


POST /ent/config/v1/marketingCities

Summary: post Template Marketing Cities

post Template Marketing Cities


PUT /ent/config/v1/marketingCities/{CityCode}

Summary: chang Template Marketing Cities

chang Template Marketing Cities


DELETE /ent/config/v1/marketingCities/{CityCode}

Summary: remove Template Marketing Cities

remove Template Marketing Cities


PARAMETERS /ent/config/v1/marketingCities/{CityCode}


GET /ent/config/v1/hotels/{HotelId}/transportations

Summary: get Transportation

get Transportation


POST /ent/config/v1/hotels/{HotelId}/transportations

Summary: post Transportation

post Transportation


PARAMETERS /ent/config/v1/hotels/{HotelId}/transportations


PUT /ent/config/v1/hotels/{HotelId}/transportations/{TransportationCode}

Summary: change Transportation

change Transportation


DELETE /ent/config/v1/hotels/{HotelId}/transportations/{TransportationCode}

Summary: remove Transportation

remove Transportation


PARAMETERS /ent/config/v1/hotels/{HotelId}/transportations/{TransportationCode}


GET /ent/config/v1/transportations

Summary: get Transportation Templates

get Transportation Templates


POST /ent/config/v1/transportations

Summary: post Transportation Templates

post Transportation Templates


PUT /ent/config/v1/transportations/{TransportationCode}

Summary: change Transportation Templates

change Transportation Templates


DELETE /ent/config/v1/transportations/{TransportationCode}

Summary: remove Transportation Templates

remove Transportation Templates


PARAMETERS /ent/config/v1/transportations/{TransportationCode}


GET /ent/config/v1/userDefinedFieldValues

Summary: get User Defined Field Values

get User Defined Field Values


POST /ent/config/v1/userDefinedFieldValues

Summary: post User Defined Field Values

Use this API to create a new User Defined Field (UDF) Value. The LOV Group and LOV Values functionality allows a property create a custom group of values to be used in a specified user defined field (UDF). This functionality provides added flexibility in allowing a site to track information or details that are specific to their business and outside of the standard fields offered in the OPERA Cloud.


PUT /ent/config/v1/userDefinedFieldValues/{UdfValue}

Summary: change User Defined Field Values

change User Defined Field Values


PARAMETERS /ent/config/v1/userDefinedFieldValues/{UdfValue}


DELETE /ent/config/v0/userDefinedFieldValues/{UdfValue}

Summary: remove User Defined Field Values

remove User Defined Field Values


PARAMETERS /ent/config/v0/userDefinedFieldValues/{UdfValue}


GET /ent/config/v1/userDefinedFieldGroups

Summary: get User Defined Field Groups

get User Defined Field Groups


POST /ent/config/v1/userDefinedFieldGroups

Summary: post User Defined Field Groups

post User Defined Field Groups


PUT /ent/config/v1/userDefinedFieldGroups/{UdfGroupCode}

Summary: change User Defined Field Groups

change User Defined Field Groups


DELETE /ent/config/v1/userDefinedFieldGroups/{UdfGroupCode}

Summary: remove User Defined Field Groups

remove User Defined Field Groups


PARAMETERS /ent/config/v1/userDefinedFieldGroups/{UdfGroupCode}


GET /ent/config/v1/hotels/{HotelId}/yieldAdjustmentCodes

Summary: get Yield Adjustment Codes

get Yield Adjustment Codes


PARAMETERS /ent/config/v1/hotels/{HotelId}/yieldAdjustmentCodes


DELETE /ent/config/v1/hotels/{HotelId}/yieldAdjustmentCodes/{yieldAdjustmentCode}

Summary: remove Yield Adjustment Codes

remove Yield Adjustment Codes


PARAMETERS /ent/config/v1/hotels/{HotelId}/yieldAdjustmentCodes/{yieldAdjustmentCode}


GET /ent/config/v1/hotels/{HotelId}/yieldCategories

Summary: get Yield Categories

get Yield Categories


PARAMETERS /ent/config/v1/hotels/{HotelId}/yieldCategories


DELETE /ent/config/v1/hotels/{HotelId}/yieldCategories/{code}

Summary: remove Yield Categories

remove Yield Categories


PARAMETERS /ent/config/v1/hotels/{HotelId}/yieldCategories/{code}


GET /ent/config/v0/yieldMarketTypes

Summary: get Yield Market Types

get Yield Market Types


GET /ent/config/v0/chain

Summary: get Chain

get Chain


GET /ent/config/v1/hotels/{HotelId}/countries

Summary: get Countries

get Countries


PARAMETERS /ent/config/v1/hotels/{HotelId}/countries


GET /ent/config/v0/currencyExchangeRates

Summary: get Currency Exchange Rates

get Currency Exchange Rates


GET /ent/config/v1/defaultNote

Summary: get Default Note

get Default Note


GET /ent/config/v1/hotels

Summary: get Hotels

get Hotels


GET /ent/config/v1/hotels/{HotelId}/hotelDetails

Summary: get Hotel Details

get Hotel Details


PARAMETERS /ent/config/v1/hotels/{HotelId}/hotelDetails


GET /ent/config/v1/hotels/{HotelId}/hotelBrochure

Summary: get Hotel Brochure

get Hotel Brochure


PARAMETERS /ent/config/v1/hotels/{HotelId}/hotelBrochure


GET /ent/config/v0/hotels/{HotelId}/calendar

Summary: get Hotel Calendar

get Hotel Calendar


PARAMETERS /ent/config/v0/hotels/{HotelId}/calendar


GET /ent/config/v0/marketingCitiesByRegion

Summary: get Marketing Cities By Region

get Marketing Cities By Region


GET /ent/config/v1/hotels/{HotelId}/operaContext

Summary: get Opera Hotel Context

get Opera Hotel Context


PARAMETERS /ent/config/v1/hotels/{HotelId}/operaContext


GET /ent/config/v0/settings

Summary: get Opera Settings

get Opera Settings


GET /ent/config/v0/parameters

Summary: get Opera Parameters

get Opera Parameters


PUT /ent/config/v1/dayTypes

Summary: set Day Types

set Day Types


GET /evm/v1/blocks/{BlockId}/cateringPackages

Summary: get Catering Packages

get Catering Packages


PUT /evm/v1/blocks/{BlockId}/cateringPackages

Summary: change Catering Packages

change Catering Packages


POST /evm/v1/blocks/{BlockId}/cateringPackages

Summary: post Catering Package

User getcateringPackages in Event Config module to first find available Catering Packages to use in this postCateringPackage.


PARAMETERS /evm/v1/blocks/{BlockId}/cateringPackages


PUT /evm/v1/blocks/{BlockId}/cateringPackages/{CateringPackageId}/copy

Summary: copy Catering package

copy Catering package


PARAMETERS /evm/v1/blocks/{BlockId}/cateringPackages/{CateringPackageId}/copy


GET /evm/v0/hotels/{HotelId}/eventsResources

Summary: get Events Resources

get Events Resources


PARAMETERS /evm/v0/hotels/{HotelId}/eventsResources


PUT /evm/v1/hotels/{HotelId}/eventsResources

Summary: change Event Resources

change Event Resources


PARAMETERS /evm/v1/hotels/{HotelId}/eventsResources


GET /evm/v1/blocks/{BlockId}/cateringPackages/{CateringPackageId}/revenue

Summary: get Catering Package Revenue

get Catering Package Revenue


PARAMETERS /evm/v1/blocks/{BlockId}/cateringPackages/{CateringPackageId}/revenue


DELETE /evm/v1/cateringPackagesRevenue

Summary: delete Catering Package Revenue

delete Catering Package Revenue


GET /evm/v1/hotels/{HotelId}/fetchBlockPostingAccountReservations

Summary: get Block Posting Account Reservations

get Block Posting Account Reservations


PARAMETERS /evm/v1/hotels/{HotelId}/fetchBlockPostingAccountReservations


GET /evm/v1/hotels/{HotelId}/cateringEventChanges

Summary: get Catering Event Changes

get Catering Event Changes


PARAMETERS /evm/v1/hotels/{HotelId}/cateringEventChanges


GET /evm/v1/hotels/{HotelId}/events/{EventId}/cateringEventPostings

Summary: get Catering Event Postings

get Catering Event Postings


PARAMETERS /evm/v1/hotels/{HotelId}/events/{EventId}/cateringEventPostings


GET /evm/v1/hotels/{HotelId}/events

Summary: get Events Multiple Hotels

Search for an event using query parameters


PARAMETERS /evm/v1/hotels/{HotelId}/events


GET /evm/v1/hotels/{HotelId}/events/{EventId}

Summary: get Event

get Event


PUT /evm/v1/hotels/{HotelId}/events/{EventId}

Summary: change Events (add notes)

change Events (add notes)


DELETE /evm/v1/hotels/{HotelId}/events/{EventId}

Summary: Delete Event

Delete Event


PARAMETERS /evm/v1/hotels/{HotelId}/events/{EventId}


GET /evm/v1/eventcalendar

Summary: get Event Calendar

get Event Calendar


GET /evm/v1/hotels/{HotelId}/functionalSpace

Summary: get Alternate Function Space Availability

get Alternate Function Space Availability


PARAMETERS /evm/v1/hotels/{HotelId}/functionalSpace


GET /evm/v1/hotels/{HotelId}/functionalSpaceEvents

Summary: get Shared Function Space Events

get Shared Function Space Events


PARAMETERS /evm/v1/hotels/{HotelId}/functionalSpaceEvents


GET /evm/v1/hotels/{HotelId}/waitListedEvents

Summary: get Waitlisted Events

get Waitlisted Events


PUT /evm/v1/hotels/{HotelId}/waitListedEvents

Summary: manage Waitlisted Events

manage Waitlisted Events


PARAMETERS /evm/v1/hotels/{HotelId}/waitListedEvents


POST /evm/v1/events

Summary: post Events

post Events


GET /evm/config/v0/hotels/{HotelId}/cateringMenuClasses

Summary: get Catering Menu Classes

get Catering Menu Classes


PARAMETERS /evm/config/v0/hotels/{HotelId}/cateringMenuClasses


DELETE /evm/config/v1/menuClasses/{MenuClassesId}/cateringMenuClasses

Summary: delete Catering Menu Classes

delete Catering Menu Classes


PARAMETERS /evm/config/v1/menuClasses/{MenuClassesId}/cateringMenuClasses


PUT /evm/config/v1/cateringMenuClasses

Summary: put Catering Menu Classes

put Catering Menu Classes


POST /evm/config/v1/cateringMenuClasses

Summary: post Catering Menu Classes

post Catering Menu Classes


GET /evm/config/v1/hotels/{HotelId}/cateringMenuItemClasses

Summary: get Catering Menu Item Classes

get Catering Menu Item Classes


PARAMETERS /evm/config/v1/hotels/{HotelId}/cateringMenuItemClasses


POST /evm/config/v1/cateringMenuItemClasses

Summary: post Catering Menu Item Classes

post Catering Menu Item Classes


PUT /evm/config/v1/cateringMenuItemClasses/{CateringMenuItemClassesCode}

Summary: put Catering Menu Item Classes

put Catering Menu Item Classes


DELETE /evm/config/v1/cateringMenuItemClasses/{CateringMenuItemClassesCode}

Summary: delete Catering Menu Item Classes

delete Catering Menu Item Classes


PARAMETERS /evm/config/v1/cateringMenuItemClasses/{CateringMenuItemClassesCode}


PUT /evm/config/v1/cateringMenuItemClasses/{CateringMenuItemClassesCode}/copy

Summary: Copy Catering Menu Item Classes

Copy Catering Menu Item Classes


PARAMETERS /evm/config/v1/cateringMenuItemClasses/{CateringMenuItemClassesCode}/copy


GET /evm/config/v1/functionSpaceRentalCodes

Summary: get Catering Rental Codes

get Catering Rental Codes


POST /evm/config/v1/functionSpaceRentalCodes

Summary: post Catering Rental Codes

post Catering Rental Codes


PUT /evm/config/v1/functionSpaceRentalCodes/{CateringRentalId}

Summary: change Catering Rental Codes

change Catering Rental Codes


DELETE /evm/config/v1/functionSpaceRentalCodes/{CateringRentalId}

Summary: remove Catering Rental Codes

remove Catering Rental Codes


PARAMETERS /evm/config/v1/functionSpaceRentalCodes/{CateringRentalId}


GET /evm/config/v1/hotels/{HotelId}/eventCodes

Summary: get Event Codes

get Event Codes


PUT /evm/config/v1/hotels/{HotelId}/eventCodes

Summary: change Event Codes

change Event Codes


POST /evm/config/v1/hotels/{HotelId}/eventCodes

Summary: post Event Codes

post Event Codes


PARAMETERS /evm/config/v1/hotels/{HotelId}/eventCodes


GET /evm/config/v1/hotels/{HotelId}/eventForecasts

Summary: get Event Forecasts

get Event Forecasts


PARAMETERS /evm/config/v1/hotels/{HotelId}/eventForecasts


PUT /evm/config/v1/eventForecasts

Summary: put Event Forecasts

put Event Forecasts


POST /evm/config/v1/eventForecasts

Summary: post Event Forecasts

post Event Forecasts


GET /evm/config/v1/cateringEventTypes

Summary: get Function Space Event Types

get Function Space Event Types


POST /evm/config/v1/cateringEventTypes

Summary: post Function Space Event Types

post Function Space Event Types


PUT /evm/config/v1/cateringEventTypes/{EventTypeCode}

Summary: change Function Space Event Types

change Function Space Event Types


DELETE /evm/config/v1/cateringEventTypes/{EventTypeCode}

Summary: remove Function Space Event Types

remove Function Space Event Types


PARAMETERS /evm/config/v1/cateringEventTypes/{EventTypeCode}


GET /evm/config/v1/hotels/{HotelId}/functionSpaces

Summary: get Function Spaces

get Function Spaces


POST /evm/config/v1/hotels/{HotelId}/functionSpaces

Summary: post Function Spaces

post Function Spaces


PARAMETERS /evm/config/v1/hotels/{HotelId}/functionSpaces


PUT /evm/config/v1/hotels/{HotelId}/functionSpaces/{FunctionSpaceCode}

Summary: change Function Spaces

change Function Spaces


PARAMETERS /evm/config/v1/hotels/{HotelId}/functionSpaces/{FunctionSpaceCode}


DELETE /evm/config/v0/hotels/{HotelId}/functionSpaces/{FunctionSpaceCode}

Summary: remove Function Spaces

remove Function Spaces


PARAMETERS /evm/config/v0/hotels/{HotelId}/functionSpaces/{FunctionSpaceCode}


GET /evm/config/v1/functionspaceLocations

Summary: get Function space Locations

get Function space Locations


PUT /evm/config/v1/functionspaceLocations/{FunctionSpaceLocationCode}

Summary: change Function Space Locations

change Function Space Locations


POST /evm/config/v1/functionspaceLocations/{FunctionSpaceLocationCode}

Summary: post Function Space Locations

post Function Space Locations


DELETE /evm/config/v1/functionspaceLocations/{FunctionSpaceLocationCode}

Summary: remove Function Space Locations

remove Function Space Locations


PARAMETERS /evm/config/v1/functionspaceLocations/{FunctionSpaceLocationCode}


GET /evm/config/v1/functionspaceSetupStyles

Summary: get Function Space Setup Styles

get Function Space Setup Styles


POST /evm/config/v1/functionspaceSetupStyles

Summary: post Function Space Setup Styles

post Function Space Setup Styles


PUT /evm/config/v1/functionspaceSetupStyles/{FunctionSpaceSetupStyleId}

Summary: change Function Space Setup Styles

change Function Space Setup Styles


DELETE /evm/config/v1/functionspaceSetupStyles/{FunctionSpaceSetupStyleId}

Summary: remove Function Space Setup Styles

remove Function Space Setup Styles


PARAMETERS /evm/config/v1/functionspaceSetupStyles/{FunctionSpaceSetupStyleId}


GET /evm/config/v1/functionSpaceTypes

Summary: get Function Space Types

get Function Space Types


POST /evm/config/v1/functionSpaceTypes

Summary: post Function Space Types

post Function Space Types


PUT /evm/config/v1/functionSpaceTypes/{FunctionSpaceTypesId}

Summary: put Function Space Types

put Function Space Types


DELETE /evm/config/v1/functionSpaceTypes/{FunctionSpaceTypesId}

Summary: delete Function Space Types

delete Function Space Types


PARAMETERS /evm/config/v1/functionSpaceTypes/{FunctionSpaceTypesId}


GET /evm/config/v1/hotels/{HotelId}/inventoryItems

Summary: get Inventory Items

(Resource Availability)


PARAMETERS /evm/config/v1/hotels/{HotelId}/inventoryItems


POST /evm/config/v0/hotels/{HotelId}/inventoryItems

Summary: post Inventory Items

(Resource Availability)


PARAMETERS /evm/config/v0/hotels/{HotelId}/inventoryItems


PUT /evm/config/v0/hotels/{HotelId}/inventoryItems/{InventoryItemId}

Summary: put Inventory Items

(Resource Availability)


DELETE /evm/config/v0/hotels/{HotelId}/inventoryItems/{InventoryItemId}

Summary: delete Inventory Items

(Resource Availability)


PARAMETERS /evm/config/v0/hotels/{HotelId}/inventoryItems/{InventoryItemId}


GET /evm/config/v1/itemClasses

Summary: get Item Classes

This API will allow you to fetch all existing Item Classes for a property. Items are categorized into logical entities called Item Classes. Item Classes assist you in filtering when selecting and grouping items on the Banquet Event Order (BEO). For example, you might have an item class for different kinds of audio visual equipment, for floral decorations, for recreational equipment, and so on.


POST /evm/config/v1/itemClasses

Summary: post Item Classes

This API will allow you to fetch all existing Item Classes for a property. Items are categorized into logical entities called Item Classes. Item Classes assist you in filtering when selecting and grouping items on the Banquet Event Order (BEO). For example, you might have an item class for different kinds of audio visual equipment, for floral decorations, for recreational equipment, and so on.


PUT /evm/config/v1/itemClasses/{ItemClassesCode}

Summary: put Item Classes

This API will allow you to fetch all existing Item Classes for a property. Items are categorized into logical entities called Item Classes. Item Classes assist you in filtering when selecting and grouping items on the Banquet Event Order (BEO). For example, you might have an item class for different kinds of audio visual equipment, for floral decorations, for recreational equipment, and so on.


PARAMETERS /evm/config/v1/itemClasses/{ItemClassesCode}


GET /evm/config/v1/mealTypes

Summary: get Meal Types

get Meal Types


POST /evm/config/v1/mealTypes

Summary: post Meal Types

post Meal Types


PUT /evm/config/v1/mealTypes/{MealTypesId}

Summary: put Meal Types

put Meal Types


DELETE /evm/config/v1/mealTypes/{MealTypesId}

Summary: delete Meal Types

delete Meal Types


PARAMETERS /evm/config/v1/mealTypes/{MealTypesId}


GET /evm/config/v1/revenueGroups

Summary: get Revenue Groups

get Revenue Groups


POST /evm/config/v1/revenueGroups

Summary: post Revenue Groups

post Revenue Groups


PUT /evm/config/v1/revenueGroups/{RevenueGroupsCode}

Summary: put Revenue Groups

put Revenue Groups


DELETE /evm/config/v1/revenueGroups/{RevenueGroupsCode}

Summary: delete Revenue Groups

delete Revenue Groups


PARAMETERS /evm/config/v1/revenueGroups/{RevenueGroupsCode}


GET /evm/config/v1/revenueTypes

Summary: get Revenue Types

get Revenue Types


POST /evm/config/v1/revenueTypes

Summary: post Revenue Types

post Revenue Types


PUT /evm/config/v1/revenueTypes/{RevenueTypesId}

Summary: put Revenue Types

put Revenue Types


PARAMETERS /evm/config/v1/revenueTypes/{RevenueTypesId}


GET /evm/config/v1/hotels/{HotelId}/roomPools

Summary: get Room Type Pool

get Room Type Pool


POST /evm/config/v1/hotels/{HotelId}/roomPools

Summary: post Room Pool

post Room Pool


PARAMETERS /evm/config/v1/hotels/{HotelId}/roomPools


DELETE /evm/config/v1/hotels/{HotelId}/roomPools/{RoomPoolCode}

Summary: remove Room Type Pool

remove Room Type Pool


PARAMETERS /evm/config/v1/hotels/{HotelId}/roomPools/{RoomPoolCode}


GET /evm/config/v1/eventCodes

Summary: get Template Event Codes

get Template Event Codes


PUT /evm/config/v1/eventCodes

Summary: change Template Event Codes

change Template Event Codes


POST /evm/config/v1/eventCodes

Summary: post Template Event Codes

post Template Event Codes


GET /evm/config/v1/hotels/{HotelId}/functionSpaces/{FunctionSpaceCode}/configurations

Summary: get Function Space Config

get Function Space detailed Configuration for a specific space


PARAMETERS /evm/config/v1/hotels/{HotelId}/functionSpaces/{FunctionSpaceCode}/configurations


GET /evm/config/v1/cateringContainers

Summary: get Catering Containers

get Catering Containers


GET /evm/config/v0/hotels/{HotelId}/cateringMenus/{CateringMenuId}

Summary: get Catering Menu

get Catering Menu


PARAMETERS /evm/config/v0/hotels/{HotelId}/cateringMenus/{CateringMenuId}


GET /evm/config/v1/hotels/{HotelId}/cateringMenus

Summary: get Catering Menus

get Catering Menus


PARAMETERS /evm/config/v1/hotels/{HotelId}/cateringMenus


GET /evm/config/v1/hotels/{HotelId}/cateringMenuItems

Summary: get Catering Menu Items

get Catering Menu Items


PARAMETERS /evm/config/v1/hotels/{HotelId}/cateringMenuItems


GET /evm/config/v1/hotels/{HotelId}/cateringPackages/{CateringPackageId}

Summary: get Catering Package

get Catering Package


PARAMETERS /evm/config/v1/hotels/{HotelId}/cateringPackages/{CateringPackageId}


GET /evm/config/v1/cateringPackages

Summary: get Catering Packages

get Catering Packages


GET /evm/config/v0/cateringPackages

Summary: get Catering Packages Multi Properties

get Catering Packages Multi Properties


GET /evm/config/v1/cateringServings

Summary: get Catering Servings

get Catering Servings


GET /evm/config/v1/inventoryItems

Summary: get Inventory Items Templates

get Inventory Items Templates


GET /evm/config/v1/hotels/{HotelId}/itemPools

Summary: get Item Pools

get Item Pools


PARAMETERS /evm/config/v1/hotels/{HotelId}/itemPools


GET /exp/config/v1/availableExports

Summary: get Exports Available

get Exports Available


GET /ent/config/v0/hotels/{HotelId}/exportSchedules

Summary: fetch Export Schedules

fetch Export Schedules


PARAMETERS /ent/config/v0/hotels/{HotelId}/exportSchedules


GET /fof/config/v1/hotels/{HotelId}/ARAccountTypes

Summary: get AR Account Types

get AR Account Types


PARAMETERS /fof/config/v1/hotels/{HotelId}/ARAccountTypes


PUT /fof/config/v1/accountTypes

Summary: put AR Account Types

put AR Account Types


POST /fof/config/v1/accountTypes

Summary: post AR Account Types

post AR Account Types


DELETE /fof/config/v0/accountTypes

Summary: delete AR Account Types

delete AR Account Types


GET /fof/config/v0/flaggedReasons

Summary: get AR Flagged Reasons

get AR Flagged Reasons


DELETE /fof/config/v0/flaggedReasons

Summary: delete AR Flagged Reasons

delete AR Flagged Reasons


PUT /fof/config/v1/flaggedReasons

Summary: put AR Flagged Reasons

put AR Flagged Reasons


POST /fof/config/v1/flaggedReasons

Summary: post AR Flagged Reasons

post AR Flagged Reasons


GET /fof/config/v0/articles

Summary: Get Articles

Get Articles


PUT /fof/config/v1/articles

Summary: put Articles

put Articles


POST /fof/config/v1/articles

Summary: post Articles

post Articles


GET /fof/config/v0/authorizationConfigRules

Summary: get Authorization Config Rules

get Authorization Config Rules


PUT /fof/config/v1/authorizationConfigRule

Summary: put Authorization Config Rule

put Authorization Config Rule


POST /fof/config/v1/authorizationConfigRule

Summary: post Authorization Config Rule

post Authorization Config Rule


DELETE /fof/config/v0/authorizationConfigRule

Summary: delete Authorization Config Rule

delete Authorization Config Rule


GET /fof/config/v0/authorizerGroups

Summary: get Authorizer Groups

get Authorizer Groups


DELETE /fof/config/v0/authorizerGroups

Summary: delete Authorizer Groups

delete Authorizer Groups


PUT /fof/config/v1/authorizerGroups

Summary: put Authorizer Groups

put Authorizer Groups


POST /fof/config/v1/authorizerGroups

Summary: post Authorizer Groups

post Authorizer Groups


GET /fof/config/v0/autoFolioSettlementTypes

Summary: get Auto Folio Settlement Types

get Auto Folio Settlement Types


POST /fof/config/v1/autoFolioSettlementTypes

Summary: post Auto Folio Settlement Types

post Auto Folio Settlement Types


PUT /fof/config/v1/autoFolioSettlementTypes/{Code}

Summary: put Auto Folio Settlement Types

put Auto Folio Settlement Types


DELETE /fof/config/v1/autoFolioSettlementTypes/{Code}

Summary: delete Auto Folio Settlement Types

delete Auto Folio Settlement Types


PARAMETERS /fof/config/v1/autoFolioSettlementTypes/{Code}


GET /fof/config/v0/cashierDetails/cashiers

Summary: get Cashiers

get Cashiers


PUT /fof/config/v1/cashiers

Summary: put Cashiers

put Cashiers


POST /fof/config/v1/cashiers

Summary: post Cashiers

post Cashiers


GET /fof/config/v1/cashiers/nextAvailable

Summary: get Available Cashier Number

get Available Cashier Number


GET /fof/config/v0/hotels/{HotelId}/cashierShifts/dropLocations

Summary: get Cashier Shift Drop Locations

get Cashier Shift Drop Locations


PARAMETERS /fof/config/v0/hotels/{HotelId}/cashierShifts/dropLocations


POST /fof/config/v1/hotels/{HotelId}/cashierShifts/dropLocations

Summary: post Cashier Shift Drop Locations

post Cashier Shift Drop Locations


PARAMETERS /fof/config/v1/hotels/{HotelId}/cashierShifts/dropLocations


PUT /fof/config/v1/hotels/{HotelId}/cashierShifts/dropLocations/{DropLocationId}

Summary: change Cashier Shift Drop Locations

change Cashier Shift Drop Locations


DELETE /fof/config/v1/hotels/{HotelId}/cashierShifts/dropLocations/{DropLocationId}

Summary: remove Cashier Shift Drop Locations

remove Cashier Shift Drop Locations


PARAMETERS /fof/config/v1/hotels/{HotelId}/cashierShifts/dropLocations/{DropLocationId}


GET /fof/config/v0/hotels/{HotelId}/commissionCode/{CommissionCode}

Summary: get Commission Code

get Commission Code


PARAMETERS /fof/config/v0/hotels/{HotelId}/commissionCode/{CommissionCode}


GET /fof/config/v0/commissionCodes

Summary: get Commission Codes

get Commission Codes


DELETE /fof/config/v0/commissionCodes

Summary: delete Commission Codes

delete Commission Codes


PUT /fof/config/v1/commissionCodes

Summary: put Commission Codes

put Commission Codes


POST /fof/config/v1/commissionCodes

Summary: post Commission Codes

post Commission Codes


GET /fof/config/v0/hotels/{HotelId}/compBucket/redemption

Summary: get Comp Bucket Redemption Codes

First you can call getReservation operation to find the details which can then be used in the request parameters of this operation.


PARAMETERS /fof/config/v0/hotels/{HotelId}/compBucket/redemption


GET /fof/config/v0/configBankAccounts

Summary: get Config Bank Accounts

get Config Bank Accounts


DELETE /fof/config/v0/configBankAccounts

Summary: delete Config Bank Accounts

delete Config Bank Accounts


POST /fof/config/v1/configBankAccounts

Summary: post Config Bank Accounts

post Config Bank Accounts


GET /fof/config/v0/currencyExchangeServiceTaxes

Summary: get Currency Exchange Service Taxes

get Currency Exchange Service Taxes


DELETE /fof/config/v0/currencyExchangeServiceTaxes

Summary: delete Currency Exchange Service Taxes

delete Currency Exchange Service Taxes


GET /fof/config/v1/currencyExchangeServiceTaxes

Summary: get Currency Exchange Service Taxes

get Currency Exchange Service Taxes


PUT /fof/config/v1/currencyExchangeServiceTaxes

Summary: put Currency Exchange Service Taxes

put Currency Exchange Service Taxes


POST /fof/config/v1/currencyExchangeServiceTaxes

Summary: post Currency Exchange Service Taxes

post Currency Exchange Service Taxes


GET /fof/config/v0/customTaxTypes

Summary: get Custom Tax Types

get Custom Tax Types


POST /fof/config/v1/customTaxTypes

Summary: post Custom Tax Types

post Custom Tax Types


PUT /fof/config/v1/customTaxTypes/{TaxTypeCode}

Summary: change Custom Tax Types

change Custom Tax Types


DELETE /fof/config/v1/customTaxTypes/{TaxTypeCode}

Summary: remove Custom Tax Types

remove Custom Tax Types


PARAMETERS /fof/config/v1/customTaxTypes/{TaxTypeCode}


GET /fof/config/v0/dailyPlanCodes

Summary: get Daily Plan Codes

get Daily Plan Codes


PUT /fof/config/v1/dailyPlanCodes

Summary: put Daily Plan Codes

put Daily Plan Codes


GET /fof/config/v0/hotels/{HotelId}/exchangeRates

Summary: get Exchange Rates

Deprecated - please use getExchangeRatesInfo operation


PARAMETERS /fof/config/v0/hotels/{HotelId}/exchangeRates


PUT /fof/config/v1/exchangeRates/set

Summary: set Exchange Rates

set Exchange Rates


GET /fof/config/v0/expenseArrangementCodes

Summary: get Expense Arrangement Codes

get Expense Arrangement Codes


DELETE /fof/config/v0/expenseArrangementCodes

Summary: delete Expense Arrangement Codes

delete Expense Arrangement Codes


PUT /fof/config/v1/expenseArrangementCodes

Summary: put Expense Arrangement Codes

put Expense Arrangement Codes


POST /fof/config/v1/expenseArrangementCodes

Summary: post Expense Arrangement Codes

post Expense Arrangement Codes


PUT /fof/config/v1/fiscalFolioParameters

Summary: put Fiscal Folio Parameters

put Fiscal Folio Parameters


GET /fof/config/v0/fiscalFolioParameters

Summary: get Fiscal Folio Parameters

get Fiscal Folio Parameters


DELETE /fof/config/v0/fiscalFolioParameters

Summary: delete Fiscal Folio Parameters

delete Fiscal Folio Parameters


GET /fof/config/v0/fiscalGuestTypes

Summary: get Fiscal Guest Types

get Fiscal Guest Types


POST /fof/config/v1/fiscalGuestTypes

Summary: post Fiscal Guest Types

post Fiscal Guest Types


PUT /fof/config/v1/fiscalGuestTypes/{FiscalGuestTypeCode}

Summary: change Fiscal Guest Types

change Fiscal Guest Types


DELETE /fof/config/v1/fiscalGuestTypes/{FiscalGuestTypeCode}

Summary: remove Fiscal Guest Types

remove Fiscal Guest Types


PARAMETERS /fof/config/v1/fiscalGuestTypes/{FiscalGuestTypeCode}


GET /fof/config/v0/fiscalPeriods

Summary: get Fiscal Periods

get Fiscal Periods


DELETE /fof/config/v0/fiscalPeriods

Summary: delete Fiscal Periods

delete Fiscal Periods


PUT /fof/config/v1/fiscalPeriods

Summary: put Fiscal Periods

put Fiscal Periods


POST /fof/config/v1/fiscalPeriods

Summary: post Fiscal Periods

post Fiscal Periods


GET /fof/config/v0/fiscalYears

Summary: get Fiscal Years

get Fiscal Years


DELETE /fof/config/v0/fiscalYears

Summary: delete Fiscal Years

delete Fiscal Years


PUT /fof/config/v1/fiscalYears

Summary: put Fiscal Years

put Fiscal Years


POST /fof/config/v1/fiscalYears

Summary: post FiscalYears

post FiscalYears


GET /fof/config/v0/folioArrangementCodes

Summary: get Folio Arrangement Codes

get Folio Arrangement Codes


DELETE /fof/config/v0/folioArrangementCodes

Summary: delete Folio Arrangement Codes

delete Folio Arrangement Codes


PUT /fof/config/v1/folioArrangementCodes

Summary: put Folio Arrangement Codes

put Folio Arrangement Codes


POST /fof/config/v1/folioArrangementCodes

Summary: post Folio Arrangement Codes

post Folio Arrangement Codes


PUT /fof/config/v1/folioArrangementCodes/copy

Summary: Copy Folio Arrangement Codes

Copy Folio Arrangement Codes


GET /fof/config/v0/folioTypeLegendMappings

Summary: get Folio Type Legend Mappings Config

get Folio Type Legend Mappings Config


PUT /fof/config/v0/folioTypeLegendMappings

Summary: change Folio Type Legend Mappings Config

change Folio Type Legend Mappings Config


POST /fof/config/v1/folioTypeLegendMappings

Summary: create Folio Type Legend Mappings Config

create Folio Type Legend Mappings Config


GET /fof/config/v0/folioTypesConfig

Summary: get Folio Types Configuration

get Folio Types Configuration


DELETE /fof/config/v0/folioTypesConfig

Summary: delete Folio Types Configuration

delete Folio Types Configuration


PUT /fof/config/v1/folioTypesConfig

Summary: put Folio Types Configuration

put Folio Types Configuration


POST /fof/config/v1/folioTypesConfig

Summary: post Folio Types Configuration

post Folio Types Configuration


GET /fof/config/v0/foreignCurrencies

Summary: get Foreign Currencies

get Foreign Currencies


DELETE /fof/config/v0/foreignCurrencies

Summary: delete Foreign Currencies

delete Foreign Currencies


PUT /fof/config/v1/foreignCurrencies

Summary: put Foreign Currencies

put Foreign Currencies


POST /fof/config/v1/foreignCurrencies

Summary: post Foreign Currencies

post Foreign Currencies


GET /fof/config/v0/groupArrangementCodes

Summary: get Group Arrangement Codes

get Group Arrangement Codes


DELETE /fof/config/v0/groupArrangementCodes

Summary: delete Group Arrangement Codes

delete Group Arrangement Codes


PUT /fof/config/v1/groupArrangementCodes

Summary: put Group Arrangement Codes

put Group Arrangement Codes


POST /fof/config/v1/groupArrangementCodes

Summary: post Group Arrangement Codes

post Group Arrangement Codes


PUT /fof/config/v1/groupArrangementCodes/copy

Summary: Copy Group Arrangement Codes

Copy Group Arrangement Codes


GET /fof/config/v0/hotelAdjustmentCodes

Summary: get Adjustment Codes

get Adjustment Codes


DELETE /fof/config/v0/hotelAdjustmentCodes

Summary: delete Adjustment Codes

delete Adjustment Codes


PUT /fof/config/v1/hotelAdjustmentCodes

Summary: put Adjustment Codes

put Adjustment Codes


POST /fof/config/v1/hotelAdjustmentCodes

Summary: post Adjustment Codes

post Adjustment Codes


GET /fof/config/v0/hotelPaymentMethods

Summary: get Payment Methods

get Payment Methods


PUT /fof/config/v1/hotelPaymentMethods

Summary: put PaymentMethods

put PaymentMethods


POST /fof/config/v1/hotelPaymentMethods

Summary: post Payment Methods

The transaction code used in the request body for this operation must not be a transaction code associated with any other existing Payment Method. It also must be a payment type transaction code.


GET /fof/config/v0/hotelTaxTypes

Summary: get Hotel Tax Types

get Hotel Tax Types


DELETE /fof/config/v0/hotelTaxTypes

Summary: delete Hotel Tax Types

delete Hotel Tax Types


GET /fof/config/v1/hotelTaxTypes

Summary: get Tax Types

get Tax Types


PUT /fof/config/v1/hotelTaxTypes

Summary: put Hotel Tax Types

put Hotel Tax Types


POST /fof/config/v1/hotelTaxTypes

Summary: post Hotel Tax Types

post Hotel Tax Types


GET /fof/config/v0/noShowPostingRules

Summary: get noShow Posting Rules

get noShow Posting Rules


DELETE /fof/config/v0/noShowPostingRules

Summary: delete noShow Posting Rules

delete noShow Posting Rules


PUT /fof/config/v1/noShowPostingRules

Summary: put noShow Posting Rules

put noShow Posting Rules


POST /fof/config/v1/noShowPostingRules

Summary: post NoShow Posting Rules

post NoShow Posting Rules


GET /fof/config/v0/numberDescriptions

Summary: get Number Descriptions

get Number Descriptions


PUT /fof/config/v1/numberDescriptions

Summary: put Number Descriptions

put Number Descriptions


GET /fof/config/v0/packageArrangementCodes

Summary: get Package Arrangement Codes

get Package Arrangement Codes


PUT /fof/config/v1/packageArrangementCodes

Summary: put Package Arrangement Codes

put Package Arrangement Codes


POST /fof/config/v1/packageArrangementCodes

Summary: post Package Arrangement Codes

post Package Arrangement Codes


PUT /fof/config/v1/packageArrangementCodes/copy

Summary: copy Package Arrangement Codes

copy Package Arrangement Codes


GET /fof/config/v0/revenueBucketCodes

Summary: get Revenue Bucket Codes

get Revenue Bucket Codes


DELETE /fof/config/v0/revenueBucketCodes

Summary: delete Revenue Bucket Codes

delete Revenue Bucket Codes


GET /fof/config/v0/revenueBucketTypes

Summary: get Revenue Bucket Types

get Revenue Bucket Types


DELETE /fof/config/v0/revenueBucketTypes

Summary: delete Revenue Bucket Types

delete Revenue Bucket Types


PUT /fof/config/v1/revenueBucketTypes

Summary: put revenue Bucket Types

put revenue Bucket Types


POST /fof/config/v1/revenueBucketTypes

Summary: post revenue Bucket Types

post revenue Bucket Types


GET /fof/config/v0/revenueTypeMapping

Summary: get Revenue Type Mapping

get Revenue Type Mapping


DELETE /fof/config/v0/revenueTypeMapping

Summary: delete Revenue Type Mapping

delete Revenue Type Mapping


PUT /fof/config/v1/revenueTypeMapping

Summary: put Revenue Type Mapping

put Revenue Type Mapping


POST /fof/config/v1/revenueTypeMapping

Summary: post Revenue Type Mapping

post Revenue Type Mapping


GET /fof/config/v0/routingInstructions

Summary: get Routing Instructions

get Routing Instructions


DELETE /fof/config/v0/routingInstructions

Summary: delete Routing Instructions

delete Routing Instructions


PUT /fof/config/v1/routingInstructions

Summary: put Routing Instructions

put Routing Instructions


POST /fof/config/v1/routingInstructions

Summary: post Routing Instructions

post Routing Instructions


PUT /fof/config/v1/routingInstructions/copy

Summary: copy Routing Instructions

copy Routing Instructions


GET /fof/config/v0/stopProcessingReasons

Summary: get Stop Processing Reasons

get Stop Processing Reasons


DELETE /fof/config/v0/stopProcessingReasons

Summary: delete Stop Processing Reasons

delete Stop Processing Reasons


PUT /fof/config/v1/stopProcessingReasons

Summary: put Stop Processing Reasons

put Stop Processing Reasons


POST /fof/config/v1/stopProcessingReasons

Summary: post Stop Processing Reasons

post Stop Processing Reasons


GET /fof/config/v0/taxCategories

Summary: get Fetch Tax Category Codes

get Fetch Tax Category Codes


POST /fof/config/v1/taxCategories

Summary: post Tax Category Codes

post Tax Category Codes


PUT /fof/config/v1/taxCategories/{TaxCategoryCode}

Summary: put Tax Category Codes

put Tax Category Codes


DELETE /fof/config/v1/taxCategories/{TaxCategoryCode}

Summary: delete Tax Category Codes

delete Tax Category Codes


PARAMETERS /fof/config/v1/taxCategories/{TaxCategoryCode}


GET /fof/config/v0/taxOffices

Summary: get Tax Offices

get Tax Offices


POST /fof/config/v1/taxOffices

Summary: post Tax Offices

post Tax Offices


PUT /fof/config/v1/taxOffices/{TaxOfficeId}

Summary: change Tax Offices

change Tax Offices


DELETE /fof/config/v1/taxOffices/{TaxOfficeId}

Summary: remove Tax Offices

remove Tax Offices


PARAMETERS /fof/config/v1/taxOffices/{TaxOfficeId}


GET /fof/config/v0/hotels/{HotelId}/trackItActions

Summary: get Track It Actions(v0)

get Track It Actions(v0)


PARAMETERS /fof/config/v0/hotels/{HotelId}/trackItActions


POST /fof/config/v1/hotels/{HotelId}/trackItActions

Summary: post Track It Actions(v0)

post Track It Actions(v0)


PARAMETERS /fof/config/v1/hotels/{HotelId}/trackItActions


PUT /fof/config/v1/hotels/{HotelId}/trackItActions/{ActionCode}

Summary: change Track It Actions(v0)

change Track It Actions(v0)


DELETE /fof/config/v1/hotels/{HotelId}/trackItActions/{ActionCode}

Summary: remove Track It Actions(v0)

remove Track It Actions(v0)


PARAMETERS /fof/config/v1/hotels/{HotelId}/trackItActions/{ActionCode}


GET /fof/config/v1/hotels/{HotelId}/trackItLocations

Summary: get Track It Locations

get Track It Locations


POST /fof/config/v1/hotels/{HotelId}/trackItLocations

Summary: post Track It Locations v0)

post Track It Locations v0)


PARAMETERS /fof/config/v1/hotels/{HotelId}/trackItLocations


PUT /fof/config/v1/hotels/{HotelId}/trackItLocations/{LocationCode}

Summary: change Track It Locations

change Track It Locations


DELETE /fof/config/v1/hotels/{HotelId}/trackItLocations/{LocationCode}

Summary: remove Track It Locations

remove Track It Locations


PARAMETERS /fof/config/v1/hotels/{HotelId}/trackItLocations/{LocationCode}


GET /fof/config/v1/hotels/{HotelId}/trackItTypes

Summary: get Track It Types

get Track It Types


POST /fof/config/v1/hotels/{HotelId}/trackItTypes

Summary: post Track It Types v0)

post Track It Types v0)


PARAMETERS /fof/config/v1/hotels/{HotelId}/trackItTypes


PUT /fof/config/v1/hotels/{HotelId}/trackItTypes/{TypeCode}

Summary: change Track It Types

change Track It Types


DELETE /fof/config/v1/hotels/{HotelId}/trackItTypes/{TypeCode}

Summary: remove Track It Types

remove Track It Types


PARAMETERS /fof/config/v1/hotels/{HotelId}/trackItTypes/{TypeCode}


GET /fof/config/v0/cashierShifts/dropLocations

Summary: get Template Cashier Shift Drop Locations

Get Template Cashier Shift Drop Locations


POST /fof/config/v1/cashierShifts/dropLocations

Summary: post Template Cashier Shift Drop Locations

Get Template Cashier Shift Drop Locations


PUT /fof/config/v1/cashierShifts/dropLocations/{DropLocationId}

Summary: change Template Cashier Shift Drop Locations

Get Template Cashier Shift Drop Locations


DELETE /fof/config/v1/cashierShifts/dropLocations/{DropLocationId}

Summary: remove Template Cashier Shift Drop Locations

Get Template Cashier Shift Drop Locations


PARAMETERS /fof/config/v1/cashierShifts/dropLocations/{DropLocationId}


GET /fof/config/v0/templateTransactionCodes

Summary: get Template Transaction Codes

get Template Transaction Codes


DELETE /fof/config/v0/templateTransactionCodes

Summary: delete Template Transaction Codes

delete Template Transaction Codes


PUT /fof/config/v1/templateTransactionCodes

Summary: put Template Transaction Codes

put Template Transaction Codes


POST /fof/config/v1/templateTransactionCodes

Summary: post Template Transaction Codes

post Template Transaction Codes


GET /fof/config/v0/templateTransactionGroups

Summary: get Template Transaction Groups

get Template Transaction Groups


DELETE /fof/config/v0/templateTransactionGroups

Summary: delete Template Transaction Groups

delete Template Transaction Groups


PUT /fof/config/v1/templateTransactionGroups

Summary: put Template Transaction Groups

put Template Transaction Groups


GET /fof/config/v0/templateTransactionSubGroups

Summary: get Template Transaction SubGroups

get Template Transaction SubGroups


DELETE /fof/config/v0/templateTransactionSubGroups

Summary: delete Template Transaction SubGroups

delete Template Transaction SubGroups


PUT /fof/config/v1/templateTransactionSubGroups

Summary: put Template Transaction SubGroups

put Template Transaction SubGroups


POST /fof/config/v1/templateTransactionSubGroups

Summary: post Template Transaction SubGroups

post Template Transaction SubGroups


GET /fof/config/v0/transactionDiversionRules

Summary: get Transaction Diversion Rules

get Transaction Diversion Rules


PUT /fof/config/v1/transactionDiversionRules

Summary: put Transaction Diversion Rules

put Transaction Diversion Rules


POST /fof/config/v1/transactionDiversionRules

Summary: post Transaction Diversion Rules

post Transaction Diversion Rules


PUT /fof/config/v1/transactionDiversionRules/remove

Summary: remove Transaction Diversion Rules

remove Transaction Diversion Rules


GET /fof/config/v0/transactionGroups

Summary: get Transaction Groups

get Transaction Groups


DELETE /fof/config/v0/transactionGroups

Summary: delete Transaction Groups

delete Transaction Groups


PUT /fof/config/v1/transactionGroups

Summary: put Transaction Groups

put Transaction Groups


POST /fof/config/v1/transactionGroups

Summary: post Transaction Groups

post Transaction Groups


GET /fof/config/v0/transactionSubGroups

Summary: get Transaction Sub Groups

get Transaction Sub Groups


DELETE /fof/config/v0/transactionSubGroups

Summary: delete Transaction SubGroups

delete Transaction SubGroups


PUT /fof/config/v1/transactionSubGroups

Summary: put Transaction SubGroups

put Transaction SubGroups


POST /fof/config/v1/transactionSubGroups

Summary: post Transaction SubGroups

post Transaction SubGroups


PUT /fof/config/v1/transactionSubGroups/copy

Summary: copy Transaction Sub Groups

copy Transaction Sub Groups


GET /fof/config/v1/hotels/{HotelId}/transactionCodes/{TransactionCode}/chargeSimulations

Summary: calculate Posting

calculate Posting


PARAMETERS /fof/config/v1/hotels/{HotelId}/transactionCodes/{TransactionCode}/chargeSimulations


GET /fof/config/v0/fiscalRegions

Summary: get Fiscal Regions

get Fiscal Regions


GET /fof/config/v0/budgetForecast

Summary: get Budget Forecast

get Budget Forecast


GET /fof/config/v1/cardReaderDelimiters

Summary: get Card Reader Delimiters

Get Template Cashier Shift Drop Locations


GET /fof/config/v0/creditCards/readerDevices

Summary: get Credit Card Reader Devices

get Credit Card Reader Devices


GET /fof/config/v1/creditCardInfo

Summary: get Credit Card Info

First you can call getReservation operation to find the details which can then be used in the request parameters of this operation.


GET /fof/config/v0/hotels/{HotelId}/compAuthorizers

Summary: get Comp Authorizers

First you can call getReservation operation to find the details which can then be used in the request parameters of this operation.


PARAMETERS /fof/config/v0/hotels/{HotelId}/compAuthorizers


GET /fof/config/v0/hotels/{HotelId}/compTypes

Summary: get Comp Types

First you can call getReservation operation to find the details which can then be used in the request parameters of this operation.


PARAMETERS /fof/config/v0/hotels/{HotelId}/compTypes


GET /fof/config/v0/collectingAgentTaxes

Summary: get Collecting Agent Taxes

First you can call getReservation operation to find the details which can then be used in the request parameters of this operation.


GET /fof/config/v0/contractBillingInstructions

Summary: get Contract Billing Instructions

get Contract Billing Instructions


GET /fof/config/v0/defaultPaymentMethodRules

Summary: get Default Payment Method Rule

get Default Payment Method Rule


GET /fof/config/v0/exchangeRates

Summary: get Exchange Rates Info

Deprecated - please use getExchangeRatesInfo operation


GET /fof/config/v0/folioPrintQueues

Summary: get Folio Print Queues

get Folio Print Queues


GET /fof/config/v1/hotels/{HotelId}/exchangeRates/{CurrencyCode}

Summary: get Future Past Exchange Rates

get Future Past Exchange Rates


PARAMETERS /fof/config/v1/hotels/{HotelId}/exchangeRates/{CurrencyCode}


GET /fof/config/v0/guiNumberRules

Summary: get GUI Number Rules

get GUI Number Rules


GET /fof/config/v0/taxBrackets

Summary: get Tax Brackets

get Tax Brackets


GET /fof/config/v0/transactionArrangementCodes

Summary: get Transaction Arrangement Codes

get Transaction Arrangement Codes


GET /fof/config/v1/hotels/{HotelId}/transactionCodeAccessRoles

Summary: get Transaction Code Access Roles

get Transaction Code Access Roles


PARAMETERS /fof/config/v1/hotels/{HotelId}/transactionCodeAccessRoles


GET /fof/config/v0/transactionCodes

Summary: get Transaction Codes

get Transaction Codes


GET /fof/config/v0/hotels/{HotelId}/transactionCodes/{TransactionCode}/hotelTransactionCode

Summary: get Transaction Code

get Transaction Code


PARAMETERS /fof/config/v0/hotels/{HotelId}/transactionCodes/{TransactionCode}/hotelTransactionCode


GET /fof/config/v0/creditCardTypes/validate

Summary: validate Credit Card Type

validate Credit Card Type


POST /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/checkIns

Summary: post CheckIn

post CheckIn


DELETE /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/checkIns

Summary: delete CheckIn

delete CheckIn


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/checkIns


POST /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/advanceCheckIns

Summary: post Advance CheckIn

To request room keys through PMS from the integrated door lock system.

NB - This operation will only work in the scenario the property has an interface with a door lock system.


DELETE /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/advanceCheckIns

Summary: delete Advance CheckIn

delete Advance CheckIn


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/advanceCheckIns


GET /fof/v1/hotels/{HotelId}/dailyDocket

Summary: get Daily Docket

get Daily Docket


PUT /fof/v1/hotels/{HotelId}/dailyDocket

Summary: put Daily Docket

put Daily Docket


POST /fof/v1/hotels/{HotelId}/dailyDocket

Summary: post Daily Docket

post Daily Docket


PARAMETERS /fof/v1/hotels/{HotelId}/dailyDocket


DELETE /fof/v1/hotels/{HotelId}/dailyDocket/{DocketId}

Summary: delete Daily Docket

delete Daily Docket


PARAMETERS /fof/v1/hotels/{HotelId}/dailyDocket/{DocketId}


GET /fof/v1/hotels/{HotelId}/frontOfficeStatistics/{StatisticsCode}

Summary: get Front Office Statistics

StatisticsCode} variable should be CheckIns


PARAMETERS /fof/v1/hotels/{HotelId}/frontOfficeStatistics/{StatisticsCode}


GET /fof/v1/hotels/{HotelId}/frontOfficeStatistics/CheckIns

Summary: getFrontOfficeStatistics Checkins

getFrontOfficeStatistics Checkins


PARAMETERS /fof/v1/hotels/{HotelId}/frontOfficeStatistics/CheckIns


GET /fof/v1/hotels/{HotelId}/frontOfficeStatistics/CheckOuts

Summary: getFrontOfficeStatistics departure

getFrontOfficeStatistics departure


PARAMETERS /fof/v1/hotels/{HotelId}/frontOfficeStatistics/CheckOuts


GET /fof/v1/hotels/{HotelId}/frontOfficeStatistics/ReservationActivityDaily

Summary: getFrontOfficeStatistics ReservationActivityDaily

getFrontOfficeStatistics ReservationActivityDaily


PARAMETERS /fof/v1/hotels/{HotelId}/frontOfficeStatistics/ReservationActivityDaily


GET /fof/v1/hotels/{HotelId}/frontOfficeStatistics/DailyProjection

Summary: getFrontOfficeStatistics DailyProjection

getFrontOfficeStatistics DailyProjection


PARAMETERS /fof/v1/hotels/{HotelId}/frontOfficeStatistics/DailyProjection


GET /fof/v1//hotels/{HotelId}/frontOfficeStatistics/ReservationStatistics

Summary: getFrontOfficeStatistics ReservationStatistics

getFrontOfficeStatistics ReservationStatistics


PARAMETERS /fof/v1//hotels/{HotelId}/frontOfficeStatistics/ReservationStatistics


GET /fof/v1/hotels/{HotelId}/queueReservationsStatistics

Summary: get Reservation Queue Statistics

get Reservation Queue Statistics


PARAMETERS /fof/v1/hotels/{HotelId}/queueReservationsStatistics


GET /fof/v1/hotels/{HotelId}/queuedReservations

Summary: get Reservation in Queue

get Reservation in Queue


PARAMETERS /fof/v1/hotels/{HotelId}/queuedReservations


PUT /fof/v1/hotels/{HotelId}/queuedReservations/{ReservationId}

Summary: add Reservation To Queue

add Reservation To Queue


DELETE /fof/v1/hotels/{HotelId}/queuedReservations/{ReservationId}

Summary: delete Reservation From Queue

delete Reservation From Queue


PARAMETERS /fof/v1/hotels/{HotelId}/queuedReservations/{ReservationId}


PUT /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/priority

Summary: put Reservation Queue Priority

To fetch rooms from OPERA


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/priority


GET /fof/v1/hotels/{HotelId}/serviceRequests

Summary: get Service Requests

Use this API to add/assign a room number to a guests reservation. This is required before they can check into the property.


PUT /fof/v1/hotels/{HotelId}/serviceRequests

Summary: put Service Requests

Use this operation and request body to complete a service request.


POST /fof/v1/hotels/{HotelId}/serviceRequests

Summary: post Service Requests

post Service Requests


PARAMETERS /fof/v1/hotels/{HotelId}/serviceRequests


DELETE /fof/v1/hotels/{HotelId}/serviceRequests/{ServiceRequestId}

Summary: delete Service Requests

delete Service Requests


PARAMETERS /fof/v1/hotels/{HotelId}/serviceRequests/{ServiceRequestId}


GET /fof/v1/hotels/{HotelId}/wakeUpCalls

Summary: get wake Up Calls

get wake Up Calls


POST /fof/v1/hotels/{HotelId}/wakeUpCalls

Summary: post Wake Up Calls

post Wake Up Calls


PARAMETERS /fof/v1/hotels/{HotelId}/wakeUpCalls


GET /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/wakeUpCalls

Summary: get Wake Up Call

get Wake Up Call


PUT /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/wakeUpCalls

Summary: put Wake Up Call

put Wake Up Call


POST /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/wakeUpCalls

Summary: post Wake Up Call

post Wake Up Call


DELETE /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/wakeUpCalls

Summary: delete Wake Up Calls

delete Wake Up Calls


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/wakeUpCalls


GET /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/roomKeys

Summary: get Room Keys

To fetch any existing room key data for a reservation


POST /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/roomKeys

Summary: post Room Key

To request room keys through PMS from the integrated door lock system.

NB - This operation will only work in the scenario the property has an interface with a door lock system.


DELETE /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/roomKeys

Summary: delete Room Key

delete Room Key


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/roomKeys


GET /fof/v1/hotels/{HotelId}/roomKeysDetails

Summary: read Room Key

read Room Key


PARAMETERS /fof/v1/hotels/{HotelId}/roomKeysDetails


GET /fof/v1/hotels/{HotelId}/keyInterfaces

Summary: get Room Key Interface Details

get Room Key Interface Details


PARAMETERS /fof/v1/hotels/{HotelId}/keyInterfaces


GET /fof/v1/hotels/{HotelId}/floorPlans

Summary: get Floor Plans

get Floor Plans


PARAMETERS /fof/v1/hotels/{HotelId}/floorPlans


GET /fof/v1/hotels/{HotelId}/fulfillmentActivityLogs

Summary: get Fulfillment Activity Log

get Fulfillment Activity Log


PARAMETERS /fof/v1/hotels/{HotelId}/fulfillmentActivityLogs


GET /fof/v1/hotels/{HotelId}/rooms

Summary: get Hotel Rooms

To fetch rooms from OPERA


PARAMETERS /fof/v1/hotels/{HotelId}/rooms


GET /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/linked

Summary: get Linked Reservations

To fetch rooms from OPERA


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/linked


GET /fof/v1/hotels/{HotelId}/billingReservations

Summary: get Reservations For Billing

get Reservations For Billing


PARAMETERS /fof/v1/hotels/{HotelId}/billingReservations


GET /fof/v1/hotels/{HotelId}/reservationStatusStatistics

Summary: get Reservation Status Statistics

get Reservation Status Statistics


PARAMETERS /fof/v1/hotels/{HotelId}/reservationStatusStatistics


GET /fof/v1/hotels/{HotelId}/reservationSummaries

Summary: get Reservation Summaries

get Reservation Summaries


PARAMETERS /fof/v1/hotels/{HotelId}/reservationSummaries


GET /fof/v1/hotels/{HotelId}/authorizationReservations

Summary: get Resv For Batch CC Auth

get Resv For Batch CC Auth


PARAMETERS /fof/v1/hotels/{HotelId}/authorizationReservations


GET /fof/v1/hotels/{HotelId}/interfaces/{InterfaceId}/roomStatuses

Summary: get Room Interface Status

get Room Interface Status


PARAMETERS /fof/v1/hotels/{HotelId}/interfaces/{InterfaceId}/roomStatuses


GET /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/roomMoveHistory

Summary: get Room Move History

get Room Move History


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/roomMoveHistory


GET /fof/v1/hotels/{HotelId}/houseKeepingStatistics

Summary: get Task Sheet Statistics

get Housekeeping Statistics


PARAMETERS /fof/v1/hotels/{HotelId}/houseKeepingStatistics


GET /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/verifyCheckIns

Summary: verify Checkin Reservation

verify Checkin Reservation


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/verifyCheckIns


POST /fof/v1/hotels/{HotelId}/reservations/autoRoomAssignments

Summary: auto Assign Room

auto Assign Room


DELETE /fof/v1/hotels/{HotelId}/reservations/autoRoomAssignments

Summary: auto UnAssign Room

The target room is in the path and the original room is in the body


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/autoRoomAssignments


POST /fof/v1/hotels/{HotelId}/rooms/onHold

Summary: place Rooms On Hold

To request room keys through PMS from the integrated door lock system.

NB - This operation will only work in the scenario the property has an interface with a door lock system.


PARAMETERS /fof/v1/hotels/{HotelId}/rooms/onHold


POST /fof/v1/hotels/{HotelId}/reservations/massCheckIns

Summary: post Mass CheckIn

The target room is in the path and the original room is in the body


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/massCheckIns


POST /fof/v1/hotels/{HotelId}/reservations/massAdvanceCheckIns

Summary: post Mass Advance CheckIn

The target room is in the path and the original room is in the body


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/massAdvanceCheckIns


POST /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/roomAssignments

Summary: post Room Assignment

Use this API to add/assign a room number to a guests reservation. This is required before they can check into the property.


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/roomAssignments


PUT /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/rooms

Summary: delete Assign Room

delete Assign Room


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/rooms


PUT /fof/v1/hotels/{HotelId}/reservations/1201532/textMessages/{MessageType}

Summary: deliver Queue Rooms Text Message

The target room is in the path and the original room is in the body


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/1201532/textMessages/{MessageType}


PUT /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/rooms/{RoomId}/roomMoves

Summary: move In House Guest

The target room is in the path and the original room is in the body


PARAMETERS /fof/v1/hotels/{HotelId}/reservations/{ReservationId}/rooms/{RoomId}/roomMoves


PUT /fof/v1/hotels/{HotelId}/batchReservationAuthorizations

Summary: process Batch CC Auth

It is expected the external system would do a get authorizationReservations first and have all the reservations that need authorizing. And with that data populate this put operation.


PARAMETERS /fof/v1/hotels/{HotelId}/batchReservationAuthorizations


PUT /hsk/v1/hotels/{HotelId}/reservations/{ReservationId}/houseKeepingNotes

Summary: set Guest Housekeeping Notes

set Guest Housekeeping Notes


PARAMETERS /hsk/v1/hotels/{HotelId}/reservations/{ReservationId}/houseKeepingNotes


GET /hsk/v1/hotels/{HotelId}/attendants/houseKeepingTasks

Summary: get Housekeeping Attendants Schedule

get Housekeeping Attendants Schedule


DELETE /hsk/v1/hotels/{HotelId}/attendants/houseKeepingTasks

Summary: delete Housekeeping Attendants Schedule

delete Housekeeping Attendants Schedule


PARAMETERS /hsk/v1/hotels/{HotelId}/attendants/houseKeepingTasks


POST /hsk/v1/hotels/{HotelId}/schedules/houseKeepingTasks

Summary: post Housekeeping Attendant Schedule

post Housekeeping Attendant Schedule


PARAMETERS /hsk/v1/hotels/{HotelId}/schedules/houseKeepingTasks


GET /hsk/v1/hotels/{HotelId}/housekeepingOverview

Summary: get Housekeeping Overview

get Housekeeping Overview


PARAMETERS /hsk/v1/hotels/{HotelId}/housekeepingOverview


PUT /hsk/v1/hotels/{HotelId}/rooms/status

Summary: put Room Related Status

put Room Related Status


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/status


GET /hsk/v1/hotels/{HotelId}/rooms/outOfOrderRooms

Summary: get OutOfOrder Rooms

get OutOfOrder Rooms


PUT /hsk/v1/hotels/{HotelId}/rooms/outOfOrderRooms

Summary: complete OutOfOrder Rooms

complete OutOfOrder Rooms


POST /hsk/v1/hotels/{HotelId}/rooms/outOfOrderRooms

Summary: post OutOfOrder Rooms

post OutOfOrder Rooms


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/outOfOrderRooms


GET /hsk/v1/hotels/{HotelId}/rooms/outOfServiceRooms

Summary: get OutOfService Rooms

get OutOfService Rooms


PUT /hsk/v1/hotels/{HotelId}/rooms/outOfServiceRooms

Summary: complete OutOfService Rooms

complete OutOfService Rooms


POST /hsk/v1/hotels/{HotelId}/rooms/outOfServiceRooms

Summary: post OutOfService Rooms

post OutOfService Rooms


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/outOfServiceRooms


GET /hsk/v1/hotels/{HotelId}/rooms/maintenances

Summary: get Room Maintenance

get Room Maintenance


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/maintenances


POST /hsk/v1/hotels/{HotelId}/rooms/maintenanceCodes/{MaintenanceCode}

Summary: post Room Maintenance

Use this API to create a maintenances for a specific room - such as Air Conditioning needs fixing. You can find the available Room maintenance codes from the operation in ListOfValues module - LOV getMaintenanceCodes.


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/maintenanceCodes/{MaintenanceCode}


PUT /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/maintenances/{maintenanceId}

Summary: put Room Maintenance

Use this API to change the maintenances for rooms. Use get Room Maintenance operation to find the Room MaintenanceId for this request.


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/maintenances/{maintenanceId}


PUT /hsk/v1/hotels/{HotelId}/maintenances/{MainteananceId}/resolve

Summary: resolve Room Maintenance

use this operation to mark a Room Maintenance as resolved. You will find the RoomMaintenanceId for the body of this request, from the get request - getRoomMaintenances.


PARAMETERS /hsk/v1/hotels/{HotelId}/maintenances/{MainteananceId}/resolve


DELETE /hsk/v1/hotels/{HotelId}/maintenances/{MainteananceId}

Summary: delete Room Maintenance

delete Room Maintenance


PARAMETERS /hsk/v1/hotels/{HotelId}/maintenances/{MainteananceId}


PUT /hsk/v1/hotels/{HotelId}/maintenances/{MainteananceId}/unResolve

Summary: unresolve Room Maintenance

Use this operation to mark a Room Maintenance as unresolved.


PARAMETERS /hsk/v1/hotels/{HotelId}/maintenances/{MainteananceId}/unResolve


PUT /hsk/v1/hotels/{HotelId}/taskSheets/{TaskSheetNumber}/start

Summary: start Service Break

start Service Break


PARAMETERS /hsk/v1/hotels/{HotelId}/taskSheets/{TaskSheetNumber}/start


PUT /hsk/v1/hotels/{HotelId}/taskSheets/{TaskSheetNumber}/end

Summary: end Service Break

end Service Break


PARAMETERS /hsk/v1/hotels/{HotelId}/taskSheets/{TaskSheetNumber}/end


PUT /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/sheets/{SheetNumber}/start

Summary: start Servicing Task Room

start Servicing Task Room


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/sheets/{SheetNumber}/start


PUT /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/sheets/{SheetNumber}/complete

Summary: complete Servicing Task Room

complete Servicing Task Room


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/sheets/{SheetNumber}/complete


PUT /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/sheets/{SheetNumber}

Summary: cancel Servicing Task Room

cancel Servicing Task Room


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/sheets/{SheetNumber}


PUT /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/sheets/{SheetNumber}/skip

Summary: skip Servicing Task Room

skip Servicing Task Room


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/sheets/{SheetNumber}/skip


PUT /hsk/v1/hotels/{HotelId}/moveTaskRooms

Summary: move Task Rooms

move Task Rooms


PARAMETERS /hsk/v1/hotels/{HotelId}/moveTaskRooms


POST /hsk/v1/hotels/{HotelId}/autoTaskSheets

Summary: auto Generate Task Sheets

auto Generate Task Sheets


PARAMETERS /hsk/v1/hotels/{HotelId}/autoTaskSheets


POST /hsk/v1/hotels/{HotelId}/taskSheets/{toTaskSequenceNo}/merge

Summary: merge Task Sheet

merge Task Sheet


PARAMETERS /hsk/v1/hotels/{HotelId}/taskSheets/{toTaskSequenceNo}/merge


PUT /hsk/v1/hotels/{HotelId}/taskSheets

Summary: put Task Sheet

put Task Sheet


POST /hsk/v1/hotels/{HotelId}/taskSheets

Summary: post Task Sheet

post Task Sheet


DELETE /hsk/v1/hotels/{HotelId}/taskSheets

Summary: delete Task Sheet

delete Task Sheet


PARAMETERS /hsk/v1/hotels/{HotelId}/taskSheets


PUT /hsk/v1/hotels/{HotelId}/taskSheets/{SheetNumber}/lock

Summary: lock Task Sheet

Use getHouseKeepingTasks to find the Task sequence No for the body of this request.


PARAMETERS /hsk/v1/hotels/{HotelId}/taskSheets/{SheetNumber}/lock


PUT /hsk/v1/hotels/{HotelId}/taskSheets/rooms

Summary: put Task Sheet Rooms

put Task Sheet Rooms


DELETE /hsk/v1/hotels/{HotelId}/taskSheets/rooms

Summary: delete Task Sheet Rooms

Use getHouseKeepingTasks to find the Task sequence No for the body of this request.


PARAMETERS /hsk/v1/hotels/{HotelId}/taskSheets/rooms


PUT /hsk/v1/hotels/{HotelId}/taskSheets/{SheetNumber}/unlock

Summary: unlock Task Sheet

Use getHouseKeepingTasks to find the Task sequence No for the body of this request.


PARAMETERS /hsk/v1/hotels/{HotelId}/taskSheets/{SheetNumber}/unlock


GET /hsk/v1/hotels/{HotelId}/taskSheetTemplates

Summary: get Task Sheet Template

get Task Sheet Template


PARAMETERS /hsk/v1/hotels/{HotelId}/taskSheetTemplates


DELETE /hsk/v1/hotels/{HotelId}/taskSheetTemplates/{TaskSheetTemplateCode}

Summary: delete Task Sheet Template

delete Task Sheet Template


PARAMETERS /hsk/v1/hotels/{HotelId}/taskSheetTemplates/{TaskSheetTemplateCode}


PUT /hsk/v1/hotels/{HotelId}/reservations/{ReservationId}/houseKeepingTaskSchedules/reset

Summary: reset Reservation Housekeeping Schedule

reset Reservation Housekeeping Schedule


PARAMETERS /hsk/v1/hotels/{HotelId}/reservations/{ReservationId}/houseKeepingTaskSchedules/reset


PUT /hsk/v1/hotels/{HotelId}/reservations/{ReservationId}/houseKeepingTaskSchedules/shift

Summary: shift Reservation Housekeeping Schedule

shift Reservation Housekeeping Schedule


PARAMETERS /hsk/v1/hotels/{HotelId}/reservations/{ReservationId}/houseKeepingTaskSchedules/shift


PUT /hsk/v1/hotels/{HotelId}/reservations/{ReservationId}/houseKeepingTaskSchedules

Summary: edit Reservation Housekeeping Tasks

edit Reservation Housekeeping Tasks


POST /hsk/v1/hotels/{HotelId}/reservations/{ReservationId}/houseKeepingTaskSchedules

Summary: post Reservation Housekeeping Tasks

post Reservation Housekeeping Tasks


DELETE /hsk/v1/hotels/{HotelId}/reservations/{ReservationId}/houseKeepingTaskSchedules

Summary: delete Reservation Housekeeping Tasks

delete Reservation Housekeeping Tasks


PARAMETERS /hsk/v1/hotels/{HotelId}/reservations/{ReservationId}/houseKeepingTaskSchedules


GET /hsk/v1/hotels/{HotelId}/housekeepingDiscrepancies

Summary: get Housekeeping Discrepancies

get Housekeeping Discrepancies


PARAMETERS /hsk/v1/hotels/{HotelId}/housekeepingDiscrepancies


GET /hsk/v1/hotels/{HotelId}/houseKeepingtasks

Summary: get HouseKeeping Tasks

get HouseKeeping Tasks


PARAMETERS /hsk/v1/hotels/{HotelId}/houseKeepingtasks


GET /hsk/v1/hotels/{HotelId}/forecastTaskSchedules

Summary: get Facility Forecast

get Facility Forecast


PARAMETERS /hsk/v1/hotels/{HotelId}/forecastTaskSchedules


GET /hsk/v1/hotels/{HotelId}/conditions

Summary: get Room Conditions

get Room Conditions


PARAMETERS /hsk/v1/hotels/{HotelId}/conditions


GET /hsk/v1/hotels/{HotelId}/sheets/{SheetNumber}

Summary: get Task Companion

get Task Companion


PARAMETERS /hsk/v1/hotels/{HotelId}/sheets/{SheetNumber}


PUT /hsk/v1/hotels/{HotelId}/serviceRequests

Summary: set Guest Housekeeping Service Request

set Guest Housekeeping Service Request


PARAMETERS /hsk/v1/hotels/{HotelId}/serviceRequests


PUT /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/cleaningPriority

Summary: set Room Cleaning Priority

Use getHouseKeepingTasks to find the Task sequence No for the body of this request.


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/{RoomId}/cleaningPriority


DELETE /hsk/v1/hotels/{HotelId}/rooms/cleaningPriority

Summary: put Room Cleaning Priority

Use getHouseKeepingTasks to find the Task sequence No for the body of this request.


PARAMETERS /hsk/v1/hotels/{HotelId}/rooms/cleaningPriority


GET /int/v1/externalSystem/{ExtSystemCode}/hotels/{HotelId}/businessEvents

Summary: get Business events

FetchBusinessEvents - to fetch business events from OPERA


PARAMETERS /int/v1/externalSystem/{ExtSystemCode}/hotels/{HotelId}/businessEvents


GET /int/v1/externalSystem/{ExtSystemCode}/businessEvents

Summary: get Business events By External System

FetchBusinessEvents - to fetch business events from OPERA


PARAMETERS /int/v1/externalSystem/{ExtSystemCode}/businessEvents


GET /int/config/v1/deliveryMethods

Summary: get Delivery Methods

get Delivery Methods


GET /int/config/v1/interfaces/{InterfaceId}/databases/{DatabaseId}}}/availableResorts

Summary: get External Database Available Properties

get External Database Available Properties


PARAMETERS /int/config/v1/interfaces/{InterfaceId}/databases/{DatabaseId}}}/availableResorts


GET /int/config/v1/hotelInterfaceTypes

Summary: get Hotel Interfaces

Get the configured Property Interfaces, such as PBX, Video, and Door Lock Systems, for the Hotel.


GET /int/config/v1/interfaceRights

Summary: Get Interface Rights

Get the configured Interface Rights that define the control options for the requested Property Interface. Such as bar, unbar, on, and off.


GET /int/config/v1/externalSystems/{ExternalSystemCode}/hotels/{HotelId}/publishers

Summary: get Publishers

get Publishers


DELETE /int/config/v1/externalSystems/{ExternalSystemCode}/hotels/{HotelId}/publishers

Summary: delete Publisher

delete Publisher


PARAMETERS /int/config/v1/externalSystems/{ExternalSystemCode}/hotels/{HotelId}/publishers


GET /int/config/v1/deviceLocations

Summary: Get Template Device Locations

Get the configured template device locations.


GET /int/config/v1/udfMappings

Summary: get UDF Mappings

get UDF Mappings


GET /inv/v1/hotels/{HotelId}/inventoryStatistics

Summary: get Inventory Statistics

get Inventory Statistics


PARAMETERS /inv/v1/hotels/{HotelId}/inventoryStatistics


GET /inv/v0/hotels/{HotelId}/itemInventory

Summary: get Item Inventory

This will fetch a hotel’s Item inventory for a specified date range that you can provided in the request.


PARAMETERS /inv/v0/hotels/{HotelId}/itemInventory


POST /inv/v1/hotels/{HotelId}/itemInventoryHold

Summary: post Hold Item Inventory

post Hold Item Inventory


PARAMETERS /inv/v1/hotels/{HotelId}/itemInventoryHold


PUT /inv/v1/releasedItemInventory

Summary: put Hold Items Inventory

This API will release item inventory that has been held.


GET /inv/v0/hotels/{HotelId}/blockInventoryStatistics

Summary: get Block Inventory Statistics

You can use this API to retrieve Block inventory for a specified hotel. Narrow down your results using the query parameters available.


PARAMETERS /inv/v0/hotels/{HotelId}/blockInventoryStatistics


GET /inv/v1/hotels/{HotelId}/hotelInventory

Summary: get Hotel Inventory

get Hotel Inventory


PARAMETERS /inv/v1/hotels/{HotelId}/hotelInventory


PUT /inv/v1/hotels/{HotelId}/sellLimits

Summary: change Sell Limit

You can use this API to create sell limits in OPERA by date.


PARAMETERS /inv/v1/hotels/{HotelId}/sellLimits


PUT /inv/v1/hotels/{HotelId}/sellLimitsByDateRange

Summary: change Sell Limit By Date Range

You can use this API to create sell limits in OPERA by date range.


PARAMETERS /inv/v1/hotels/{HotelId}/sellLimitsByDateRange


GET /lms/v1/activityLocations

Summary: get Activity Locations

get Activity Locations


POST /lms/v1/activityLocations

Summary: post Activity Locations

post Activity Locations


PUT /lms/v1/activityLocations/{ActivityLocationsId}

Summary: put Activity Locations

put Activity Locations


PARAMETERS /lms/v1/activityLocations/{ActivityLocationsId}


DELETE /lms/v0/activityLocations/{ActivityLocationsId}

Summary: delete Activity Locations

delete Activity Locations


PARAMETERS /lms/v0/activityLocations/{ActivityLocationsId}


GET /lms/v1/activityStatusCodes

Summary: get Activity Status Codes

get Activity Status Codes


POST /lms/v1/activityStatusCodes

Summary: post Activity Status Code

post Activity Status Code


PUT /lms/v1/activityStatusCodes/{ActivityStatusCodesId}

Summary: put Activity Status Codes

put Activity Status Codes


PARAMETERS /lms/v1/activityStatusCodes/{ActivityStatusCodesId}


DELETE /lms/v0/activityStatusCodes/{ActivityStatusCodesId}

Summary: delete Activity Status Codes

delete Activity Status Codes


PARAMETERS /lms/v0/activityStatusCodes/{ActivityStatusCodesId}


GET /lms/v1/activityTypes

Summary: get Activity Types

get Activity Types


POST /lms/v1/activityTypes

Summary: post Activity Types

post Activity Types


PUT /lms/v1/activityTypes/{ActivityTypesId}

Summary: put Activity Types

put Activity Types


PARAMETERS /lms/v1/activityTypes/{ActivityTypesId}


DELETE /lms/v0/activityTypes/{ActivityTypesId}

Summary: delete Activity Types

delete Activity Types


PARAMETERS /lms/v0/activityTypes/{ActivityTypesId}


GET /lms/v1/hotels/{HotelId}/activityBookings

Summary: get Activity Bookings

get Activity Bookings


PARAMETERS /lms/v1/hotels/{HotelId}/activityBookings


PUT /lms/v1/hotels/{HotelId}/reservations/{ReservationId}/activityBookings

Summary: put Activity Bookings

put Activity Bookings


POST /lms/v1/hotels/{HotelId}/reservations/{ReservationId}/activityBookings

Summary: post Activity Bookings

post Activity Bookings


DELETE /lms/v1/hotels/{HotelId}/reservations/{ReservationId}/activityBookings

Summary: delete Activity Bookings

delete Activity Bookings


PARAMETERS /lms/v1/hotels/{HotelId}/reservations/{ReservationId}/activityBookings


POST /lms/v1/hotels/{HotelId}/reservations/{ReservationId}/locationNotifications

Summary: post Location Notification

post Location Notification


PARAMETERS /lms/v1/hotels/{HotelId}/reservations/{ReservationId}/locationNotifications


GET /lov/v1/listOfValues/hotels/{HotelId}/upsellDefaultTrxCode

Summary: get Upsell Default Trx Code LOV

get Upsell Default Trx Code LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/upsellDefaultTrxCode


GET /lov/v1/listOfValues/hotels/{HotelId}/upsellHierarchyLevels

Summary: get Upsell Hierarchy Levels LOV

get Upsell Hierarchy Levels LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/upsellHierarchyLevels


GET /lov/v1/listOfValues/hotels/{HotelId}/upsellRoomClassView

Summary: get Upsell Room Class View LOV

get Upsell Room Class View LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/upsellRoomClassView


GET /lov/v1/listOfValues/hotels/{HotelId}/upsellRoomTypeView

Summary: get Upsell Room Type View LOV

get Upsell Room Type View LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/upsellRoomTypeView


GET /lov/v1/listOfValues/hotels/{HotelId}/fromRoomTypeLabel/SUP/upsellToRoomTypeEdit

Summary: get Upsell Room Type Edit LOV

get Upsell Room Type Edit LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/fromRoomTypeLabel/SUP/upsellToRoomTypeEdit


GET /lov/v1/listOfValues/hotels/{HotelId}/upsellRateCodes

Summary: get Upsell Rate Codes LOV

get Upsell Rate Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/upsellRateCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/upsellRateCategoriesEdit

Summary: get Upsell Rate Categories Edit LOV

get Upsell Rate Categories Edit LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/upsellRateCategoriesEdit


GET /lov/v1/listOfValues/hotels/{HotelId}/upsellRule

Summary: get Upsell Rule LOV

get Upsell Rule LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/upsellRule


GET /lov/v1/listOfValues/hotels/{HotelId}/upsellFromRoomClassEdit

Summary: get Upsell From Room Class Edit LOV

get Upsell From Room Class Edit LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/upsellFromRoomClassEdit


GET /lov/v1/listOfValues/hotels/{HotelId}/upsellFromRoomTypeEdit

Summary: get Upsell From Room Type Edit LOV

get Upsell From Room Type Edit LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/upsellFromRoomTypeEdit


GET /lov/v1/listOfValues/hotels/{HotelId}/fromRoomClass/{FromRoomClass}/upsellToRoomClassEdit

Summary: get Upsell To Room Class Edit LOV

get Upsell To Room Class Edit LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/fromRoomClass/{FromRoomClass}/upsellToRoomClassEdit


GET /lov/v1/listOfValues/hotels/{HotelId}/fromRoomTypeLabel/{FromRoomTypeLabel}/upsellToRoomTypeEdit

Summary: get Upsell To Room Type Edit LOV

get Upsell To Room Type Edit LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/fromRoomTypeLabel/{FromRoomTypeLabel}/upsellToRoomTypeEdit


GET /lov/v1/listOfValues/hotels/{HotelId}/upsellTrxCodes

Summary: get Upsell Trx Codes LOV

get Upsell Trx Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/upsellTrxCodes


GET /lov/v1/listOfValues/membershipType/{MembershipType}/upsellMembershipLevelsOnly

Summary: get Upsell Membership Levels Only LOV

get Upsell Membership Levels Only LOV


PARAMETERS /lov/v1/listOfValues/membershipType/{MembershipType}/upsellMembershipLevelsOnly


GET /lov/v1/listOfValues/hotels/{HotelId}/activities

Summary: get Activities LOV

get Activities LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/activities


GET /lov/v1/listOfValues/hotels/{HotelId}/activityLocations

Summary: get Activity Locations LOV

get Activity Locations LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/activityLocations


GET /lov/v1/listOfValues/hotels/{HotelId}/activityStatus

Summary: get Activity Status LOV

get Activity Status LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/activityStatus


GET /lov/v1/listOfValues/hotels/{HotelId}/activityTypes

Summary: get Activity Types LOV

get Activity Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/activityTypes


GET /lov/v1/listOfValues/module/{Module}/actionTypes

Summary: get Action Types LOV

get Action Types LOV


PARAMETERS /lov/v1/listOfValues/module/{Module}/actionTypes


GET /lov/v1/listOfValues/errorType/{ErrorType}/adsEchoToken

Summary: get ADS Echo Token LOV

get ADS Echo Token LOV


PARAMETERS /lov/v1/listOfValues/errorType/{ErrorType}/adsEchoToken


GET /lov/v1/listOfValues/errorType/{ErrorType}/adsStatus

Summary: get ADS Status LOV

get ADS Status LOV


PARAMETERS /lov/v1/listOfValues/errorType/{ErrorType}/adsStatus


GET /lov/v1/listOfValues/hotels/{HotelId}/agentAccounts

Summary: get Agent Accounts LOV

get Agent Accounts LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/agentAccounts


GET /lov/v1/listOfValues/hotels/{HotelId}/agentSourceCities

Summary: get Agent Source Cities LOV

get Agent Source Cities LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/agentSourceCities


GET /lov/v1/listOfValues/hotels/{HotelId}/agentSourceResvCities

Summary: get Agent Source Resv Cities LOV

get Agent Source Resv Cities LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/agentSourceResvCities


GET /lov/v1/listOfValues/AirportsMultiHotels

Summary: get Airports Multi Hotels LOV

get Airports Multi Hotels LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/alertCodes

Summary: get Alert Codes LOV

get Alert Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/alertCodes


GET /lov/v1/listOfValues/AlertAreas

Summary: get Alert Areas LOV

get Alert Areas LOV


GET /lov/v1/listOfValues/interfaceId/{InterfaceId}/allRevenueTypes

Summary: get All Revenue Types LOV

get All Revenue Types LOV


PARAMETERS /lov/v1/listOfValues/interfaceId/{InterfaceId}/allRevenueTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/alternateHotelCodes

Summary: get Alternate Hotel Codes LOV

get Alternate Hotel Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/alternateHotelCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/amenities

Summary: get Amenities LOV

get Amenities LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/amenities


GET /lov/v1/listOfValues/hotels/{HotelId}/relModuleName/{RelModuleName}/applicationModules

Summary: get Application Modules LOV

get Application Modules LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/relModuleName/{RelModuleName}/applicationModules


GET /lov/v1/listOfValues/levelCode/{LevelCode}/settingName/{SettingName}/applicationSettings

Summary: get Application Settings LOV

get Application Settings LOV


PARAMETERS /lov/v1/listOfValues/levelCode/{LevelCode}/settingName/{SettingName}/applicationSettings


GET /lov/v1/listOfValues/hotels/{HotelId}/arAccountTypes

Summary: get AR Account Types LOV

get AR Account Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/arAccountTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/arCreditCards

Summary: get AR Credit Cards LOV

get AR Credit Cards LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/arCreditCards


GET /lov/v1/listOfValues/hotels/{HotelId}/arrangementCode

Summary: get Arrangement Code LOV

get Arrangement Code LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/arrangementCode


GET /lov/v1/listOfValues/type/{Type}/arrangementCodesNumber

Summary: get Arrangement Codes Number LOV

get Arrangement Codes Number LOV


PARAMETERS /lov/v1/listOfValues/type/{Type}/arrangementCodesNumber


GET /lov/v1/listOfValues/hotels/{HotelId}/articleCodes

Summary: get Article Codes LOV

get Article Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/articleCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/room/{Room}/assignRooms

Summary: get Assign Rooms LOV

get Assign Rooms LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/room/{Room}/assignRooms


GET /lov/v1/listOfValues/hotels/{HotelId}/attractions

Summary: get Attractions LOV

get Attractions LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/attractions


GET /lov/v1/listOfValues/hotels/{HotelId}/authorizer

Summary: get Authorizer LOV

get Authorizer LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/authorizer


GET /lov/v1/listOfValues/number/{Number}/autoNumberGenerator

Summary: get Auto Number Generator LOV

get Auto Number Generator LOV


PARAMETERS /lov/v1/listOfValues/number/{Number}/autoNumberGenerator


GET /lov/v1/listOfValues/hotels/{HotelId}/availableScriptLanguages

Summary: get Available Script Languages LOV

get Available Script Languages LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/availableScriptLanguages


GET /lov/v1/listOfValues/hotels/{HotelId}/roomType/{RoomType}/roomNumber/{RoomNumber}/availableRoomComponents

Summary: get Available Room Components LOV

get Available Room Components LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomType/{RoomType}/roomNumber/{RoomNumber}/availableRoomComponents


GET /lov/v1/listOfValues/hotels/{HotelId}/roomType/{RoomType}/availableRoomTypeComponents

Summary: get Available Room Type Components LOV

get Available Room Type Components LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomType/{RoomType}/availableRoomTypeComponents


GET /lov/v1/listOfValues/hotels/{HotelId}/awardCodes

Summary: get Award Codes LOV

get Award Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/awardCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/awardCodesMultiHotel

Summary: get Award Codes Multi Hotel LOV

get Award Codes Multi Hotel LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/awardCodesMultiHotel


GET /lov/v1/listOfValues/hotels/{HotelId}/awardMktgCodes

Summary: get Award Mktg Codes LOV

get Award Mktg Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/awardMktgCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/bankAccountsForReports

Summary: get Bank Accounts For Reports LOV

get Bank Accounts For Reports LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/bankAccountsForReports


GET /lov/v1/listOfValues/hotels/{HotelId}/bankAccounts

Summary: get Bank Accounts LOV

get Bank Accounts LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/bankAccounts


GET /lov/v1/listOfValues/hotels/{HotelId}/banquetPrintingMethod

Summary: get Banquet Printing Method LOV

get Banquet Printing Method LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/banquetPrintingMethod


GET /lov/v1/listOfValues/hotels/{HotelId}/billingInstructions

Summary: get Billing Instructions LOV

get Billing Instructions LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/billingInstructions


GET /lov/v1/listOfValues/catStatus/{CatStatus}/blockCatNextStatuses

Summary: get Block Cat Next Statuses LOV

get Block Cat Next Statuses LOV


PARAMETERS /lov/v1/listOfValues/catStatus/{CatStatus}/blockCatNextStatuses


GET /lov/v1/listOfValues/hotels/{HotelId}/beginDate/{BeginDate}/endDate/{EndDate}/blockCodes

Summary: get Block Codes LOV

get Block Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/beginDate/{BeginDate}/endDate/{EndDate}/blockCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/arrivalDate/{ArrivalDate}/blockCodesByArrivalDate

Summary: get Block Codes By Arrival Date LOV

get Block Codes By Arrival Date LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/arrivalDate/{ArrivalDate}/blockCodesByArrivalDate


GET /lov/v1/listOfValues/hotels/{HotelId}/blockCodesFinOperations

Summary: get Block Codes Fin Operations LOV

get Block Codes Fin Operations LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/blockCodesFinOperations


GET /lov/v1/listOfValues/blockId/{BlockId}/blockCurrentStatuses

Summary: get Block Current Statuses LOV

get Block Current Statuses LOV


PARAMETERS /lov/v1/listOfValues/blockId/{BlockId}/blockCurrentStatuses


GET /lov/v1/listOfValues/blockId/{BlockId}/blockBookingStatuses

Summary: get Block Booking Statuses LOV

get Block Booking Statuses LOV


PARAMETERS /lov/v1/listOfValues/blockId/{BlockId}/blockBookingStatuses


GET /lov/v1/listOfValues/hotels/{HotelId}/blockEvents

Summary: get Block Events LOV

get Block Events LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/blockEvents


GET /lov/v1/listOfValues/hotels/{HotelId}/blockId/{BlockId}/blockEventIds

Summary: get Block Event Ids LOV

get Block Event Ids LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/blockId/{BlockId}/blockEventIds


GET /lov/v1/listOfValues/hotels/{HotelId}/blockModeLov

Summary: get Block Modelov LOV

get Block Modelov LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/blockModeLov


GET /lov/v1/listOfValues/BlockNewStatuses

Summary: get Block New Statuses LOV

get Block New Statuses LOV


GET /lov/v1/listOfValues/BlockOwners

Summary: get Block Owners LOV

(used with Activities too)


GET /lov/v1/listOfValues/hotels/{HotelId}/blockPaymentMethods

Summary: get Block Payment Methods LOV

get Block Payment Methods LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/blockPaymentMethods


GET /lov/v1/listOfValues/hotels/{HotelId}/beginDate/{BeginDate}/endDate/{EndDate}/negotiatedOnly/{NegotiatedOnly}/blockRateCodes

Summary: get Block Rate Codes LOV

get Block Rate Codes (Rate Availability by date range)


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/beginDate/{BeginDate}/endDate/{EndDate}/negotiatedOnly/{NegotiatedOnly}/blockRateCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/arrival/{Arrival}/departure/{Departure}/blockId/{BlockId}/blockRates

Summary: get Block Rates LOV

get Block Rate Codes (Rate Availability by date range)


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/arrival/{Arrival}/departure/{Departure}/blockId/{BlockId}/blockRates


GET /lov/v1/listOfValues/hotels/{HotelId}/bookingStatus/{BookingStatus}/blockReservationTypes

Summary: get Block Reservation Types LOV

get Block Reservation Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/bookingStatus/{BookingStatus}/blockReservationTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/extSystem/{ExternalSystemCode}/module/{Module}/businessEventActionType

Summary: get Business Event Action Type LOV

get Business Event Action Type LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/extSystem/{ExternalSystemCode}/module/{Module}/businessEventActionType


GET /lov/v1/listOfValues/hotels/{HotelId}/module/{Module}/extSystem/{ExternalSystemCode}/databaseId/{DatabaseId}/businessEventActionTypeExtDB

Summary: get Business Event Action Type Ext DB LOV

get Business Event Action Type Ext DB LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/module/{Module}/extSystem/{ExternalSystemCode}/databaseId/{DatabaseId}/businessEventActionTypeExtDB


GET /lov/v1/listOfValues/hotels/{HotelId}/channel/{Channel}/bookingChannelRatePlans

Summary: get Booking Channel Rate Plans LOV

get Booking Channel Rate Plans LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/channel/{Channel}/bookingChannelRatePlans


GET /lov/v1/listOfValues/channel/{Channel}/bookingChannelRoomTypes

Summary: get Booking Channel Room Types LOV

get Booking Channel Room Types LOV


PARAMETERS /lov/v1/listOfValues/channel/{Channel}/bookingChannelRoomTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/bookingTypesIndividuals

Summary: get Booking Types Individuals LOV

get Booking Types Individuals LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/bookingTypesIndividuals


GET /lov/v1/listOfValues/hotels/{HotelId}/budgetForecastCodes

Summary: get Budget Forecast Codes LOV

get Budget Forecast Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/budgetForecastCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/budgetRateCodes

Summary: get Budget Rate Codes LOV

get Budget Rate Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/budgetRateCodes


GET /lov/v1/listOfValues/Buildings

Summary: get Building LOV

get Building LOV


GET /lov/v1/listOfValues/CancellationReasons

Summary: get Cancellation Reasons LOV

get Cancellation Reasons LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/campaignActivityTypes

Summary: get Campaign Activity Types LOV

get Campaign Activity Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/campaignActivityTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/cashRegisterId

Summary: get Cash Register ID LOV

get Cash Register ID LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/cashRegisterId


GET /lov/v1/listOfValues/cashierId/{CashierId}/cashierHotels

Summary: get Cashier Hotels LOV

get Cashier Hotels LOV


PARAMETERS /lov/v1/listOfValues/cashierId/{CashierId}/cashierHotels


GET /lov/v1/listOfValues/CashieringTransactionTypes

Summary: get Cashiering Transaction Types LOV

get Cashiering Transaction Types LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/catBudgetType/{CatBudgetType}/catBudgetTypeEventCodes

Summary: get Cat Budget Type Event Codes LOV

get Cat Budget Type Event Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/catBudgetType/{CatBudgetType}/catBudgetTypeEventCodes


GET /lov/v1/listOfValues/codeType/{CodeType}/cateringCodes

Summary: get Catering Codes LOV

get Catering Codes LOV


PARAMETERS /lov/v1/listOfValues/codeType/{CodeType}/cateringCodes


GET /lov/v1/listOfValues/newEvent/{NewEvent}/waitList/{WaitList}/cateringEventStatus

Summary: get Catering Event Status LOV

get Catering Event Status LOV


PARAMETERS /lov/v1/listOfValues/newEvent/{NewEvent}/waitList/{WaitList}/cateringEventStatus


GET /lov/v1/listOfValues/CateringEventTypes

Summary: get Catering Event Types LOV

get Catering Event Types LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/cateringPackagePriceCodes

Summary: get Catering Package Price Codes LOV

get Catering Package Price Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/cateringPackagePriceCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/space/{Space}/cateringSetupStyles

Summary: get Catering Setup Styles LOV

get Catering Setup Styles LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/space/{Space}/cateringSetupStyles


GET /lov/v1/listOfValues/exclusionList/{ExclusionList}/cateringStatusCodes

Summary: get Catering Status Codes LOV

get Catering Status Codes LOV


PARAMETERS /lov/v1/listOfValues/exclusionList/{ExclusionList}/cateringStatusCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/channelCardTypeMappingCardType

Summary: get Channel Card Type Mapping Card Type LOV

get Channel Card Type Mapping Card Type LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/channelCardTypeMappingCardType


GET /lov/v1/listOfValues/hotels/{HotelId}/channelCardTypeMappingGdsHost

Summary: get Channel Card Type Mapping Gds Host LOV

get Channel Card Type Mapping Gds Host LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/channelCardTypeMappingGdsHost


GET /lov/v1/listOfValues/hotels/{HotelId}/bookingChannels/{BookingChannelCode}/roomType/{RoomType}/channelConfigRateCodes

Summary: get Channel Config Rate Codes LOV

get Channel Config Rate Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/bookingChannels/{BookingChannelCode}/roomType/{RoomType}/channelConfigRateCodes


GET /lov/v1/listOfValues/chainCode/{ChainCode}/chainLanguages

Summary: get Chain Languages LOV

get Chain Languages LOV


PARAMETERS /lov/v1/listOfValues/chainCode/{ChainCode}/chainLanguages


GET /lov/v1/listOfValues/profiles/{ProfileId}/claimMembershipDetails

Summary: get Claim Membership Details LOV

get Claim Membership Details LOV


PARAMETERS /lov/v1/listOfValues/profiles/{ProfileId}/claimMembershipDetails


GET /lov/v1/listOfValues/hotels/{HotelId}/commissionCode

Summary: get Commission Code LOV

get Commission Code LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/commissionCode


GET /lov/v1/listOfValues/hotels/{HotelId}/commissionTxnCodes

Summary: get Commission Txn Codes LOV

get Commission Txn Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/commissionTxnCodes


GET /lov/v1/listOfValues/CommunicationMethods

Summary: get Communication Methods LOV

get Communication Methods LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/companies

Summary: get Companies LOV

get Companies LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/companies


GET /lov/v1/listOfValues/hotels/{HotelId}/compAuthorizers

Summary: get Comp Authorizers LOV

get Comp Authorizers LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/compAuthorizers


GET /lov/v1/listOfValues/hotels/{HotelId}/compTypes

Summary: get Comp Types LOV

get Comp Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/compTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/roomNumber/{RoomNumber}/connectingSuites

Summary: get Connecting Suites LOV

get Connecting Suites LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomNumber/{RoomNumber}/connectingSuites


GET /lov/v1/listOfValues/hotels/{HotelId}/confLetterReports

Summary: get Conf Letter Reports LOV

get Conf Letter Reports LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/confLetterReports


GET /lov/v1/listOfValues/Countries

Summary: get Countries LOV

get Countries LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/creditCardTypes

Summary: get Credit Card Types LOV

get Credit Card Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/creditCardTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/exchangeType/{ExchangeType}/currencyExchangeRates

Summary: get Currency Exchange Rates LOV

get Currency Exchange Rates LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/exchangeType/{ExchangeType}/currencyExchangeRates


GET /lov/v1/listOfValues/decimal/{Decimal}/currencyFormats

Summary: get Currency Formats LOV

get Currency Formats LOV


PARAMETERS /lov/v1/listOfValues/decimal/{Decimal}/currencyFormats


GET /lov/v1/listOfValues/hotels/{HotelId}/customNumberConfigCodes

Summary: get Custom Number Config Codes LOV

get Custom Number Config Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/customNumberConfigCodes


GET /lov/v1/listOfValues/Departments

Summary: get Department Types LOV

get Department Types LOV


GET /lov/v1/listOfValues/DepartmentMenuItem

Summary: get Department Menu Types LOV

get Department Menu Types LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/deviceLocations

Summary: get Device Locations LOV

get Device Locations LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/deviceLocations


GET /lov/v1/listOfValues/hotels/{HotelId}/dietaryPreferences

Summary: get Dietary Preferences LOV

get Dietary Preferences LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/dietaryPreferences


GET /lov/v1/listOfValues/DiscountReasons

Summary: get Discount Reasons LOV

get Discount Reasons LOV


GET /lov/v1/listOfValues/entityName/{EntityName}/eCertificateGroupEntity

Summary: get ECertificate Group Entity LOV

get ECertificate Group Entity LOV


PARAMETERS /lov/v1/listOfValues/entityName/{EntityName}/eCertificateGroupEntity


GET /lov/v1/listOfValues/hotels/{HotelId}/eCoupon

Summary: get ECoupon LOV

get ECoupon LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/eCoupon


GET /lov/v1/listOfValues/hotels/{HotelId}/ecouponResvRoom

Summary: get Ecoupon Resv Room LOV

get Ecoupon Resv Room LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/ecouponResvRoom


GET /lov/v1/listOfValues/hotels/{HotelId}/eCouponRateCodes

Summary: get eCoupon Rate Codes LOV

get eCoupon Rate Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/eCouponRateCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/eventGroups

Summary: get Event Groups LOV

get Event Groups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/eventGroups


GET /lov/v1/listOfValues/hotels/{HotelId}/eventLocations

Summary: get Event Locations LOV

get Event Locations LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/eventLocations


GET /lov/v1/listOfValues/hotels/{HotelId}/space/{Space}/eventRateCode

Summary: get Event Rate Code LOV

get Event Rate Code LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/space/{Space}/eventRateCode


GET /lov/v1/listOfValues/hotels/{HotelId}/room/BALLROOM/eventSetupStyles

Summary: get Event Setup Styles LOV

get Event Setup Styles LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/room/BALLROOM/eventSetupStyles


GET /lov/v1/listOfValues/exclusionList/{ExclusionList}/eventStatusCodes

Summary: get Event Status Codes LOV

get Event Status Codes LOV


PARAMETERS /lov/v1/listOfValues/exclusionList/{ExclusionList}/eventStatusCodes


GET /lov/v1/listOfValues/currencyCode/USD/exchangeTypes

Summary: get ExchangeTypes LOV

get ExchangeTypes LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/exportMappingTypeCodes

Summary: get Export Mapping Type Codes LOV

get Export Mapping Type Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/exportMappingTypeCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/externalReferenceTypes

Summary: get External Reference Types LOV

get External Reference Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/externalReferenceTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/facilityCodes

Summary: get Facility Codes LOV

get Facility Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/facilityCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/facilityTask/{FacilityTask}/facilityCodesReservation

Summary: get Facility Codes Reservation LOV

get Facility Codes Reservation LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/facilityTask/{FacilityTask}/facilityCodesReservation


GET /lov/v1/listOfValues/hotels/{HotelId}/facilityTasks

Summary: get Facility Tasks LOV

get Facility Tasks LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/facilityTasks


GET /lov/v1/listOfValues/hotels/{HotelId}/roomTypeLabel/{RoomTypeLabel}/facilityTasksRoomType

Summary: get Facility Tasks Room Type LOV

get Facility Tasks Room Type LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomTypeLabel/{RoomTypeLabel}/facilityTasksRoomType


GET /lov/v1/listOfValues/changeSource/{ChangeSource}/fieldName

Summary: get Field Name LOV

get Field Name LOV


PARAMETERS /lov/v1/listOfValues/changeSource/{ChangeSource}/fieldName


GET /lov/v1/listOfValues/hotels/{HotelId}/fixedChargesTransactionCodes

Summary: get Fixed Charges Transaction Codes LOV

get Fixed Charges Transaction Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/fixedChargesTransactionCodes


GET /lov/v1/listOfValues/FloorRequests

Summary: get Floor Requests LOV

get Floor Requests LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/floors

Summary: get Floors LOV

get Floors LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/floors


GET /lov/v1/listOfValues/mode/{Mode}/folioGroupingTransactionCodes

Summary: get Folio Grouping Transaction Codes LOV

get Folio Grouping Transaction Codes LOV


PARAMETERS /lov/v1/listOfValues/mode/{Mode}/folioGroupingTransactionCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/folioStyles

Summary: get Folio Styles LOV

get Folio Styles LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/folioStyles


GET /lov/v1/listOfValues/hotels/{HotelId}/folioTypes

Summary: get Folio Types LOV

get Folio Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/folioTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/fromRoomNumber

Summary: get From Room Number LOV

get From Room Number LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/fromRoomNumber


GET /lov/v1/listOfValues/hotels/{HotelId}/forecastGroups

Summary: get Forecast Groups LOV

get Forecast Groups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/forecastGroups


GET /lov/v1/listOfValues/FunctionSpaceCodes

Summary: get Function Space Codes LOV

get Function Space Codes LOV


GET /lov/v1/listOfValues/FunctionSpaceLocations

Summary: get Function Space Locations LOV

get Function Space Locations LOV


GET /lov/v1/listOfValues/FunctionSpaceSetupStyles

Summary: get Function Space Setup Styles LOV

get Function Space Setup Styles LOV


GET /lov/v1/listOfValues/bookingChannels/{BookingChannelCode}/gdsGuaranteeCodes

Summary: get Gds Guarantee Codes LOV

get Gds Guarantee Codes LOV


PARAMETERS /lov/v1/listOfValues/bookingChannels/{BookingChannelCode}/gdsGuaranteeCodes


GET /lov/v1/listOfValues/channelType/{ChannelType}/gdsHotels

Summary: get Gds Hotels LOV

get Gds Hotels LOV


PARAMETERS /lov/v1/listOfValues/channelType/{ChannelType}/gdsHotels


GET /lov/v1/listOfValues/bookingChannels/{BookingChannelCode}/gdsRateCategories

Summary: get Gds Rate Categories LOV

get Gds Rate Categories LOV


PARAMETERS /lov/v1/listOfValues/bookingChannels/{BookingChannelCode}/gdsRateCategories


GET /lov/v1/listOfValues/bookingChannels/{BookingChannelCode}/gdsRateLevels

Summary: get Gds Rate Levels LOV

get Gds Rate Levels LOV


PARAMETERS /lov/v1/listOfValues/bookingChannels/{BookingChannelCode}/gdsRateLevels


GET /lov/v1/listOfValues/bookingChannels/{BookingChannelCodes}/gdsRoomCategoryTemplates

Summary: get Gds Room Category Templates LOV

get Gds Room Category Templates LOV


PARAMETERS /lov/v1/listOfValues/bookingChannels/{BookingChannelCodes}/gdsRoomCategoryTemplates


GET /lov/v1/listOfValues/hotels/{HotelId}/gemMenuItems

Summary: get Gem Menu Items LOV

get Gem Menu Items LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/gemMenuItems


GET /lov/v1/listOfValues/hotels/{HotelId}/genericReports

Summary: get Generic Reports LOV

get Generic Reports LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/genericReports


GET /lov/v1/listOfValues/bookingStatus/{BookingStatus}/gridTypes

Summary: get Grid Types LOV

get Grid Types LOV


PARAMETERS /lov/v1/listOfValues/bookingStatus/{BookingStatus}/gridTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/groups

Summary: get Groups LOV

get Groups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/groups


GET /lov/v1/listOfValues/hotels/{HotelId}/groupArrivals

Summary: get Group Arrivals LOV

get Group Arrivals LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/groupArrivals


GET /lov/v1/listOfValues/hotels/{HotelId}/guestMessagesMultiHotel

Summary: get Guest Messages Multi Hotel LOV

get Guest Messages Multi Hotel LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/guestMessagesMultiHotel


GET /lov/v1/listOfValues/hotels/{HotelId}/guestMessagesQuickTexts

Summary: get Guest Messages Quick Texts LOV

get Guest Messages Quick Texts LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/guestMessagesQuickTexts


GET /lov/v1/listOfValues/hotels/{HotelId}/hkAttendants

Summary: get hk Attendants LOV

get hk Attendants LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hkAttendants


GET /lov/v1/listOfValues/hotels/{HotelId}/hkAttendantsMobile

Summary: get hk Attendants Mobile LOV

get hk Attendants Mobile LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hkAttendantsMobile


GET /lov/v1/listOfValues/hotels/{HotelId}/hkFloors

Summary: get hk Floors LOV

get hk Floors LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hkFloors


GET /lov/v1/listOfValues/hotels/{HotelId}/hkRooms

Summary: get HK Rooms LOV

get HK Rooms LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hkRooms


GET /lov/v1/listOfValues/hotels/{HotelId}/hkRoomTypes

Summary: get HK Room Types LOV

get HK Room Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hkRoomTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/businessDate/{BusinessDate}/hkScheduledAttendants

Summary: get HK Scheduled Attendants LOV

get HK Scheduled Attendants LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/businessDate/{BusinessDate}/hkScheduledAttendants


GET /lov/v1/listOfValues/hotels/{HotelId}/hkTaskBreakOut

Summary: get hk Task Break Out LOV

get hk Task Break Out LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hkTaskBreakOut


GET /lov/v1/listOfValues/hotels/{HotelId}/hkTaskCodes

Summary: get hk Task Codes LOV

get hk Task Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hkTaskCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/hkTaskTemplates

Summary: get hk Task Templates LOV

get hk Task Templates LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hkTaskTemplates


GET /lov/v1/listOfValues/hotels/{HotelId}/housekeepingCreditRules

Summary: get Housekeeping Credit Rules LOV

get Housekeeping Credit Rules LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/housekeepingCreditRules


GET /lov/v1/listOfValues/hotels/{HotelId}/houseKeepingRooms

Summary: get HouseKeeping Rooms LOV

get HouseKeeping Rooms LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/houseKeepingRooms


GET /lov/v1/listOfValues/hotels/{HotelId}/houseKeepingSections

Summary: get HouseKeeping Sections LOV

get HouseKeeping Sections LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/houseKeepingSections


GET /lov/v1/listOfValues/hotels/{HotelId}/contactType/{ContactType}/hotelContactCommMethod

Summary: get Hotel Contact Comm Method LOV

get Hotel Contact Comm Method LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/contactType/{ContactType}/hotelContactCommMethod


GET /lov/v1/listOfValues/hotels/{HotelId}/hotelEventTypes

Summary: get Hotel Event Types LOV

get Hotel Event Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hotelEventTypes


GET /lov/v1/listOfValues/Hotels

Summary: get Hotels LOV

get Hotels LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/hotelInterfaceImportRooms

Summary: get Hotel Interface Import Rooms LOV

get Hotel Interface Import Rooms LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hotelInterfaceImportRooms


GET /lov/v1/listOfValues/hotels/{HotelId}/hotelRateTier

Summary: get Hotel Rate Tier LOV

get Hotel Rate Tier LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/hotelRateTier


GET /lov/v1/listOfValues/IdentificationTypes

Summary: get Identification Types LOV

get Identification Types LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/imbalanceVerificationTypes

Summary: get Imbalance Verification Types LOV

get Imbalance Verification Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/imbalanceVerificationTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceDataRequestMarketGroup

Summary: get interface Data Request Market Group LOV

get interface Data Request Market Group LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceDataRequestMarketGroup


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceDataRequestMarketCode

Summary: get interface Data Request Market Code LOV

get interface Data Request Market Code LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceDataRequestMarketCode


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceDataRequestRoomClass

Summary: get interface Data Request Room Class LOV

get interface Data Request Room Class LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceDataRequestRoomClass


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceDataRequestSourceCode

Summary: get interface Data Request Source Code LOV

get interface Data Request Source Code LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceDataRequestSourceCode


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceDataRequestSourceGroup

Summary: get interface Data Request Source Group LOV

get interface Data Request Source Group LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceDataRequestSourceGroup


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceTrxCodesAllCharges

Summary: get Interface Trx Codes All Charges LOV

get Interface Trx Codes All Charges LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceTrxCodesAllCharges


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceTrxCodesMinibar

Summary: get Interface Trx Codes Minibar LOV

get Interface Trx Codes Minibar LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceTrxCodesMinibar


GET /lov/v1/listOfValues/hotels/{HotelId}/interfacePseudoRoom

Summary: get Interface Pseudo Room LOV

get Interface Pseudo Room LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfacePseudoRoom


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceResyncFunctionSpace

Summary: get Interface Resync Function Space LOV

get Interface Resync Function Space LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceResyncFunctionSpace


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceResyncProducts

Summary: get Interface Resync Products LOV

get Interface Resync Products LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceResyncProducts


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceResyncOwnerContract

Summary: get Interface Resync Owner Contract LOV

get Interface Resync Owner Contract LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceResyncOwnerContract


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceResyncOwnerContractRoom

Summary: get Interface Resync Owner Contract Room LOV

get Interface Resync Owner Contract Room LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceResyncOwnerContractRoom


GET /lov/v1/listOfValues/hotels/{HotelId}/itemId/{ItemId}/inventoryItemAttributes

Summary: get Inventory Item Attributes LOV

get Inventory Item Attributes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/itemId/{ItemId}/inventoryItemAttributes


GET /lov/v1/listOfValues/hotels/{HotelId}/itemId/{ItemId}/inventoryItemRates

Summary: get Inventory Item Rates LOV

get Inventory Item Rates LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/itemId/{ItemId}/inventoryItemRates


GET /lov/v1/listOfValues/hotels/{HotelId}/invItemsClasses

Summary: get Inv Items Classes LOV

get Inv Items Classes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/invItemsClasses


GET /lov/v1/listOfValues/hotels/{HotelId}/invItemsPools

Summary: get Inv Items Pools LOV

get Inv Items Pools LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/invItemsPools


GET /lov/v1/listOfValues/hotels/{HotelId}/interfaceAutoBalance

Summary: get Interface Auto Balance LOV

get Interface Auto Balance LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/interfaceAutoBalance


GET /lov/v1/listOfValues/hotels/{HotelId}/inventoryItemTemplateItems

Summary: get Inventory Item Template Items LOV

get Inventory Item Template Items LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/inventoryItemTemplateItems


GET /lov/v1/listOfValues/hotels/{HotelId}/itemClasses

Summary: get Item Classes LOV

get Item Classes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/itemClasses


GET /lov/v1/listOfValues/hotels/{HotelId}/itemCodes

Summary: get Item Codes LOV

get Item Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/itemCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/itemId/{ItemId}/itemPriceCode

Summary: get Item Price Code LOV

get Item Price Code LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/itemId/{ItemId}/itemPriceCode


GET /lov/v1/listOfValues/hotels/{HotelId}/itemId/{ItemId}/itemVendor

Summary: get Item Vendor LOV

get Item Vendor LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/itemId/{ItemId}/itemVendor


GET /lov/v1/listOfValues/hotels/{HotelId}/jobTitles

Summary: get Job Titles LOV

get Job Titles LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/jobTitles


GET /lov/v1/listOfValues/hotels/{HotelId}/keyOptions

Summary: get Key Options LOV

get Key Options LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/keyOptions


GET /lov/v1/listOfValues/LanguageCodes

Summary: get Language Codes LOV

get Language Codes LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/locatorQuickTexts

Summary: get Locator Quick Texts LOV

get Locator Quick Texts LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/locatorQuickTexts


GET /lov/v1/listOfValues/MaintenanceCodes

Summary: get Maintenance Codes LOV

get Maintenance Codes LOV


GET /lov/v1/listOfValues/sourceIdIn/{SourceIdIn}/mailGeneric

Summary: get Mail Generic LOV

get Mail Generic LOV


PARAMETERS /lov/v1/listOfValues/sourceIdIn/{SourceIdIn}/mailGeneric


GET /lov/v1/listOfValues/hotels/{HotelId}/managerReportDetails

Summary: get Manager Report Details LOV

get Manager Report Details LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/managerReportDetails


GET /lov/v1/listOfValues/hotels/{HotelId}/managersReports

Summary: get Managers Reports LOV

get Managers Reports LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/managersReports


GET /lov/v1/listOfValues/MarketCodes

Summary: get Market Codes LOV

get Market Codes LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/marketGroups

Summary: get Market Groups LOV

get Market Groups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/marketGroups


GET /lov/v1/listOfValues/hotels/{HotelId}/marketSegment

Summary: get Market Segment LOV

get Market Segment LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/marketSegment


GET /lov/v1/listOfValues/hotels/{HotelId}/masterBlock

Summary: get Master Block LOV

get Master Block LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/masterBlock


GET /lov/v1/listOfValues/hotels/{HotelId}/membershipAwardFinTrx

Summary: get Membership Award Fin Trx LOV

get Membership Award Fin Trx LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/membershipAwardFinTrx


GET /lov/v1/listOfValues/hotels/{HotelId}/membershipAwardUpgradeRoom

Summary: get Membership Award Upgrade Room LOV

get Membership Award Upgrade Room LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/membershipAwardUpgradeRoom


GET /lov/v1/listOfValues/hotels/{HotelId}/membershipAwardProducts

Summary: get Membership Award Products LOV

get Membership Award Products LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/membershipAwardProducts


GET /lov/v1/listOfValues/hotels/{HotelId}/membershipAwardRateCodes

Summary: get Membership Award Rate Codes LOV

get Membership Award Rate Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/membershipAwardRateCodes


GET /lov/v1/listOfValues/membershipType/{MembershipType}/membershipBenefits

Summary: get Membership Benefits LOV

get Membership Benefits LOV


PARAMETERS /lov/v1/listOfValues/membershipType/{MembershipType}/membershipBenefits


GET /lov/v1/listOfValues/membershipType/{MembershipType}/membershipBenefitProgram

Summary: get Membership Benefit Program LOV

get Membership Benefit Program LOV


PARAMETERS /lov/v1/listOfValues/membershipType/{MembershipType}/membershipBenefitProgram


GET /lov/v1/listOfValues/membershipLevel/{MembershipLevel}/membershipCardFeeAmount

Summary: get Membership Card Fee Amount LOV

get Membership Card Fee Amount LOV


PARAMETERS /lov/v1/listOfValues/membershipLevel/{MembershipLevel}/membershipCardFeeAmount


GET /lov/v1/listOfValues/airlines/{Airlines}/loyalty/{Loyalty}/membershipClassTypes

Summary: get Membership Class Types LOV

get Membership Class Types LOV


PARAMETERS /lov/v1/listOfValues/airlines/{Airlines}/loyalty/{Loyalty}/membershipClassTypes


GET /lov/v1/listOfValues/MembershipLevels

Summary: get Membership Level LOV

get Membership Level LOV


GET /lov/v1/listOfValues/membershipLevelRank/{MembershipLevelRank}/membershipType/{MembershipType}/membershipMaxDowngradeLevel

Summary: get Membership Max Downgrade Level LOV

get Membership Max Downgrade Level LOV


PARAMETERS /lov/v1/listOfValues/membershipLevelRank/{MembershipLevelRank}/membershipType/{MembershipType}/membershipMaxDowngradeLevel


GET /lov/v1/listOfValues/membershipType/{MembershipType}/membershipPointsRuleCodes

Summary: get Membership Points Rule Codes LOV

get Membership Points Rule Codes LOV


PARAMETERS /lov/v1/listOfValues/membershipType/{MembershipType}/membershipPointsRuleCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/beginDate/{BeginDate}/membershipId/{MembershipId}/membershipPromotions

Summary: get Membership Promotions LOV

get Membership Promotions LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/beginDate/{BeginDate}/membershipId/{MembershipId}/membershipPromotions


GET /lov/v1/listOfValues/membershipId/{MembershipId}/membershipStatementBatchList

Summary: get Membership Statement Batch List LOV

get Membership Statement Batch List LOV


PARAMETERS /lov/v1/listOfValues/membershipId/{MembershipId}/membershipStatementBatchList


GET /lov/v1/listOfValues/membershipId/{MembershipId}/membershipTotalPointsAvailable

Summary: get Membership Total Points Available LOV

get Membership Total Points Available LOV


PARAMETERS /lov/v1/listOfValues/membershipId/{MembershipId}/membershipTotalPointsAvailable


GET /lov/v1/listOfValues/profiles/{ProfileId}/membershipTransferPoints

Summary: get Membership Transfer Points LOV

get Membership Transfer Points LOV


PARAMETERS /lov/v1/listOfValues/profiles/{ProfileId}/membershipTransferPoints


GET /lov/v1/listOfValues/MembershipTypes

Summary: get Membership Types LOV

get Membership Types LOV


GET /lov/v1/listOfValues/menuClassId/{MenuClassId}/menu

Summary: get Menu LOV

get Menu LOV


PARAMETERS /lov/v1/listOfValues/menuClassId/{MenuClassId}/menu


GET /lov/v1/listOfValues/hotels/{HotelId}/menuItems

Summary: get Menu Items LOV

get Menu Items LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/menuItems


GET /lov/v1/listOfValues/hotels/{HotelId}/menuClasses

Summary: get Menu Classes LOV

get Menu Classes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/menuClasses


GET /lov/v1/listOfValues/profiles/{ProfileId}/negotiatedRateHotels

Summary: get Negotiated Rate Hotels LOV

get Negotiated Rate Hotels LOV


PARAMETERS /lov/v1/listOfValues/profiles/{ProfileId}/negotiatedRateHotels


GET /lov/v1/listOfValues/rateCode/{RateCode}/profiles/{ProfileId}/negotiatedRateHotels

Summary: get Negotiated Rates Hotels LOV

get Negotiated Rates Hotels LOV


PARAMETERS /lov/v1/listOfValues/rateCode/{RateCode}/profiles/{ProfileId}/negotiatedRateHotels


GET /lov/v1/listOfValues/departments/{DepartmentType}/noteTypes

Summary: get Note Types LOV

get Note Types LOV


PARAMETERS /lov/v1/listOfValues/departments/{DepartmentType}/noteTypes


GET /lov/v1/services/listOfValues/status

Summary: get OPERA version number LOV

get OPERA version number LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/osaActivityTypes

Summary: get OSA Activity Types LOV

get OSA Activity Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/osaActivityTypes


GET /lov/v1/listOfValues/OwnerCodes

Summary: get Owner Codes LOV

get Owner Codes LOV


GET /lov/v1/listOfValues/Origins

Summary: get Origins LOV

get Origins LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/oxiInterfaces

Summary: get OXI Interfaces LOV

get OXI Interfaces LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/oxiInterfaces


GET /lov/v1/listOfValues/hotels/{HotelId}/oxiInterfaceResorts

Summary: get OXI Interface Resorts LOV

get OXI Interface Resorts LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/oxiInterfaceResorts


GET /lov/v1/listOfValues/interfaceId/{InterfaceId}/oxiResorts

Summary: get OXI Resorts LOV

get OXI Resorts LOV


PARAMETERS /lov/v1/listOfValues/interfaceId/{InterfaceId}/oxiResorts


GET /lov/v1/listOfValues/hotels/{HotelId}/packForecastGroupCode

Summary: get Pack Forecast Group Code LOV

get Pack Forecast Group Code LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/packForecastGroupCode


GET /lov/v1/listOfValues/hotels/{HotelId}/paymentMethods

Summary: get Payment Methods LOV

get Payment Methods LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/paymentMethods


GET /lov/v1/listOfValues/hotels/{HotelId}/paymentTypes

Summary: get Payment Types LOV

get Payment Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/paymentTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/periodSetup

Summary: get Period Setup LOV

get Period Setup LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/periodSetup


GET /lov/v1/listOfValues/hotels/{HotelId}/periodsSetup

Summary: get Periods Setup LOV

get Periods Setup LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/periodsSetup


GET /lov/v1/listOfValues/PhoneTypes

Summary: get Phone Types LOV

get Phone Types LOV


GET /lov/v1/listOfValues/country/{Country}/postalCodes

Summary: get Postal Codes LOV

get Postal Codes LOV


PARAMETERS /lov/v1/listOfValues/country/{Country}/postalCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/postingRoom

Summary: get Posting Room LOV

get Posting Room LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/postingRoom


GET /lov/v1/listOfValues/hotels/{HotelId}/postingTransactionCodes

Summary: get Posting Transaction Codes LOV

get Posting Transaction Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/postingTransactionCodes


GET /lov/v1/listOfValues/chainCode/{ChainCode}/preferenceGroup/{PreferenceGroup}/preferenceSubgroups

Summary: get Preference Subgroups LOV

get Preference Subgroups LOV


PARAMETERS /lov/v1/listOfValues/chainCode/{ChainCode}/preferenceGroup/{PreferenceGroup}/preferenceSubgroups


GET /lov/v1/listOfValues/PreferenceTypes

Summary: get Preference Types LOV

get Preference Types LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/prepaidCardInterfaces

Summary: get Prepaid Card Interfaces LOV

get Prepaid Card Interfaces LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/prepaidCardInterfaces


GET /lov/v1/listOfValues/hotels/{HotelId}/priorities

Summary: get Priorities LOV

get Priorities LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/priorities


GET /lov/v1/listOfValues/hotels/{HotelId}/promoGroups

Summary: get Promo Groups LOV

get Promo Groups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/promoGroups


GET /lov/v1/listOfValues/hotels/{HotelId}/promoCode/{PromoCode}/promoRates

Summary: get Promo Rates LOV

get Promo Rates LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/promoCode/{PromoCode}/promoRates


GET /lov/v1/listOfValues/profiles/{ProfileId}/profileCommunications

Summary: get Profile Communications LOV

get Profile Communications LOV


PARAMETERS /lov/v1/listOfValues/profiles/{ProfileId}/profileCommunications


GET /lov/v1/listOfValues/hotels/{HotelId}/profiles/{ProfileId}/profileIdentifications

Summary: get Profile Identifications LOV

get Profile Identifications LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/profiles/{ProfileId}/profileIdentifications


GET /lov/v1/listOfValues/ProfileIdTypes

Summary: get Profile Id IdentificationTypes LOV

get Profile Id IdentificationTypes LOV


GET /lov/v1/listOfValues//ProfileIdCountries

Summary: get Profile Id Identification Countries LOV

get Profile Id Identification Countries LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/propertyAmenities

Summary: get Property Amenities LOV

get Property Amenities LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/propertyAmenities


GET /lov/v1/listOfValues/hotelCodeList/{HotelCodeList}/queueName

Summary: get Queue Name LOV

get Queue Name LOV


PARAMETERS /lov/v1/listOfValues/hotelCodeList/{HotelCodeList}/queueName


GET /lov/v1/listOfValues/hotels/{HotelId}/departmentId/{DepartmentId}/quickTexts

Summary: get Quick Texts LOV

get Quick Texts LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/departmentId/{DepartmentId}/quickTexts


GET /lov/v1/listOfValues/hotels/{HotelId}/rateCategories

Summary: get Rate Categories LOV

get Rate Categories LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/rateCategories


GET /lov/v1/listOfValues/hotels/{HotelId}/resortRateClasses

Summary: get Rate Classes LOV

get Rate Classes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resortRateClasses


GET /lov/v1/listOfValues/hotels/{HotelId}/rateCodeType/{RateCodeType}/rateCodesByType

Summary: get Rate Codes By Type LOV

get Rate Codes By Type LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/rateCodeType/{RateCodeType}/rateCodesByType


GET /lov/v1/listOfValues/hotels/{HotelId}/rateCodeType/{RateCodeType}/ratePlanForMassRate

Summary: get Rate Plan For Mass Rate LOV

get Rate Plan For Mass Rate LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/rateCodeType/{RateCodeType}/ratePlanForMassRate


GET /lov/v1/listOfValues/hotels/{HotelId}/rateCodeGlobalDescEdit

Summary: get Rate Code Global Desc Edit LOV

get Rate Code Global Desc Edit LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/rateCodeGlobalDescEdit


GET /lov/v1/listOfValues/hotels/{HotelId}/rateCodesValid

Summary: get Rate Codes Valid LOV

get Rate Codes Valid LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/rateCodesValid


GET /lov/v1/listOfValues/hotels/{HotelId}/rateCommissionCodes

Summary: get Rate Commission Codes LOV

get Rate Commission Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/rateCommissionCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/rateConfigCurrencies

Summary: get Rate Config Currencies LOV

get Rate Config Currencies LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/rateConfigCurrencies


GET /lov/v1/listOfValues/hotels/{HotelId}/rateGroups

Summary: get Rate Groups LOV

get Rate Groups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/rateGroups


GET /lov/v1/listOfValues/hotels/{HotelId}/ratePlans

Summary: get Rate Plans LOV

get Rate Plans LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/ratePlans


GET /lov/v1/listOfValues/hotels/{HotelId}/rateCode/{RateCode}/ratePlansForYieldAsConfig

Summary: get Rate Plans For Yield As Config LOV

get Rate Plans For Yield As Config LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/rateCode/{RateCode}/ratePlansForYieldAsConfig


GET /lov/v1/listOfValues/hotels/{HotelId}/repBlockCodesParamOff

Summary: get Rep Block Codes Param Off LOV

get Rep Block Codes Param Off LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repBlockCodesParamOff


GET /lov/v1/listOfValues/hotels/{HotelId}/repBlockCodesParamOn

Summary: get Rep Block Codes Param On LOV

get Rep Block Codes Param On LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repBlockCodesParamOn


GET /lov/v1/listOfValues/year/{Year}/repCalendarMonths

Summary: get Rep Calendar Months LOV

get Rep Calendar Months LOV


PARAMETERS /lov/v1/listOfValues/year/{Year}/repCalendarMonths


GET /lov/v1/listOfValues/year/{Year}/repCalendarWeeks

Summary: get Rep Calendar Weeks LOV

get Rep Calendar Weeks LOV


PARAMETERS /lov/v1/listOfValues/year/{Year}/repCalendarWeeks


GET /lov/v1/listOfValues/year/{Year}/repCalendarYears

Summary: get Rep Calendar Years LOV

get Rep Calendar Years LOV


PARAMETERS /lov/v1/listOfValues/year/{Year}/repCalendarYears


GET /lov/v1/listOfValues/hotels/{HotelId}/repCashiers

Summary: get rep Cashiers LOV

get rep Cashiers LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repCashiers


GET /lov/v1/listOfValues/hotels/{HotelId}/repContactList

Summary: get Rep Contact List LOV

get Rep Contact List LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repContactList


GET /lov/v1/listOfValues/hotels/{HotelId}/repCurrencies

Summary: get Rep Currencies LOV

get Rep Currencies LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repCurrencies


GET /lov/v1/listOfValues/hotels/{HotelId}/repDepartments

Summary: get Rep Departments LOV

get Rep Departments LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repDepartments


GET /lov/v1/listOfValues/hotels/{HotelId}/repFiscalYears

Summary: get Rep Fiscal Years LOV

get Rep Fiscal Years LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repFiscalYears


GET /lov/v1/listOfValues/hotels/{HotelId}/repForeignCurrencies

Summary: get rep Foreign Currencies LOV

get rep Foreign Currencies LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repForeignCurrencies


GET /lov/v1/listOfValues/hotels/{HotelId}/repGroups

Summary: get rep Groups LOV

get rep Groups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repGroups


GET /lov/v1/listOfValues/hotels/{HotelId}/repInventoryItemPools

Summary: get Rep Inventory Item Pools LOV

get Rep Inventory Item Pools LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repInventoryItemPools


GET /lov/v1/listOfValues/hotels/{HotelId}/repServiceRequestCodes

Summary: get Rep Service Request Codes LOV

get Rep Service Request Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repServiceRequestCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/repMarketCodes

Summary: get rep Market Codes LOV

get rep Market Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repMarketCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/repRooms

Summary: get rep Rooms LOV

get rep Rooms LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repRooms


GET /lov/v1/listOfValues/hotels/{HotelId}/repRoomStatuses

Summary: get rep Room Statuses LOV

get rep Room Statuses LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repRoomStatuses


GET /lov/v1/listOfValues/hotels/{HotelId}/repRoomTypes

Summary: get rep Room Types LOV

get rep Room Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repRoomTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/repTraveAgtCalendarYear

Summary: get rep Trave Agent Calendar Year LOV

get rep Trave Agent Calendar Year LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repTraveAgtCalendarYear


GET /lov/v1/listOfValues/hotels/{HotelId}/repTransactionCodes

Summary: get rep Transaction Codes LOV

get rep Transaction Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/repTransactionCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/beginDate/{BeginDate}/endDate/{EndDate}/resStatReportRateCode

Summary: get Res Stat Report Rate Code LOV

get Res Stat Report Rate Code LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/beginDate/{BeginDate}/endDate/{EndDate}/resStatReportRateCode


GET /lov/v1/listOfValues/hotels/{HotelId}/resvAutoAttachRulesRuleType

Summary: get Reservation Auto Attach Rules Rule Type LOV

get Reservation Auto Attach Rules Rule Type LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resvAutoAttachRulesRuleType


GET /lov/v1/listOfValues/hotels/{HotelId}/reservationBasedBlocks

Summary: get Reservation Based Blocks LOV

get Reservation Based Blocks LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/reservationBasedBlocks


GET /lov/v1/listOfValues/hotels/{HotelId}/resvBasedProfiles

Summary: get Reservation Based Profiles LOV

get Reservation Based Profiles LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resvBasedProfiles


GET /lov/v1/listOfValues/hotels/{HotelId}/adults/2/children/0/arrival/2023-04-21/departure/2023-04-22/reservationPackages

Summary: get Reservation Packages (for date range) LOV

Get packages that are available to add to a reservation, such as breakfast, champage, chocolates. You can then use putReservation to add the package(s) to an existing reservation. Package Codes should be flagged as Sell Separate in OPERA Cloud application.


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/adults/2/children/0/arrival/2023-04-21/departure/2023-04-22/reservationPackages


GET /lov/v1/listOfValues/hotels/{HotelId}/adults/2/children/0/arrival/2023-11-21/group/1234/reservationPackagesGroupItems

Summary: get Reservation Packages Group Items LOV

Get packages that are available to add to a reservation, such as breakfast, champage, chocolates. You can then use putReservation to add the package(s) to an existing reservation. Package Codes should be flagged as Sell Separate in OPERA Cloud application.


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/adults/2/children/0/arrival/2023-11-21/group/1234/reservationPackagesGroupItems


GET /lov/v1/listOfValues/hotels/{HotelId}/reservationPreferences

Summary: get Reservation Preferences LOV

get Reservation Preferences LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/reservationPreferences


GET /lov/v1/listOfValues/hotels/{HotelId}/reservationStatusesHotel

Summary: get Reservation Statuses Hotel LOV

get Reservation Statuses Hotel LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/reservationStatusesHotel


GET /lov/v1/listOfValues/ReservationStatuses

Summary: get Reservation Statuses LOV

get Reservation Statuses LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/resvNameId/{ReservationId}/reservationTickets

Summary: get Reservation Tickets LOV

get Reservation Tickets LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resvNameId/{ReservationId}/reservationTickets


GET /lov/v1/listOfValues/hotels/{HotelId}/arrival/{Arrival}/departure/{Departure}/reservationTicketsCodes

Summary: get Reservation Tickets Codes LOV

get Reservation Tickets Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/arrival/{Arrival}/departure/{Departure}/reservationTicketsCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/resortAirports

Summary: get Resort Airports LOV

get Resort Airports LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resortAirports


GET /lov/v1/listOfValues/ResortChains

Summary: get Resort Chains (hotels in the chain) LOV

List the hotels in the chain being accessed.


GET /lov/v1/listOfValues/hotels/{HotelId}/resortCROs

Summary: get Resort CROs LOV

get Resort CROs LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resortCROs


GET /lov/v1/listOfValues/hotels/{HotelId}/resortGuaranteeCodes

Summary: get Resort Guarantee Codes LOV

get Resort Guarantee Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resortGuaranteeCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/SellInReservation/Y/sellInEvent/Y/resortInventoryItems

Summary: get Resort Inventory Items LOV

get Resort Inventory Items LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/SellInReservation/Y/sellInEvent/Y/resortInventoryItems


GET /lov/v1/listOfValues/hotels/{HotelId}/resortMarketCodes

Summary: get Resort Market Codes LOV

get Resort Market Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resortMarketCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/resortRestrictionStatuses

Summary: get Resort Restriction Statuses LOV

get Resort Restriction Statuses LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resortRestrictionStatuses


GET /lov/v1/listOfValues/hotels/{HotelId}/resortRoomNumbers

Summary: get Resort Room Numbers LOV

get Resort Room Numbers LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resortRoomNumbers


GET /lov/v1/listOfValues/hotels/{HotelId}/resortRoomTypes

Summary: get Resort Room Types LOV

get Resort Room Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resortRoomTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/resortTransportationLabels

Summary: get Resort Transportation Labels LOV

get Resort Transportation Labels LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resortTransportationLabels


GET /lov/v1/listOfValues/hotels/{HotelId}/resourceItemClasses

Summary: get Resource Item Classes LOV

get Resource Item Classes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resourceItemClasses


GET /lov/v1/listOfValues/hotels/{HotelId}/resvAutoAttachRulesCodes

Summary: get Resv Auto Attach Rules Codes LOV

get Resv Auto Attach Rules Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/resvAutoAttachRulesCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/revenueTypeMappingSpace

Summary: get Revenue Type Mapping Space LOV

get Revenue Type Mapping Space LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/revenueTypeMappingSpace


GET /lov/v1/listOfValues/hotels/{HotelId}/revenueTypeMappingTrxCodes

Summary: get Revenue Type Mapping Trx Codes LOV

get Revenue Type Mapping Trx Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/revenueTypeMappingTrxCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/bucketType/ROOM/revenueBucketTrxCodes

Summary: get Revenue Bucket Trx Codes LOV

get Revenue Bucket Trx Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/bucketType/ROOM/revenueBucketTrxCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/roomClasses

Summary: get Room Classes LOV

get Room Classes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomClasses


GET /lov/v1/listOfValues/hotels/{HotelId}/roomClassCategories

Summary: get Room Class Categories LOV

get Room Class Categories LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomClassCategories


GET /lov/v1/listOfValues/hotels/{HotelId}/roomFeatures

Summary: get Room Features LOV

get Room Features LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomFeatures


GET /lov/v1/listOfValues/property/{Property}/roomHierarchyClassesCopy

Summary: get Room Hierarchy Classes Copy LOV

get Room Hierarchy Classes Copy LOV


PARAMETERS /lov/v1/listOfValues/property/{Property}/roomHierarchyClassesCopy


GET /lov/v1/listOfValues/property/{Property}/roomHierarchyRoomClasses

Summary: get Room Hierarchy Room Classes LOV

get Room Hierarchy Room Classes LOV


PARAMETERS /lov/v1/listOfValues/property/{Property}/roomHierarchyRoomClasses


GET /lov/v1/listOfValues/property/{Property}/roomHierarchyRoomTypes

Summary: get Room Hierarchy Room Types LOV

get Room Hierarchy Room Types LOV


PARAMETERS /lov/v1/listOfValues/property/{Property}/roomHierarchyRoomTypes


GET /lov/v1/listOfValues/property/{Property}/roomHierarchyTypesCopy

Summary: get Room Hierarchy Types Copy LOV

get Room Hierarchy Types Copy LOV


PARAMETERS /lov/v1/listOfValues/property/{Property}/roomHierarchyTypesCopy


GET /lov/v1/listOfValues/hotels/{HotelId}/roomHoldConditions

Summary: get Room Hold Conditions LOV

get Room Hold Conditions LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomHoldConditions


GET /lov/v1/listOfValues/hotels/{HotelId}/roomType/{RoomTypeCode}/arrival/2023-11-01/departure/2023-11-03/roomingListHKRooms

Summary: get Rooming List HK Rooms LOV

get Rooming List HK Rooms LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomType/{RoomTypeCode}/arrival/2023-11-01/departure/2023-11-03/roomingListHKRooms


GET /lov/v1/listOfValues/hotels/{HotelId}/roomMaintenance

Summary: get Room Maintenance LOV

get Room Maintenance LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomMaintenance


GET /lov/v1/listOfValues/RoomMoveReasons

Summary: get Room Move Reasons LOV

get Room Move Reasons LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/roomPools

Summary: get Room Pools LOV

get Room Pools LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomPools


GET /lov/v1/listOfValues/hotels/{HotelId}/room/{RoomId}/roomRates

Summary: get Room Rates LOV

get Room Rates LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/room/{RoomId}/roomRates


GET /lov/v1/listOfValues/includeDayUse/includeDayUse/roomReservationStatus

Summary: get Room Reservation Status LOV

get Room Reservation Status LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/roomRevenueTrxCodes

Summary: get Room Revenue Transaction Codes LOV

get Room Revenue Transaction Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomRevenueTrxCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/roomSpecials

Summary: get Room Specials LOV

get Room Specials LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomSpecials


GET /lov/v1/listOfValues/RoomStatus

Summary: get Room Status LOV

get Room Status LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/roomPool/SUITE/roomPoolRoomTypes

Summary: get Room Pool Room Types LOV

get Room Pool Room Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomPool/SUITE/roomPoolRoomTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/roomTypes

Summary: get Room Types LOV

get Room Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/roomTypePool

Summary: get Room Type Pool LOV

get Room Type Pool LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomTypePool


GET /lov/v1/listOfValues/hotels/{HotelId}/ratePlanCodes/{RatePlanCode}/roomTypesForMassRate

Summary: get Room Types For Mass Rate LOV

get Room Types For Mass Rate LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/ratePlanCodes/{RatePlanCode}/roomTypesForMassRate


GET /lov/v1/listOfValues/hotels/{HotelId}/rooms

Summary: get Rooms LOV

Room numbers with Roomtype and description


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/rooms


GET /lov/v1/listOfValues/hotels/{HotelId}/roomsKeyGeneration

Summary: get Rooms Key Generation LOV

Room numbers with Roomtype and description


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/roomsKeyGeneration


GET /lov/v1/listOfValues/hotels/{HotelId}/routingInstructions

Summary: get Routing Instructions LOV

get Routing Instructions LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/routingInstructions


GET /lov/v1/listOfValues/hotels/{HotelId}/salesManagerGoalPeriod

Summary: get Sales Manager Goal Period LOV

get Sales Manager Goal Period LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/salesManagerGoalPeriod


GET /lov/v1/listOfValues/hotels/{HotelId}/scheduledReportsExport

Summary: get Scheduled Reports Export LOV

get Scheduled Reports Export LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/scheduledReportsExport


GET /lov/v1/listOfValues/hotels/{HotelId}/SellInReservation/{SellInReservation}/sellInEvent/{SellInEvent}/inventoryItems

Summary: get Inventory Items LOV

get Inventory Items LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/SellInReservation/{SellInReservation}/sellInEvent/{SellInEvent}/inventoryItems


GET /lov/v1/listOfValues/hotels/{HotelId}/serviceRequestCodes

Summary: get Service Request Codes LOV

get Service Request Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/serviceRequestCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/setupStyles

Summary: get Setup Styles LOV

get Setup Styles LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/setupStyles


GET /lov/v1/listOfValues/hotels/{HotelId}/shiftReports

Summary: get Shift Reports LOV

get Shift Reports LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/shiftReports


GET /lov/v1/listOfValues/SourceCodes

Summary: get Source codes LOV

get Source codes LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/includeInactive/{IncludeInactive}/sourceGroups

Summary: get Source Groups LOV

get Source Groups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/includeInactive/{IncludeInactive}/sourceGroups


GET /lov/v1/listOfValues/hotels/{HotelId}/spaces

Summary: get Spaces LOV

get Spaces LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/spaces


GET /lov/v1/listOfValues/hotels/{HotelId}/specials

Summary: get Specials LOV

get Specials LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/specials


GET /lov/v1/listOfValues/hotels/{HotelId}/specialRequests

Summary: get Special Requests LOV

get Special Requests LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/specialRequests


GET /lov/v1/listOfValues/hotels/{HotelId}/storedValueRedeemTrx

Summary: get Stored Value Redeem Trx LOV

get Stored Value Redeem Trx LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/storedValueRedeemTrx


GET /lov/v1/listOfValues/hotels/{HotelId}/summaryRefreshLog

Summary: get Summary Refresh Log LOV

get Summary Refresh Log LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/summaryRefreshLog


GET /lov/v1/listOfValues/hotels/{HotelId}/synchronizeRateCodes

Summary: get Synchronize Rate Codes LOV

get Synchronize Rate Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/synchronizeRateCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/fromDate/{fromDate}}/taskBreakOut

Summary: get Task Break Out LOV

get Task Break Out LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/fromDate/{fromDate}}/taskBreakOut


GET /lov/v1/listOfValues/hotels/{HotelId}/taxTypes

Summary: get Tax Types LOV

get Tax Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/taxTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/telephoneCategory

Summary: get Telephone Category LOV

get Telephone Category LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/telephoneCategory


GET /lov/v1/listOfValues/bookingChannels/{BookingChannelCode}/templateBookingChannelRoomTypes

Summary: get Template Booking Channel Room Types LOV

get Template Booking Channel Room Types LOV


PARAMETERS /lov/v1/listOfValues/bookingChannels/{BookingChannelCode}/templateBookingChannelRoomTypes


GET /lov/v1/listOfValues/includeGlobals/{IncludeGlobals}/templatePreferences

Summary: get Template Preferences LOV

get Template Preferences LOV


PARAMETERS /lov/v1/listOfValues/includeGlobals/{IncludeGlobals}/templatePreferences


GET /lov/v1/listOfValues/includeInactive/{IncludeInactive}/templateMarketCodes

Summary: get Template Market Codes LOV

get Template Market Codes LOV


PARAMETERS /lov/v1/listOfValues/includeInactive/{IncludeInactive}/templateMarketCodes


GET /lov/v1/listOfValues/includeInactive/{IncludeInactive}/templateMarketGroups

Summary: get Template Market Groups LOV

get Template Market Groups LOV


PARAMETERS /lov/v1/listOfValues/includeInactive/{IncludeInactive}/templateMarketGroups


GET /lov/v1/listOfValues/includeInactive/{IncludeInactive}/templateRoomClasses

Summary: get Template Room Classes LOV

get Template Room Classes LOV


PARAMETERS /lov/v1/listOfValues/includeInactive/{IncludeInactive}/templateRoomClasses


GET /lov/v1/listOfValues/includeInactive/{IncludeInactive}/templateSourceCodes

Summary: get Template Source Codes LOV

get Template Source Codes LOV


PARAMETERS /lov/v1/listOfValues/includeInactive/{IncludeInactive}/templateSourceCodes


GET /lov/v1/listOfValues/includeInactive/{IncludeInactive}/templateSourceGroups

Summary: get Template Source Groups LOV

get Template Source Groups LOV


PARAMETERS /lov/v1/listOfValues/includeInactive/{IncludeInactive}/templateSourceGroups


GET /lov/v1/listOfValues/country/{Country}/toPostalCodes

Summary: get To Postal Codes LOV

get To Postal Codes LOV


PARAMETERS /lov/v1/listOfValues/country/{Country}/toPostalCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/transactionAdjustmentReasonCodes

Summary: get Transaction Adjustment Reason Codes LOV

get Transaction Adjustment Reason Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/transactionAdjustmentReasonCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/transactionCodes

Summary: get Transaction Codes LOV

get Transaction Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/transactionCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/transactionCodesConsumption

Summary: get Transaction Codes Consumption LOV

get Transaction Codes Consumption LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/transactionCodesConsumption


GET /lov/v1/listOfValues/hotels/{HotelId}/transactionCodesPayment

Summary: get Transaction Codes Payment LOV

get Transaction Codes Payment LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/transactionCodesPayment


GET /lov/v1/listOfValues/hotels/{HotelId}/transactionDeleteReasonCodes

Summary: get Transaction Delete Reason Codes LOV

get Transaction Delete Reason Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/transactionDeleteReasonCodes


GET /lov/v1/listOfValues/hotels/{HotelId}/transactionDiversionRuleRooms

Summary: get Transaction Diversion Rule Rooms LOV

get Transaction Diversion Rule Rooms LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/transactionDiversionRuleRooms


GET /lov/v1/listOfValues/hotels/{HotelId}/transactionGroups

Summary: get Transaction Groups LOV

get Transaction Groups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/transactionGroups


GET /lov/v1/listOfValues/hotels/{HotelId}/transactionSubgroups

Summary: get Transaction Subgroups LOV

get Transaction Subgroups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/transactionSubgroups


GET /lov/v1/listOfValues/hotels/{HotelId}/transportTypes

Summary: get Transport Types LOV

get Transport Types LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/transportTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/transportTypesHotel

Summary: get Transport Types Hotel LOV

get Transport Types Hotel LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/transportTypesHotel


GET /lov/v1/listOfValues/hotels/{HotelId}/travelAgentSource

Summary: get Travel Agent Source LOV

get Travel Agent Source LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/travelAgentSource


GET /lov/v1/listOfValues/hotels/{HotelId}/travelAgentSourceResv

Summary: get Travel Agent Source Resv LOV

get Travel Agent Source Resv LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/travelAgentSourceResv


GET /lov/v1/listOfValues/hotels/{HotelId}/turnawayCodes

Summary: get Turnaway Codes LOV

get Turnaway Codes LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/turnawayCodes


GET /lov/v1/listOfValues/Titles

Summary: get Titles LOV

get Titles LOV


GET /lov/v1/listOfValues/UserDefinedFieldGroups

Summary: get User Defined Field Groups LOV

get User Defined Field Groups LOV


GET /lov/v1/listOfValues/hotels/{HotelId}/activityGroup/{ActivityGroup}/userLogActivityTypes

Summary: get User Log Activity Types LOV (used in get Block Activity Log)

get User Log Activity Types LOV (used in get Block Activity Log)


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/activityGroup/{ActivityGroup}/userLogActivityTypes


GET /lov/v1/listOfValues/hotels/{HotelId}/userLogActivityGroups

Summary: get User Log Activity Groups LOV

get User Log Activity Groups LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/userLogActivityGroups


GET /lov/v1/listOfValues/hotels/{HotelId}/yearSetup

Summary: get Year Setup LOV

get Year Setup LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/yearSetup


GET /lov/v1/listOfValues/hotels/{HotelId}/yieldMarkets

Summary: get Yield Markets LOV

get Yield Markets LOV


PARAMETERS /lov/v1/listOfValues/hotels/{HotelId}/yieldMarkets


GET /lov/v1/listOfValues

Summary: fetch LOV names

In the response, you will see all available options you can then pass in a new request, to find the details for that subject. EG name = ProfileIdCountries. Now you can post the request - {{HostName}}/lov/v1/listOfValues/ProfileIdCountries

You will also see in the response of this request if the “name” has parameters than can be passed in the request too, and if they are mandatory or not.


GET /crm/v1/profiles

Summary: Get Profiles

Get Profiles


POST /crm/v1/profiles

Summary: Post Profile

Post Profile


GET /crm/v1/profiles/{ProfileId}

Summary: Get Profile

Get Profile


PUT /crm/v1/profiles/{ProfileId}

Summary: Put Profile

  • correspondance / Privacy Fields

DELETE /crm/v1/profiles/{ProfileId}

Summary: Delete Profile

Delete Profile


PARAMETERS /crm/v1/profiles/{ProfileId}


GET /crm/v1/companies/{CorporateId}

Summary: get Company Profile

get Company Profile


PARAMETERS /crm/v1/companies/{CorporateId}


GET /crm/v1/profilesByIds

Summary: get Profiles By Ids

get Profiles By Ids


POST /crm/v1/guests

Summary: Post Guest Profile

Post Guest Profile


POST /crm/v1/companies

Summary: Post Company Profile

Post Company Profile


PUT /crm/v1/profiles/{CompanyId}

Summary: Put Company Profile

Put Company Profile


PARAMETERS /crm/v1/profiles/{CompanyId}


POST /crm/v1/profiles/{ProfileId}/hotels/{HotelId}1/forecasts

Summary: post Account Forecast

post Account Forecast


PARAMETERS /crm/v1/profiles/{ProfileId}/hotels/{HotelId}1/forecasts


GET /crm/v1/profiles/{ProfileId}/hotels/{HotelId}/forecasts

Summary: get Account Forecasts

get Account Forecasts


DELETE /crm/v1/profiles/{ProfileId}/hotels/{HotelId}/forecasts

Summary: delete Multiple Account Forecasts

delete Multiple Account Forecasts


PARAMETERS /crm/v1/profiles/{ProfileId}/hotels/{HotelId}/forecasts


PUT /crm/v1/profiles/{ProfileId}/hotels/{HotelId}/forecasts/periodCodes/{PeriodCode}

Summary: put Account Forecast

put Account Forecast


DELETE /crm/v1/profiles/{ProfileId}/hotels/{HotelId}/forecasts/periodCodes/{PeriodCode}

Summary: delete Account Forecast

delete Account Forecast


PARAMETERS /crm/v1/profiles/{ProfileId}/hotels/{HotelId}/forecasts/periodCodes/{PeriodCode}


GET /crm/v0/profiles/{ProfileId}/memberships/info

Summary: get Membership Details

get Membership Details


PARAMETERS /crm/v0/profiles/{ProfileId}/memberships/info


POST /crm/v1/profiles/{ProfileId}/memberships

Summary: post Membership

post Membership


PARAMETERS /crm/v1/profiles/{ProfileId}/memberships


PUT /crm/v0/profiles/{ProfileId}/membershipType/{MembershipType}/membershipId/{MembershipId}

Summary: change Membership

change Membership


DELETE /crm/v0/profiles/{ProfileId}/membershipType/{MembershipType}/membershipId/{MembershipId}

Summary: delete Membership

delete Membership


PARAMETERS /crm/v0/profiles/{ProfileId}/membershipType/{MembershipType}/membershipId/{MembershipId}


POST /crm/v1/membershipClaims

Summary: post Membership Claim

post Membership Claim


GET /crm/v1/memberships/{MembershipId}/claims

Summary: get All Membership Claims

get All Membership Claims


PARAMETERS /crm/v1/memberships/{MembershipId}/claims


GET /crm/v1/membershipClaims/{ClaimId}

Summary: get Membership Claim

get Membership Claim


PUT /crm/v1/membershipClaims/{ClaimId}

Summary: change Membership Claim

change Membership Claim


PARAMETERS /crm/v1/membershipClaims/{ClaimId}


GET /crm/v1/memberships/{MembershipId}/promotions

Summary: get Membership Promotions

get Membership Promotions


POST /crm/v1/memberships/{MembershipId}/promotions

Summary: post Membership Promotion

post Membership Promotion


PARAMETERS /crm/v1/memberships/{MembershipId}/promotions


PUT /crm/v1/memberships/{MembershipId}/promotions/{PromotionCode}

Summary: put Membership Promotion

put Membership Promotion


DELETE /crm/v1/memberships/{MembershipId}/promotions/{PromotionCode}

Summary: delete Membership Promotion

delete Membership Promotion


PARAMETERS /crm/v1/memberships/{MembershipId}/promotions/{PromotionCode}


GET /crm/v1/profileMembershipStatistics

Summary: get Profile Membership Statistics

get Profile Membership Statistics


GET /crm/v1/memberships/{MembershipTransactionId}/transactions

Summary: get Membership Transactions Summary

get Membership Transactions Summary


POST /crm/v1/memberships/{MembershipTransactionId}/transactions

Summary: post Membership Transaction

post Membership Transaction


PARAMETERS /crm/v1/memberships/{MembershipTransactionId}/transactions


GET /crm/v1/membershipTransactions/{MembershipTransactionId}

Summary: get Membership Transaction

get Membership Transaction


PARAMETERS /crm/v1/membershipTransactions/{MembershipTransactionId}


GET /crm/v1/membershipTransactions/{MembershipTransactionId}/pointRejectionReasons

Summary: get Membership Transaction Points Rejection Reasons

get Membership Transaction Points Rejection Reasons


PARAMETERS /crm/v1/membershipTransactions/{MembershipTransactionId}/pointRejectionReasons


GET /crm/v1/membershipTransactions/{MembershipTransactionId}/tierPoints

Summary: get Membership Transaction Tier Points

get Membership Transaction Tier Points


PARAMETERS /crm/v1/membershipTransactions/{MembershipTransactionId}/tierPoints


GET /crm/v1/membershipTransactions/{MembershipTransactionId}/rates

Summary: get Membership Transaction Rates

get Membership Transaction Rates


PARAMETERS /crm/v1/membershipTransactions/{MembershipTransactionId}/rates


GET /crm/v1/membershipTransactions/{MembershipTransactionId}/revenue

Summary: get Membership Transaction Revenue

get Membership Transaction Revenue


PARAMETERS /crm/v1/membershipTransactions/{MembershipTransactionId}/revenue


GET /crm/v1/profiles/{MembershipTransactionId}/membershipTransactionExceptions

Summary: get Membership Transaction Exceptions

get Membership Transaction Exceptions


PARAMETERS /crm/v1/profiles/{MembershipTransactionId}/membershipTransactionExceptions


GET /crm/v1/profiles/{ProfileId}/attachments

Summary: get Profile Attachments

get Profile Attachments


PARAMETERS /crm/v1/profiles/{ProfileId}/attachments


DELETE /crm/v1/profiles/{ProfileId}/attachments/{AttachmentId}

Summary: delete Profile Attachment

delete Profile Attachment


PARAMETERS /crm/v1/profiles/{ProfileId}/attachments/{AttachmentId}


GET /crm/v1/profiles/{ProfileId}/cashieringDetails

Summary: get Profile Cashiering Details

get Profile Cashiering Details


PUT /crm/v1/profiles/{ProfileId}/cashieringDetails

Summary: change Profile Cashiering Details

change Profile Cashiering Details


PARAMETERS /crm/v1/profiles/{ProfileId}/cashieringDetails


GET /crm/v1/profiles/{ProfileId}/commissionAccount

Summary: get Profile Commission Accounts

get Profile Commission Accounts


PUT /crm/v1/profiles/{ProfileId}/commissionAccount

Summary: set Profile Commission Account

set Profile Commission Account


DELETE /crm/v1/profiles/{ProfileId}/commissionAccount

Summary: delete Profile Commission Account

delete Profile Commission Account


PARAMETERS /crm/v1/profiles/{ProfileId}/commissionAccount


POST /crm/v1/profiles/1458295/commissionAccount

Summary: post Profile Commission Account

post Profile Commission Account


PUT /crm/v1/hotels/{HotelId}/profiles/{ProfileId}/commissionAccount

Summary: copy Profile Commission Account

copy Profile Commission Account


PARAMETERS /crm/v1/hotels/{HotelId}/profiles/{ProfileId}/commissionAccount


GET /crm/v0/profiles/{ProfileId}/owners

Summary: get Profile Owners

get Profile Owners


PUT /crm/v0/profiles/{ProfileId}/owners

Summary: change Profile Owners

Use this API to update a profile owner code to an existing profile in OPERA Cloud. You need to know the owner code for the body of the request, as well as the profile ID. Profile owners can be assigned to Company, Agent, Source profiles. To find the owner code, you can use the operation - GET ‘/crm/config/v1/accountOwners?findExactOwnerCodeMatch=false&ownerCode=XXX&chainCode=CHA&maxFetchRecords=0&hotelId={{HotelId}}


POST /crm/v0/profiles/{ProfileId}/owners

Summary: post Profile Owners

Use this API to assign a profile owner code to an existing profile in OPERA Cloud. You need to know the owner code for the body of the request, as well as the profile ID. Profile owners can be assigned to Company, Agent, Source profiles.


PARAMETERS /crm/v0/profiles/{ProfileId}/owners


GET /crm/v0/profiles/{ProfileId}/preferences

Summary: get Preference for Profile

get Preference for Profile


POST /crm/v0/profiles/{ProfileId}/preferences

Summary: post Preference (v0) (multiple preferences)

post Preference (v0) (multiple preferences)


PARAMETERS /crm/v0/profiles/{ProfileId}/preferences


GET /crm/v0/profileListOfValues/availablePreferences

Summary: get Available Preference LOV For Profile

get Available Preference LOV For Profile


PUT /crm/v1/profiles/{ProfileId}/preferences

Summary: distribute Preference

distribute Preference


PARAMETERS /crm/v1/profiles/{ProfileId}/preferences


DELETE /crm/v0/profiles/{ProfileId}/preferenceType/{PreferenceType}/preferences/{PreferenceCode}

Summary: delete Global Preference

delete Global Preference


PARAMETERS /crm/v0/profiles/{ProfileId}/preferenceType/{PreferenceType}/preferences/{PreferenceCode}


DELETE /crm/v0/profiles/{ProfileId}/hotels/{HotelId}/preferenceType/{PreferenceType}/preferences/{PreferenceCode}

Summary: delete Preference

delete Preference


PARAMETERS /crm/v0/profiles/{ProfileId}/hotels/{HotelId}/preferenceType/{PreferenceType}/preferences/{PreferenceCode}


PUT /crm/v1/profiles/{SourceProfileId}/relationships/{TargetProfileId}

Summary: Put Profile Relationship

Put Profile Relationship


POST /crm/v1/profiles/{SourceProfileId}/relationships/{TargetProfileId}

Summary: Post Profile Relationship

Post Profile Relationship


DELETE /crm/v1/profiles/{SourceProfileId}/relationships/{TargetProfileId}

Summary: remove Profile Relationship

remove Profile Relationship


PARAMETERS /crm/v1/profiles/{SourceProfileId}/relationships/{TargetProfileId}


GET /crm/v1/profiles/{ProfileId}/relationships

Summary: get Profile Relationships

get Profile Relationships


PARAMETERS /crm/v1/profiles/{ProfileId}/relationships


GET /crm/v0/profileStatistics

Summary: get Profile Statistics

  • Reservation

GET /crm/v0/profiles/action/validate

Summary: check Profile Type

This API validates/checks allowed actions, the existence of attached records and/or indicators of a profile


GET /crm/v0/address

Summary: get Address

  • get city and states

GET /crm/v0/airline/transactions

Summary: get Airline Transactions Status

get Airline Transactions Status


GET /crm/v0/profileListOfValues/availableARAddresses

Summary: get Available AR Addresses

get Available AR Addresses


GET /crm/v0/duplicateOPERASubscriptions

Summary: get Duplicate OPERA Subscriptions

get Duplicate OPERA Subscriptions


GET /crm/v0/duplicateExternalSubscriptions

Summary: get Duplicate External Subscriptions

get Duplicate External Subscriptions


GET /crm/v0/ecertificates

Summary: get E Certificates

get E Certificates


Summary: get Linked Profiles

get Linked Profiles



GET /crm/v0/memberships/{MembershipId}/pointsToExpire

Summary: get Member Points To Expire

get Member Points To Expire


PARAMETERS /crm/v0/memberships/{MembershipId}/pointsToExpire


GET /crm/v0/memberships/{MembershipId}/awardExports

Summary: get Membership Award Export Info

get Membership Award Export Info


PARAMETERS /crm/v0/memberships/{MembershipId}/awardExports


GET /crm/v0/hotels/{HotelId}/memberships/{MembershipId}

Summary: get Membership Award Points By Hotel

get Membership Award Points By Hotel


PARAMETERS /crm/v0/hotels/{HotelId}/memberships/{MembershipId}


GET /crm/v0/memberships/{MembershipId}/awards

Summary: get Membership Issue Awards List

get Membership Issue Awards List


PARAMETERS /crm/v0/memberships/{MembershipId}/awards


GET /crm/v1/membershipTierProjections

Summary: get Membership Tier Projections

get Membership Tier Projections


GET /crm/v0/profiles/{ProfileId}/accounts

Summary: get Profile Accounts

get Profile Accounts


PARAMETERS /crm/v0/profiles/{ProfileId}/accounts


GET /crm/v0/profiles/activityLog

Summary: get Profile Activity Log

Get the activity changes log for a profile.


GET /crm/v0/profiles/{ProfileId}/attachments

Summary: get Profile Attachments

get Profile Attachments


PARAMETERS /crm/v0/profiles/{ProfileId}/attachments


GET /crm/v1/externalSystems/{ExtSystemCode}/profiles/{ProfileExternalId}

Summary: get Profile By Ext Id

get Profile By Ext Id


PARAMETERS /crm/v1/externalSystems/{ExtSystemCode}/profiles/{ProfileExternalId}


GET /crm/v0/recentlyAccessedProfiles

Summary: get Recently Accessed Profiles

get Recently Accessed Profiles


GET /crm/v0/profiles/{ProfileId}/cashieringDetails

Summary: get Cashiering Details

get Cashiering details for a profile


PARAMETERS /crm/v0/profiles/{ProfileId}/cashieringDetails


GET /crm/v1/profiles/{ProfileId}/stayHistory

Summary: get Stay History

get Stay History


PARAMETERS /crm/v1/profiles/{ProfileId}/stayHistory


PUT /crm/v1/profiles/{ProfileId}/reservations/action/validate

Summary: validate Reservations For Profile

validate Reservations For Profile


PARAMETERS /crm/v1/profiles/{ProfileId}/reservations/action/validate


POST /crm/v1/profiles/{SurvivorProfileId}/merges

Summary: merge Profiles

merge Profiles


PARAMETERS /crm/v1/profiles/{SurvivorProfileId}/merges


POST /crm/v1/profiles/{ProfileId}/emails

Summary: store Email

store Email


PARAMETERS /crm/v1/profiles/{ProfileId}/emails


GET /crm/config/v0/accountPriorities

Summary: get Account Priorities

get Account Priorities


POST /crm/config/v0/accountPriorities

Summary: post Account Priorities

post Account Priorities


PUT /crm/config/v0/accountPriorities/{AccountPriorityId}

Summary: put Account Priorities

put Account Priorities


DELETE /crm/config/v0/accountPriorities/{AccountPriorityId}

Summary: delete Account Priorities

delete Account Priorities


PARAMETERS /crm/config/v0/accountPriorities/{AccountPriorityId}


GET /crm/config/v0/accountTypes

Summary: get Account Types

get Account Types


POST /crm/config/v0/accountTypes

Summary: post Account Types

post Account Types


PUT /crm/config/v0/accountTypes/{AccountTypesId}

Summary: put Account Types

put Account Types


DELETE /crm/config/v0/accountTypes/{AccountTypesId}

Summary: delete Account Types

delete Account Types


PARAMETERS /crm/config/v0/accountTypes/{AccountTypesId}


GET /crm/config/v0/alternateLanguages

Summary: get Alternate Language Guest Titles

get Alternate Language Guest Titles


POST /crm/config/v0/alternateLanguages

Summary: post Alternate Language Guest Titles

post Alternate Language Guest Titles


PUT /crm/config/v0/alternateLanguages/{GuestTitlesCode}

Summary: change Alternate Language Guest Titles

change Alternate Language Guest Titles


DELETE /crm/config/v0/alternateLanguages/{GuestTitlesCode}

Summary: remove Alternate Language Guest Titles

remove Alternate Language Guest Titles


PARAMETERS /crm/config/v0/alternateLanguages/{GuestTitlesCode}


GET /crm/config/v0/addressFormats

Summary: get Address Formats

get Address Formats


PUT /crm/config/v0/addressFormats

Summary: put Address Formats

put Address Formats


POST /crm/config/v0/addressFormats

Summary: post Address Formats

post Address Formats


DELETE /crm/config/v0/addressFormats

Summary: delete Address Formats

delete Address Formats


GET /crm/config/v0/addressTypes

Summary: get Address Types

get Address Types


POST /crm/config/v0/addressTypes

Summary: post Address Types

post Address Types


PUT /crm/config/v0/addressTypes/{AddressTypeId}

Summary: put Address Types

put Address Types


DELETE /crm/config/v0/addressTypes/{AddressTypeId}

Summary: delete Address Types

delete Address Types


PARAMETERS /crm/config/v0/addressTypes/{AddressTypeId}


GET /crm/config/v0/businessSegments

Summary: get Business Segments

get Business Segments


POST /crm/config/v0/businessSegments

Summary: post Business Segments

post Business Segments


PUT /crm/config/v0/businessSegments/{BusinessSegmentCode}

Summary: change Business Segments

change Business Segments


DELETE /crm/config/v0/businessSegments/{BusinessSegmentCode}

Summary: remove Business Segments

remove Business Segments


PARAMETERS /crm/config/v0/businessSegments/{BusinessSegmentCode}


GET /crm/config/v0/communicationTypes

Summary: get Communication Types

get Communication Types


POST /crm/config/v0/communicationTypes

Summary: post Communication Types

post Communication Types


PUT /crm/config/v0/communicationTypes/{CommunicationTypeCode}

Summary: change Communication Types

change Communication Types


DELETE /crm/config/v0/communicationTypes/{CommunicationTypeCode}

Summary: remove Communication Types

remove Communication Types


PARAMETERS /crm/config/v0/communicationTypes/{CommunicationTypeCode}


GET /crm/config/v0/companyTypes

Summary: get CompanyTypes

get CompanyTypes


POST /crm/config/v0/companyTypes

Summary: post Company Types

post Company Types


PUT /crm/config/v0/companyTypes/{CompanyTypesCode}

Summary: putCompanyTypes

putCompanyTypes


DELETE /crm/config/v0/companyTypes/{CompanyTypesCode}

Summary: delete CompanyTypes

delete CompanyTypes


PARAMETERS /crm/config/v0/companyTypes/{CompanyTypesCode}


GET /crm/config/v0/competitionCodes

Summary: get Competition Codes

get Competition Codes


POST /crm/config/v0/competitionCodes

Summary: post Competition Codes

post Competition Codes


PUT /crm/config/v0/competitionCodes/{CompetitionCodesId}

Summary: put Competition Codes

put Competition Codes


DELETE /crm/config/v0/competitionCodes/{CompetitionCodesId}

Summary: delete Competition Codes

delete Competition Codes


PARAMETERS /crm/config/v0/competitionCodes/{CompetitionCodesId}


GET /crm/config/v0/creditRatings

Summary: get Credit Ratings

get Credit Ratings


PUT /crm/config/v0/creditRatings

Summary: get Credit Ratings

get Credit Ratings


POST /crm/config/v0/creditRatings

Summary: post Credit Ratings

post Credit Ratings


DELETE /crm/config/v0/creditRatings

Summary: delete Credit Ratings

delete Credit Ratings


GET /crm/config/v0/distanceTypes

Summary: get Distance Types

get Distance Types


POST /crm/config/v0/distanceTypes

Summary: post Districts

post Districts


PUT /crm/config/v0/distanceTypes/{DistanceTypesId}

Summary: put Distance Types

put Distance Types


DELETE /crm/config/v0/distanceTypes/{DistanceTypesId}

Summary: delete Distance Types

delete Distance Types


PARAMETERS /crm/config/v0/distanceTypes/{DistanceTypesId}


GET /crm/config/v0/districts

Summary: get Districts

get Districts


POST /crm/config/v0/districts

Summary: post Districts

post Districts


PUT /crm/config/v0/districts/{DistrictsId}

Summary: put Districts

put Districts


DELETE /crm/config/v0/districts/{DistrictsId}

Summary: delete Districts

delete Districts


PARAMETERS /crm/config/v0/districts/{DistrictsId}


GET /crm/config/v0/hotels/{HotelId}/exclusivePreferences

Summary: get Exclusive Preferences

Requires OPERA Cloud to have the control - Exclusive Preferences enabled


PARAMETERS /crm/config/v0/hotels/{HotelId}/exclusivePreferences


GET /crm/config/v0/guestStatuses

Summary: get Guest Statuses

get Guest Statuses


POST /crm/config/v0/guestStatuses

Summary: post Guest Statuses

post Guest Statuses


PUT /crm/config/v0/guestStatuses/{GuestStatusCode}

Summary: put Guest Statuses(v0)

put Guest Statuses(v0)


DELETE /crm/config/v0/guestStatuses/{GuestStatusCode}

Summary: delete Guest Statuses

delete Guest Statuses


PARAMETERS /crm/config/v0/guestStatuses/{GuestStatusCode}


GET /crm/config/v0/guestTitles

Summary: get Guest Titles

get Guest Titles


POST /crm/config/v0/guestTitles

Summary: post Guest Titles

post Guest Titles


PUT /crm/config/v0/guestTitles/{GuestTitlesCode}

Summary: put Guest Titles

put Guest Titles


DELETE /crm/config/v0/guestTitles/{GuestTitlesCode}

Summary: delete Guest Titles

delete Guest Titles


PARAMETERS /crm/config/v0/guestTitles/{GuestTitlesCode}


GET /crm/config/v0/guestTypes

Summary: get Guest Types

get Guest Types


POST /crm/config/v0/guestTypes

Summary: post Guest Types

post Guest Types


PUT /crm/config/v0/guestTypes/{GuestTypeCode}

Summary: change Guest Types

change Guest Types


DELETE /crm/config/v0/guestTypes/{GuestTypeCode}

Summary: remove Guest Types

remove Guest Types


PARAMETERS /crm/config/v0/guestTypes/{GuestTypeCode}


GET /crm/config/v0/identificationTypes

Summary: get Identification Types

get Identification Types


POST /crm/config/v0/identificationTypes

Summary: post Identification Types

post Identification Types


PUT /crm/config/v0/identificationTypes/{IdentificationTypesId}

Summary: put Identification Types

put Identification Types


DELETE /crm/config/v0/identificationTypes/{IdentificationTypesId}

Summary: delete Identification Types

delete Identification Types


PARAMETERS /crm/config/v0/identificationTypes/{IdentificationTypesId}


GET /crm/config/v0/industryCodes

Summary: get Industry Codes

get Industry Codes


POST /crm/config/v0/industryCodes

Summary: post Industry Codes

post Industry Codes


PUT /crm/config/v0/industryCodes/{IndustryCodesId}

Summary: put Industry Codes

put Industry Codes


DELETE /crm/config/v0/industryCodes/{IndustryCodesId}

Summary: delete Industry Codes

delete Industry Codes


PARAMETERS /crm/config/v0/industryCodes/{IndustryCodesId}


GET /crm/config/v0/influenceCodes

Summary: get Influence Codes

get Influence Codes


POST /crm/config/v0/influenceCodes

Summary: post Influence Codes

post Influence Codes


PUT /crm/config/v0/influenceCodes/{InfluenceCodesId}

Summary: put Influence Codes

put Influence Codes


DELETE /crm/config/v0/influenceCodes/{InfluenceCodesId}

Summary: delete Influence Codes

delete Influence Codes


PARAMETERS /crm/config/v0/influenceCodes/{InfluenceCodesId}


GET /crm/config/v0/immigrationStatuses

Summary: get Immigration Statuses

get Immigration Statuses


POST /crm/config/v0/immigrationStatuses

Summary: post Immigration Statuses

post Immigration Statuses


PUT /crm/config/v0/immigrationStatuses/{ImmigrationStatusCode}

Summary: change Immigration Statuses

change Immigration Statuses


DELETE /crm/config/v0/immigrationStatuses/{ImmigrationStatusCode}

Summary: remove Immigration Statuses

remove Immigration Statuses


PARAMETERS /crm/config/v0/immigrationStatuses/{ImmigrationStatusCode}


GET /crm/config/v0/keywordTypes

Summary: get Keyword Types

get Keyword Types


POST /crm/config/v0/keywordTypes

Summary: post Keyword Types

post Keyword Types


PUT /crm/config/v0/keywordTypes/{KeywordTypesId}

Summary: put Keyword Types

put Keyword Types


DELETE /crm/config/v0/keywordTypes/{KeywordTypesId}

Summary: delete keyword types

delete keyword types


PARAMETERS /crm/config/v0/keywordTypes/{KeywordTypesId}


GET /crm/config/v0/mailingActionCodes

Summary: get Mailing Action Codes

get Mailing Action Codes


POST /crm/config/v0/mailingActionCodes

Summary: post Mailing Action Codes

post Mailing Action Codes


PUT /crm/config/v0/mailingActionCodes/{MailingActionCode}

Summary: change Mailing Action Codes

change Mailing Action Codes


DELETE /crm/config/v0/mailingActionCodes/{MailingActionCode}

Summary: remove Mailing Action Codes

remove Mailing Action Codes


PARAMETERS /crm/config/v0/mailingActionCodes/{MailingActionCode}


GET /crm/config/v0/membershipAwards

Summary: get Membership Awards

get Membership Awards


POST /crm/config/v0/membershipAwards

Summary: post Membership Awards

post Membership Awards


PUT /crm/config/v0/membershipAwards/{MembershipAwardsId}

Summary: put Membership Awards

put Membership Awards


DELETE /crm/config/v0/membershipAwards/{MembershipAwardsId}

Summary: delete Membership Awards

delete Membership Awards


PARAMETERS /crm/config/v0/membershipAwards/{MembershipAwardsId}


GET /crm/config/v0/membershipClasses

Summary: get Membership Classes

get Membership Classes


POST /crm/config/v0/membershipClasses

Summary: post Membership Classes

post Membership Classes


PUT /crm/config/v0/membershipClasses/{MembershipClassId}

Summary: put Membership Classes

put Membership Classes


DELETE /crm/config/v0/membershipClasses/{MembershipClassId}

Summary: delete Membership Classes

delete Membership Classes


PARAMETERS /crm/config/v0/membershipClasses/{MembershipClassId}


GET /crm/config/v0/membershipClaimOrigins

Summary: get Membership Claim Origins

get Membership Claim Origins


GET /crm/config/v0/membershipEnrollmentCodes

Summary: get Membership Enrollment Codes

get Membership Enrollment Codes


POST /crm/config/v0/membershipEnrollmentCodes

Summary: post Membership Enrollment Codes

post Membership Enrollment Codes


PUT /crm/config/v0/membershipEnrollmentCodes/{EnrollmentCode}

Summary: change Membership Enrollment Codes

change Membership Enrollment Codes


DELETE /crm/config/v0/membershipEnrollmentCodes/{EnrollmentCode}

Summary: remove Membership Enrollment Codes

remove Membership Enrollment Codes


PARAMETERS /crm/config/v0/membershipEnrollmentCodes/{EnrollmentCode}


GET /crm/config/v0/membershipEnrollmentGroups

Summary: get Membership Enrollment Groups

get Membership Enrollment Groups


POST /crm/config/v0/membershipEnrollmentGroups

Summary: post membership Enrollment Groups

post membership Enrollment Groups


PUT /crm/config/v0/membershipEnrollmentGroups/{MembershipEnrollmentGroupsId}

Summary: put Membership Enrollment Groups

put Membership Enrollment Groups


DELETE /crm/config/v0/membershipEnrollmentGroups/{MembershipEnrollmentGroupsId}

Summary: delete Membership Enrollment Groups

delete Membership Enrollment Groups


PARAMETERS /crm/config/v0/membershipEnrollmentGroups/{MembershipEnrollmentGroupsId}


GET /crm/config/v0/membershipLevels

Summary: get Membership Levels

get Membership Levels


POST /crm/config/v0/membershipLevels

Summary: post Membership Levels

post Membership Levels


PUT /crm/config/v0/membershipLevels/{MembershipLevelsId}

Summary: put Membership Levels

put Membership Levels


DELETE /crm/config/v0/membershipLevels/{MembershipLevelsId}

Summary: delete Membership Levels

delete Membership Levels


PARAMETERS /crm/config/v0/membershipLevels/{MembershipLevelsId}


GET /crm/config/v0/membershipMarketGroups

Summary: get Membership Market Groups

get Membership Market Groups


POST /crm/config/v0/membershipMarketGroups

Summary: post Membership Market Groups

post Membership Market Groups


PUT /crm/config/v0/membershipMarketGroups/{MembershipMarketGroupId}

Summary: put Membership Market Groups

put Membership Market Groups


DELETE /crm/config/v0/membershipMarketGroups/{MembershipMarketGroupId}

Summary: delete Membership Market Groups

delete Membership Market Groups


PARAMETERS /crm/config/v0/membershipMarketGroups/{MembershipMarketGroupId}


GET /crm/config/v0/membershipPropertyGroups

Summary: get Membership Property Groups

get Membership Property Groups


POST /crm/config/v0/membershipPropertyGroups

Summary: post Membership Property Groups

post Membership Property Groups


PUT /crm/config/v0/membershipPropertyGroups/{MembershipPropertyGroupsId}

Summary: put Membership Property Groups

put Membership Property Groups


DELETE /crm/config/v0/membershipPropertyGroups/{MembershipPropertyGroupsId}

Summary: delete Membership Property Groups

delete Membership Property Groups


PARAMETERS /crm/config/v0/membershipPropertyGroups/{MembershipPropertyGroupsId}


GET /crm/config/v0/membershipRateGroups

Summary: get Membership Rate Groups

get Membership Rate Groups


POST /crm/config/v0/membershipRateGroups

Summary: post Membership Rate Groups

Rate Groups are used within the setup of point calculation rules for Membership Types. Within a rule, you may specify if points are calculated by a rate group. You can identify which rate codes belong within the rate group so that OPERA Cloud calculates points based on the codes selected here. For example, you may create a rate group called Package and within this group, you can select the package rate codes. When this rate group is applied to a calculation rule, points are calculated if the reservation rate code is included in this rate group.


PUT /crm/config/v0/membershipRateGroups/{MembershipRateGroupId}

Summary: put Membership Rate Groups

Rate Groups are used within the setup of point calculation rules for Membership Types. Within a rule, you may specify if points are calculated by a rate group. You can identify which rate codes belong within the rate group so that OPERA Cloud calculates points based on the codes selected here. For example, you may create a rate group called Package and within this group, you can select the package rate codes. When this rate group is applied to a calculation rule, points are calculated if the reservation rate code is included in this rate group.


PARAMETERS /crm/config/v0/membershipRateGroups/{MembershipRateGroupId}


GET /crm/config/v0/membershipTypes

Summary: get Membership Types

get Membership Types


POST /crm/config/v0/membershipTypes

Summary: post Membership Types

post Membership Types


GET /crm/config/v0/membershipTypes/{MembershipTypeId}

Summary: get Membership Type

get Membership Type


PUT /crm/config/v0/membershipTypes/{MembershipTypeId}

Summary: put Membership Type

put Membership Type


DELETE /crm/config/v0/membershipTypes/{MembershipTypeId}

Summary: delete Membership Types

delete Membership Types


PARAMETERS /crm/config/v0/membershipTypes/{MembershipTypeId}


GET /crm/config/v0/membershipTypeRules/{MembershipTypeRulesId}

Summary: get Membership Type Rule

get Membership Type Rule


PUT /crm/config/v0/membershipTypeRules/{MembershipTypeRulesId}

Summary: put Membership Type Rules

put Membership Type Rules


DELETE /crm/config/v0/membershipTypeRules/{MembershipTypeRulesId}

Summary: delete Membership Type Rules

delete Membership Type Rules


PARAMETERS /crm/config/v0/membershipTypeRules/{MembershipTypeRulesId}


GET /crm/config/v0/membershipTypeRules

Summary: get Membership Type Rules

get Membership Type Rules


POST /crm/config/v0/membershipTypeRules

Summary: post Membership Type Rules

post Membership Type Rules


GET /crm/config/v0/membershipStatusCodes

Summary: get Membership Status Codes

get Membership Status Codes


POST /crm/config/v0/membershipStatusCodes

Summary: post Membership Status Codes

post Membership Status Codes


PUT /crm/config/v0/membershipStatusCodes/{MembershipStatusCode}

Summary: put Membership Status Codes

put Membership Status Codes


DELETE /crm/config/v0/membershipStatusCodes/{MembershipStatusCode}

Summary: delete Membership Status Codes

delete Membership Status Codes


PARAMETERS /crm/config/v0/membershipStatusCodes/{MembershipStatusCode}


GET /crm/config/v0/nationalities

Summary: get Nationalities

get Nationalities


POST /crm/config/v0/nationalities

Summary: post Nationalities

The Preference Group will need to already exist, to then create a prefernce code and associate it with that Group.


PUT /crm/config/v0/nationalities/{NationalitiesId}

Summary: put Nationalities

put Nationalities


DELETE /crm/config/v0/nationalities/{NationalitiesId}

Summary: delete Nationalities

delete Nationalities


PARAMETERS /crm/config/v0/nationalities/{NationalitiesId}


GET /crm/config/v0/ownerTeams

Summary: get Owner Teams

get Owner Teams


POST /crm/config/v0/ownerTeams

Summary: post OwnerTeams

post OwnerTeams


PUT /crm/config/v0/ownerTeams/{OwnerTeamCode}

Summary: change OwnerTeams

change OwnerTeams


DELETE /crm/config/v0/ownerTeams/{OwnerTeamCode}

Summary: remove OwnerTeams

remove OwnerTeams


PARAMETERS /crm/config/v0/ownerTeams/{OwnerTeamCode}


GET /crm/config/v0/payDays

Summary: get Pay Days

get Pay Days


POST /crm/config/v0/payDays

Summary: post Pay Days

The Preference Group will need to already exist, to then create a prefernce code and associate it with that Group.


PUT /crm/config/v0/payDays/{PayDaysId}

Summary: put Pay Days

put Pay Days


DELETE /crm/config/v0/payDays/{PayDaysId}

Summary: delete Pay Days

delete Pay Days


PARAMETERS /crm/config/v0/payDays/{PayDaysId}


GET /crm/config/v0/availablePreferences

Summary: get Available Preferences

get Available Preferences


GET /crm/config/v1/hotels/{HotelId}/preferences

Summary: get Preferences

get Preferences


PARAMETERS /crm/config/v1/hotels/{HotelId}/preferences


PUT /crm/config/v0/hotels/{HotelId}/preferences

Summary: put Preferences

put Preferences


POST /crm/config/v0/hotels/{HotelId}/preferences

Summary: post Preferences

post Preferences


DELETE /crm/config/v0/hotels/{HotelId}/preferences

Summary: delete Preferences

delete Preferences


PARAMETERS /crm/config/v0/hotels/{HotelId}/preferences


GET /crm/config/v0/profileInactiveReasons

Summary: get Profile Inactive Reasons

get Profile Inactive Reasons


POST /crm/config/v0/profileInactiveReasons

Summary: post Profile Inactive Reasons

post Profile Inactive Reasons


PUT /crm/config/v0/profileInactiveReasons/{ProfileInactiveReasonsId}

Summary: put Profile Inactive Reasons

put Profile Inactive Reasons


DELETE /crm/config/v0/profileInactiveReasons/{ProfileInactiveReasonsId}

Summary: delete Profile Inactive Reasons

delete Profile Inactive Reasons


PARAMETERS /crm/config/v0/profileInactiveReasons/{ProfileInactiveReasonsId}


GET /crm/config/v0/profileRestrictionReasons

Summary: get Profile Restriction Reasons

get Profile Restriction Reasons


POST /crm/config/v0/profileRestrictionReasons

Summary: post Profile Restriction Reasons

post Profile Restriction Reasons


PUT /crm/config/v0/profileRestrictionReasons/{ProfileRestrictionReasonsId}

Summary: put Profile Restriction Reasons

put Profile Restriction Reasons


DELETE /crm/config/v0/profileRestrictionReasons/{ProfileRestrictionReasonsId}

Summary: delete Profile Restriction Reasons

delete Profile Restriction Reasons


PARAMETERS /crm/config/v0/profileRestrictionReasons/{ProfileRestrictionReasonsId}


GET /crm/config/v0/preferenceGroups

Summary: get Preference Groups

get Preference Groups


PUT /crm/config/v0/preferenceGroups

Summary: put Preference Groups

put Preference Groups


POST /crm/config/v0/preferenceGroups

Summary: post Preference Groups

post Preference Groups


DELETE /crm/config/v0/preferenceGroups

Summary: delete Preference Groups

delete Preference Groups


GET /crm/config/v0/sources

Summary: get Sources

get Sources


POST /crm/config/v0/sources

Summary: post Sources

post Sources


PUT /crm/config/v0/sources/{SourcesId}

Summary: put Sources

put Sources


DELETE /crm/config/v0/sources/{SourcesId}

Summary: delete Sources

delete Sources


PARAMETERS /crm/config/v0/sources/{SourcesId}


GET /crm/config/v0/fiscalAgentTypes

Summary: get Travel Agent Types

Requires OPERA Cloud to have the control - Exclusive Preferences enabled


POST /crm/config/v0/fiscalAgentTypes

Summary: post Travel Agent Types

Requires OPERA Cloud to have the control - Exclusive Preferences enabled


PUT /crm/config/v0/fiscalAgentTypes/{FiscalAgentTypeCode}

Summary: change Travel Agent Types

Requires OPERA Cloud to have the control - Exclusive Preferences enabled


DELETE /crm/config/v0/fiscalAgentTypes/{FiscalAgentTypeCode}

Summary: remove Travel Agent Types

Requires OPERA Cloud to have the control - Exclusive Preferences enabled


PARAMETERS /crm/config/v0/fiscalAgentTypes/{FiscalAgentTypeCode}


GET /crm/config/v0/preferences

Summary: get Template Preferences

get Template Preferences


PUT /crm/config/v0/preferences

Summary: put Template Preferences

put Template Preferences


POST /crm/config/v0/preferences

Summary: post Template Preferences

The Preference Group will need to already exist, to then create a prefernce code and associate it with that Group.


DELETE /crm/config/v0/preferences

Summary: delete Template Preferences

delete Template Preferences


PUT /crm/config/v0/preferences/copy

Summary: copy Preferences

copy Preferences


GET /crm/config/v0/exclusivePreferences

Summary: get Template Exclusive Preferences

get Template Exclusive Preferences


PUT /crm/config/v0/exclusivePreferences

Summary: put Template Exclusive Preferences

put Template Exclusive Preferences


POST /crm/config/v0/exclusivePreferences

Summary: post Template Exclusive Preferences

The Preference Group will need to already exist, to then create a prefernce code and associate it with that Group.


DELETE /crm/config/v0/exclusivePreferences

Summary: delete Template Exclusive Preferences

delete Template Exclusive Preferences


GET /crm/config/v0/territories

Summary: get Territories

get Territories


POST /crm/config/v0/territories

Summary: post Territories

The Preference Group will need to already exist, to then create a prefernce code and associate it with that Group.


PUT /crm/config/v0/territories/{TerritoriesId}

Summary: put Territories

put Territories


DELETE /crm/config/v0/territories/{TerritoriesId}

Summary: delete Territories

delete Territories


PARAMETERS /crm/config/v0/territories/{TerritoriesId}


GET /crm/config/v0/vipLevels

Summary: get VIP Levels

get VIP Levels


POST /crm/config/v0/vipLevels

Summary: post VIP Levels

post VIP Levels


PUT /crm/config/v0/vipLevels/{VipLevelsId}

Summary: put VIP Levels

put VIP Levels


DELETE /crm/config/v0/vipLevels/{VipLevelsId}

Summary: delete VIP Levels

delete VIP Levels


PARAMETERS /crm/config/v0/vipLevels/{VipLevelsId}


GET /crm/config/v1/communicationTypes

Summary: getCommunicationType

getCommunicationType


POST /crm/config/v1/communicationTypes

Summary: postCommunicationType

postCommunicationType


PUT /crm/config/v1/communicationTypes/EMAIL_TEST

Summary: changeCommunicationType

changeCommunicationType


DELETE /crm/config/v1/communicationTypes/EMAIL_TEST

Summary: removeCommunicationType

removeCommunicationType


GET /crm/config/v1/membershipBenefitPrograms

Summary: getMembershipBenefitPrograms

getMembershipBenefitPrograms


POST /crm/config/v1/membershipBenefitPrograms

Summary: postMembershipBenefitPrograms

postMembershipBenefitPrograms


PUT /crm/config/v1/membershipBenefitPrograms/BLKBENEFIT

Summary: putMembershipBenefitPrograms

putMembershipBenefitPrograms


DELETE /crm/config/v1/membershipBenefitPrograms/BLKBENEFIT

Summary: deleteMembershipBenefitPrograms

deleteMembershipBenefitPrograms


GET /crm/config/v1/distanceTypes

Summary: getDistanceTypes

getDistanceTypes


POST /crm/config/v1/distanceTypes

Summary: postDistanceTypes

postDistanceTypes


PUT /crm/config/v1/distanceTypes/MILES

Summary: putDistanceTypes

putDistanceTypes


DELETE /crm/config/v1/distanceTypes/MILES

Summary: deleteDistanceTypes

deleteDistanceTypes


GET /crm/config/v1/relationships

Summary: getProfileRelationships

getProfileRelationships


PUT /crm/config/v1/relationships

Summary: putProfileRelationships

putProfileRelationships


POST /crm/config/v1/relationships

Summary: postProfileRelationships

postProfileRelationships


DELETE /crm/config/v1/relationships

Summary: deleteProfileRelationships

deleteProfileRelationships


GET /crm/config/v1/guestStatuses

Summary: getGuestStatuses

getGuestStatuses


POST /crm/config/v1/guestStatuses

Summary: createGuestStatus

createGuestStatus


PUT /crm/config/v1/guestStatuses/CHOUT

Summary: changeGuestStatuses

changeGuestStatuses


DELETE /crm/config/v1/guestStatuses/CHOUT

Summary: removeGuestStatuses

removeGuestStatuses


GET /crm/config/v1/membershipRates

Summary: getMembershipRates

getMembershipRates


POST /crm/config/v1/membershipRates

Summary: postMembershipRates

postMembershipRates


PUT /crm/config/v1/membershipRates/ABC

Summary: putMembershipRates

putMembershipRates


DELETE /crm/config/v1/membershipRates/ABC

Summary: deleteMembershipRates

deleteMembershipRates


GET /crm/config/v1/membershipClaimOrigins

Summary: getMembershipClaimOrigins

getMembershipClaimOrigins


POST /crm/config/v1/membershipClaimOrigins

Summary: postMembershipClaimOrigins

postMembershipClaimOrigins


PUT /crm/config/v1/membershipClaimOrigins/ONLINE

Summary: changeMembershipClaimOrigins

changeMembershipClaimOrigins


DELETE /crm/config/v1/membershipClaimOrigins/ONLINE

Summary: removeMembershipClaimOrigins

removeMembershipClaimOrigins


GET /crm/config/v1/identificationCountries

Summary: getIdentificationCountries

getIdentificationCountries


POST /crm/config/v1/identificationCountries

Summary: postIdentificationCountries

postIdentificationCountries


PUT /crm/config/v1/identificationCountries/PH

Summary: putIdentificationCountries

putIdentificationCountries


DELETE /crm/config/v1/identificationCountries/PH

Summary: deleteIdentificationCountries

deleteIdentificationCountries


GET /crm/config/v1/membershipStatusCodes

Summary: getMembershipStatusCodes

getMembershipStatusCodes


POST /crm/config/v1/membershipStatusCodes

Summary: postMembershipStatusCodes

postMembershipStatusCodes


PUT /crm/config/v1/membershipStatusCodes/INACTIVE

Summary: changeMembershipStatusCodes

changeMembershipStatusCodes


DELETE /crm/config/v1/membershipStatusCodes/INACTIVE

Summary: removeMembershipStatusCodes

removeMembershipStatusCodes


GET /crm/config/v1/membershipRateGroups

Summary: getMembershipRateGroups

getMembershipRateGroups


POST /crm/config/v1/membershipRateGroups

Summary: postMembershipRateGroups

postMembershipRateGroups


PUT /crm/config/v1/membershipRateGroups/FLEXAWAR

Summary: putMembershipRateGroups

putMembershipRateGroups


DELETE /crm/config/v1/membershipRateGroups/FLEXAWAR

Summary: deleteMembershipRateGroups

deleteMembershipRateGroups


GET /crm/config/v1/creditRatings

Summary: getCreditRatings

getCreditRatings


PUT /crm/config/v1/creditRatings

Summary: putCreditRatings

putCreditRatings


POST /crm/config/v1/creditRatings

Summary: postCreditRatings

postCreditRatings


DELETE /crm/config/v1/creditRatings

Summary: deleteCreditRatings

deleteCreditRatings


GET /crm/config/v1/cityPostalCodes

Summary: getCityPostalCodes

getCityPostalCodes


POST /crm/config/v1/cityPostalCodes

Summary: postCityPostalCodes

postCityPostalCodes


PUT /crm/config/v1/cityPostalCodes/-8209055

Summary: changeCityPostalCodes

changeCityPostalCodes


DELETE /crm/config/v1/cityPostalCodes/-8209055

Summary: removeCityPostalCodes

removeCityPostalCodes


GET /crm/config/v1/profileNameValidations

Summary: getProfileNameValidations

getProfileNameValidations


PUT /crm/config/v1/profileNameValidations

Summary: putProfileNameValidations

putProfileNameValidations


POST /crm/config/v1/profileNameValidations

Summary: postProfileNameValidations

postProfileNameValidations


DELETE /crm/config/v1/profileNameValidations

Summary: deleteProfileNameValidations

deleteProfileNameValidations


GET /crm/config/v1/states

Summary: getStates

getStates


POST /crm/config/v1/states

Summary: postStates

postStates


GET /crm/config/v1/membershipClaimTypes

Summary: getMembershipClaimTypes

getMembershipClaimTypes


POST /crm/config/v1/membershipClaimTypes

Summary: postMembershipClaimTypes

postMembershipClaimTypes


PUT /crm/config/v1/membershipClaimTypes/POINTS

Summary: changeMembershipClaimTypes

changeMembershipClaimTypes


DELETE /crm/config/v1/membershipClaimTypes/POINTS

Summary: removeMembershipClaimTypes

removeMembershipClaimTypes


GET /crm/config/v1/genderTypes

Summary: getGenderTypes

getGenderTypes


POST /crm/config/v1/genderTypes

Summary: postGenderTypes

postGenderTypes


PUT /crm/config/v1/genderTypes/C

Summary: putGenderTypes

putGenderTypes


DELETE /crm/config/v1/genderTypes/C

Summary: deleteGenderTypes

deleteGenderTypes


GET /crm/config/v0/accountOwners

Summary: get Account Owners

Room numbers with Roomtype and description


GET /crm/config/v0/cityPostalCodes

Summary: get City Postal Codes

get City Postal Codes


GET /crm/config/v0/hotels/{HotelId}/eCertificateLocationTypes

Summary: get Ecertificate Location Types

get Ecertificate Location Types


PARAMETERS /crm/config/v0/hotels/{HotelId}/eCertificateLocationTypes


GET /crm/config/v0/membershipClaimTypes

Summary: get Membership Claim Types

get Membership Claim Types


GET /crm/config/v0/claimAdjustmentLimits

Summary: get Claim Adjustment Limits

get Claim Adjustment Limits


GET /crm/config/v0/qualifyingRates

Summary: get QualifyingRates

get QualifyingRates


GET /crm/config/v0/titles

Summary: get Titles

get Titles


POST /rsv/V1/hotels/{HotelId}/reservations/{ReservationId}/cancellationPolicies

Summary: post Cancellation Policy

To update an existing reservation in OPERA by adding or updating reservation comments.


PARAMETERS /rsv/V1/hotels/{HotelId}/reservations/{ReservationId}/cancellationPolicies


DELETE /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/cancellationPolicies

Summary: delete Cancellation Policy

To update an existing reservation in OPERA by adding or updating reservation comments.


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/cancellationPolicies


PUT /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/cancellations

Summary: put Reinstate Reservation

put Reinstate Reservation


POST /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/cancellations

Summary: post cancel Reservation

To cancel a reservation in OPERA Cloud.


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/cancellations


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}

Summary: get Reservation

To fetch reservation from OPERA using ID


PUT /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}

Summary: put Reservation

To update an existing reservation in OPERA by adding or updating reservation comments.


DELETE /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}

Summary: delete Reservation

To update an existing reservation in OPERA by adding or updating reservation comments.


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}


GET /rsv/v1/hotels/{HotelId}/guestMessages

Summary: get Guest Messages

get Guest Messages


PARAMETERS /rsv/v1/hotels/{HotelId}/guestMessages


PUT /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestMessages

Summary: put Resv Guest Messages

put Resv Guest Messages


POST /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestMessages

Summary: post Guest Messages

post Guest Messages


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestMessages


DELETE /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestMessages/{GuestMessageId}

Summary: delete Guest Messages

delete Guest Messages


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestMessages/{GuestMessageId}


POST /rsv/v1/hotels/{HotelId}/reservations/

Summary: post Reservation add guest and company profile to reservation

post Reservation add guest and company profile to reservation


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/


POST /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/preCheckIn

Summary: post preCheckIn Reservation

To preregister reservaiton in OPERA


DELETE /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/preCheckIn

Summary: delete preCheckIn Reservation

To reverse preregister reservaiton in OPERA


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/preCheckIn


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/attachments

Summary: get Reservation Attachments

get Reservation Attachments


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/attachments


DELETE /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/attachments/{AttachmentId}

Summary: delete Reservation Attachment

delete Reservation Attachment


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/attachments/{AttachmentId}


POST /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/depositPolicies

Summary: post Deposit Policy

post Deposit Policy


DELETE /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/depositPolicies

Summary: delete Deposit Policy

delete Deposit Policy


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/depositPolicies


PUT /rsv/v1/hotels/{HotelId}/depositPolicies

Summary: put Deposit Policy

put Deposit Policy


PARAMETERS /rsv/v1/hotels/{HotelId}/depositPolicies


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/linkedSummary

Summary: get Linked Reservations Summary

To fetch links between reservations in OPERA Cloud.


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/linkedSummary


POST /rsv/v1/hotels/{HotelId}/reservations/linkedReservations/{ReservationId}

Summary: post ReservationLinks

To unlink reservations in OPERA


DELETE /rsv/v1/hotels/{HotelId}/reservations/linkedReservations/{ReservationId}

Summary: delete Reservation Links

To unlink reservations in OPERA


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/linkedReservations/{ReservationId}


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestLocators

Summary: get Reservation Locators

get Reservation Locators


POST /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestLocators

Summary: post Reservation Locators

post Reservation Locators


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestLocators


PUT /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestLocators/{LocatorId}

Summary: put Reservation Locators

put Reservation Locators


DELETE /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestLocators/{LocatorId}

Summary: delete Reservation Locators

delete Reservation Locators


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/guestLocators/{LocatorId}


GET /rsv/v1/hotels/PROP2/reservations

Summary: get Payment Methods

get Payment Methods


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/shares

Summary: get Share Reservations

get Share Reservations


POST /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/shares

Summary: post Combine Share Reservations

To create share reservaiton in OPERA by comibining another reservation


DELETE /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/shares

Summary: delete Share Reservation

This API can be used to separate the share reservations.


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/shares


GET /rsv/v1/hotels/{HotelId}//externalSystems/{ExternalSystemCode}/reservations/{ReservationExternalId}/shares

Summary: get Share Reservations By Ext Id

get Share Reservations By Ext Id


PARAMETERS /rsv/v1/hotels/{HotelId}//externalSystems/{ExternalSystemCode}/reservations/{ReservationExternalId}/shares


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/tickets

Summary: get Reservation Tickets

This will retrieve any existing tickets that are on a reservation.


PUT /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/tickets

Summary: put Reservation Tickets

To first find available tickets to sell to a guest, use the operations

  • getPackages in Rate module
  • get Reservation Packages Group Items LOV (in ListOfValues module).

POST /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/tickets

Summary: post Reservation Tickets

To first find available tickets to sell to a guest, use the operations

  • getPackages in Rate module
  • get Reservation Packages Group Items LOV (in ListOfValues module).

PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/tickets


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/tickets/inquiry

Summary: get Tickets Inquiry

get Tickets Inquiry


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/tickets/inquiry


GET /rsv/v1/hotels/{HotelId}/sellMessages/config

Summary: get Sell Message Config

get Sell Message Config


PUT /rsv/v1/hotels/{HotelId}/sellMessages/config

Summary: put Sell Message Config

put Sell Message Config


POST /rsv/v1/hotels/{HotelId}/sellMessages/config

Summary: post Sell Message Config

post Sell Message Config


PARAMETERS /rsv/v1/hotels/{HotelId}/sellMessages/config


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/transactionDiversions

Summary: get Transaction Diversions

get Transaction Diversions


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/transactionDiversions


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/upsell

Summary: get Upsell

Use this operation to see if an upsell offer exists on a reservation. This means a guest has accepted an upsell offer, and you can view the offer details on the reservation.


POST /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/upsell

Summary: post Upsell Reservation

post Upsell Reservation


DELETE /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/upsell

Summary: delete Upsell

delete Upsell


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/upsell


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/alerts

Summary: get Alerts Notices

get Alerts Notices


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/alerts


GET /rsv/v1/hotels/{HotelId}/awards

Summary: get Awards

get Awards


PARAMETERS /rsv/v1/hotels/{HotelId}/awards


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/calls

Summary: get Call History

get Call History


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/calls


GET /rsv/v1/calls/statistics

Summary: get Call Statistics

get Call Statistics


GET /rsv/V1/hotels/{HotelId}/reservations/{ReservationId}/cancellationHistory

Summary: get Cancellation History

get Cancellation History


PARAMETERS /rsv/V1/hotels/{HotelId}/reservations/{ReservationId}/cancellationHistory


GET /rsv/v1/hotels/{HotelId}/confirmationLetters

Summary: get Confirmation Letters

get Confirmation Letters


PARAMETERS /rsv/v1/hotels/{HotelId}/confirmationLetters


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/eCoupons

Summary: get ECoupons

get ECoupons


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/eCoupons


GET /rsv/v1/hotels/{HotelId}/fetchExternalSystemDeliveryHistory

Summary: get External System Delivery History

get External System Delivery History


PARAMETERS /rsv/v1/hotels/{HotelId}/fetchExternalSystemDeliveryHistory


GET /rsv/v1/externalSystems/{ExternalSystemCode}/reservations

Summary: get External System Reservations

get External System Reservations


PARAMETERS /rsv/v1/externalSystems/{ExternalSystemCode}/reservations


GET /rsv/v1/profiles/{ProfileId}/reservations

Summary: get Future Reservations Or Blocks

get Future Reservations Or Blocks


PARAMETERS /rsv/v1/profiles/{ProfileId}/reservations


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/packages

Summary: get Package

Get package details that are on a reservation.


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/packages


GET /rsv/v1/hotels/{HotelId}/preArrivalMembersReservations

Summary: get Pre Arrival Member Reservations

get Pre Arrival Member Reservations


PARAMETERS /rsv/v1/hotels/{HotelId}/preArrivalMembersReservations


GET /rsv/v1/hotels/{HotelId}/preConfiguredRoutingInstructions

Summary: get Pre Configured Routing Instructions

get Pre Configured Routing Instructions


PARAMETERS /rsv/v1/hotels/{HotelId}/preConfiguredRoutingInstructions


GET /rsv/v1/hotels/{HotelId}}/reservations/rateInfo

Summary: get Rate Info to get daily detail

get Rate Info to get daily detail


PARAMETERS /rsv/v1/hotels/{HotelId}}/reservations/rateInfo


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/tickets/reprint

Summary: get Reprint Tickets

get Reprint Tickets


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/tickets/reprint


GET /rsv/v1/hotels/{HotelId}/reservations/activityLog

Summary: get Reservation Activity Log

get Reservation Activity Log


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/activityLog


GET /rsv/v1/hotels/{HotelId}/externalSystems/{ExternalSystemCode}/reservations/{ReservationExternalId}

Summary: get Reservation By Ext Id

get Reservation By Ext Id


PARAMETERS /rsv/v1/hotels/{HotelId}/externalSystems/{ExternalSystemCode}/reservations/{ReservationExternalId}


GET /rsv/v1/reservations/indicators

Summary: get Reservation Indicators

get Reservation Indicators


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/inventoryItems

Summary: get Reservation Inventory Items

get Reservation Inventory Items


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/inventoryItems


GET /rsv/v1/reservations/pace

Summary: get Reservation Pace

get Reservation Pace


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/policies

Summary: get Reservation Policies

get Reservation Policies


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/policies


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/preferences

Summary: get Reservation Preference

get Reservation Preference


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/preferences


GET /rsv/v1/hotels/{HotelId}/roomCalendar

Summary: get Room Calendar

get Room Calendar


PARAMETERS /rsv/v1/hotels/{HotelId}/roomCalendar


GET /rsv/v1/hotels/{HotelId}/script

Summary: get Script

get Script


PARAMETERS /rsv/v1/hotels/{HotelId}/script


GET /rsv/v1/sellMessages

Summary: get Sell Messages

get Sell Messages


GET /rsv/v1/reservations/statistics

Summary: get Reservation Statistics

get Reservation Statistics


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/share

Summary: get Reservations To Share By ReservationId

get Reservations To Share By ReservationId


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/share


GET /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/traces

Summary: get Traces By Reservation

get Traces By Reservation


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/traces


GET /rsv/v1/hotels/{HotelId}/rooms/{RoomId}/traces

Summary: get Traces By Room

get Traces By Room


PARAMETERS /rsv/v1/hotels/{HotelId}/rooms/{RoomId}/traces


POST /rsv/v1/calls

Summary: post Call

post Call


POST /rsv/v1/hotels/{HotelId}/turnaways

Summary: post Turnaway Reservation

post Turnaway Reservation


PARAMETERS /rsv/v1/hotels/{HotelId}/turnaways


PUT /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/split

Summary: put Split Multi Room Reservation

put Split Multi Room Reservation


PARAMETERS /rsv/v1/hotels/{HotelId}/reservations/{ReservationId}/split


GET /rsv/config/v1/hotels/{HotelId}/alertCodes

Summary: get Alert Codes

get Alert Codes


PUT /rsv/config/v1/hotels/{HotelId}/alertCodes

Summary: put Alert Codes

put Alert Codes


POST /rsv/config/v1/hotels/{HotelId}/alertCodes

Summary: post Alert Codes

post Alert Codes


DELETE /rsv/config/v1/hotels/{HotelId}/alertCodes

Summary: delete Alert Codes

delete Alert Codes


PARAMETERS /rsv/config/v1/hotels/{HotelId}/alertCodes


GET /rsv/config/v1/alertCodes

Summary: get Alert Code Templates

get Alert Code Templates


POST /rsv/config/v1/alertCodes

Summary: post Alert Code Templates

post Alert Code Templates


DELETE /rsv/config/v1/alertCodes

Summary: delete Alert Code Templates

delete Alert Code Templates


GET /rsv/config/v1/blockRankings

Summary: get Block Rankings

get Block Rankings


POST /rsv/config/v1/blockRankings

Summary: post Block Rankings

post Block Rankings


PUT /rsv/config/v1/blockRankings/{BlockRankingsCode}

Summary: put Block Ranking

put Block Ranking


DELETE /rsv/config/v1/blockRankings/{BlockRankingsCode}

Summary: remove Block Rankings

remove Block Rankings


PARAMETERS /rsv/config/v1/blockRankings/{BlockRankingsCode}


GET /rsv/config/v1/blockConversions

Summary: get Block Conversions

get Block Conversions


POST /rsv/config/v1/blockConversions

Summary: post Block Conversions

post Block Conversions


PUT /rsv/config/v1/blockConversions/{BlockConversionCode}

Summary: change Block Conversions

change Block Conversions


DELETE /rsv/config/v1/blockConversions/{BlockConversionCode}

Summary: remove Block Conversions

remove Block Conversions


PARAMETERS /rsv/config/v1/blockConversions/{BlockConversionCode}


GET /rsv/config/v1/bookingTypes

Summary: get Booking Types

get Booking Types


POST /rsv/config/v1/bookingTypes

Summary: post Booking Types

post Booking Types


PUT /rsv/config/v1/bookingTypes/{BookingTypesId}

Summary: put Booking Types

put Booking Types


DELETE /rsv/config/v1/bookingTypes/{BookingTypesId}

Summary: delete Booking Types

delete Booking Types


PARAMETERS /rsv/config/v1/bookingTypes/{BookingTypesId}


GET /rsv/config/v1/hotels/{HotelId}/autoAttachElements

Summary: get Auto Attach Elements

get Auto Attach Elements


PUT /rsv/config/v1/hotels/{HotelId}/autoAttachElements

Summary: put Auto Attach Elements

put Auto Attach Elements


POST /rsv/config/v1/hotels/{HotelId}/autoAttachElements

Summary: post Auto Attach Elements

post Auto Attach Elements


PARAMETERS /rsv/config/v1/hotels/{HotelId}/autoAttachElements


GET /rsv/config/v1/cancellationCodes

Summary: get Cancellation Codes

get Cancellation Codes


POST /rsv/config/v1/cancellationCodes

Summary: post Cancellation Codes(V1)

post Cancellation Codes(V1)


PUT /rsv/config/v1/cancellationCodes/{CancellationCodesId}

Summary: put Cancellation Codes

put Cancellation Codes


DELETE /rsv/config/v1/cancellationCodes/{CancellationCodesId}

Summary: delete Cancellation Codes

delete Cancellation Codes


PARAMETERS /rsv/config/v1/cancellationCodes/{CancellationCodesId}


GET /rsv/config/v1/cancelpolicies

Summary: get Cancellation Policy

get Cancellation Policy


PUT /rsv/config/v1/cancelpolicy/{CancelPolicyCode}

Summary: change Cancellation Policy

change Cancellation Policy


POST /rsv/config/v1/cancelpolicy/{CancelPolicyCode}

Summary: post Cancellation Policy

post Cancellation Policy


PARAMETERS /rsv/config/v1/cancelpolicy/{CancelPolicyCode}


GET /rsv/config/v1/depositpolicies

Summary: get Deposit Policy

get Deposit Policy


PUT /rsv/config/v1/depositpolicy/{DepositPolicyCode}

Summary: change Deposit Policy

change Deposit Policy


POST /rsv/config/v1/depositpolicy/{DepositPolicyCode}

Summary: post Deposit Policy

post Deposit Policy


PARAMETERS /rsv/config/v1/depositpolicy/{DepositPolicyCode}


GET /rsv/config/v1/entryPoints

Summary: get Entry Points

get Entry Points


POST /rsv/config/v1/entryPoints

Summary: post Entry Points

post Entry Points


PUT /rsv/config/v1/entryPoints/{EntryPointsId}

Summary: put Entry Points

put Entry Points


DELETE /rsv/config/v1/entryPoints/{EntryPointsId}

Summary: delete Entry Points

delete Entry Points


PARAMETERS /rsv/config/v1/entryPoints/{EntryPointsId}


GET /rsv/config/v1/discountReasons

Summary: get Discount Reasons

get Discount Reasons


POST /rsv/config/v1/discountReasons

Summary: post Discount Reasons

post Discount Reasons


PUT /rsv/config/v1/discountReasons/{DiscountReasonsId}

Summary: put Discount Reasons

put Discount Reasons


DELETE /rsv/config/v1/discountReasons/{DiscountReasonsId}

Summary: delete Discount Reasons

delete Discount Reasons


PARAMETERS /rsv/config/v1/discountReasons/{DiscountReasonsId}


GET /rsv/config/v1/globalActionCodes

Summary: get Global Action Codes

get Global Action Codes


POST /rsv/config/v1/globalActionCodes

Summary: post Global Action Codes

post Global Action Codes


PUT /rsv/config/v1/globalActionCodes/{ActionCode}

Summary: change Global Action Codes

change Global Action Codes


DELETE /rsv/config/v1/globalActionCodes/{ActionCode}

Summary: remove Global Action Codes

remove Global Action Codes


PARAMETERS /rsv/config/v1/globalActionCodes/{ActionCode}


GET /rsv/config/v1/globalAlerts

Summary: get Global Alerts

get Global Alerts


PUT /rsv/config/v1/hotels/{HotelId}/globalAlerts

Summary: put Global Alerts

put Global Alerts


POST /rsv/config/v1/hotels/{HotelId}/globalAlerts

Summary: post Global Alerts

Use LOV modules

  • https://{host}/operarest/{schemamap}/lov/v1/listOfValues/AlertCodesMultiHotel?parameterName=HotelCodes&includeInactiveFlag=false&parameterValue={{HotelId}}

  • GET ‘https://{host}/operarest/{schemamap}/lov/v1/listOfValues/AlertAreas?parameterName=InHouseYn&includeInactiveFlag=false&parameterValue=Y’ to find available fields for this request.


PARAMETERS /rsv/config/v1/hotels/{HotelId}/globalAlerts


GET /rsv/config/v1/guaranteeCodes

Summary: get Guarantee Codes

get Guarantee Codes


POST /rsv/config/v1/guaranteeCodes

Summary: post Guarantee Code

post Guarantee Code


PUT /rsv/config/v1/guaranteeCodes/{GuaranteeCode}

Summary: change Guarantee Code

change Guarantee Code


DELETE /rsv/config/v1/guaranteeCodes/{GuaranteeCode}

Summary: delete Guarantee Code

delete Guarantee Code


PARAMETERS /rsv/config/v1/guaranteeCodes/{GuaranteeCode}


GET /rsv/config/v1/hotels/{HotelId}/guaranteeCodeSchedules

Summary: get Guarantee Code Schedules

get Guarantee Code Schedules


POST /rsv/config/v1/hotels/{HotelId}/guaranteeCodeSchedules

Summary: post Guarantee Code Schedules

post Guarantee Code Schedules


PARAMETERS /rsv/config/v1/hotels/{HotelId}/guaranteeCodeSchedules


PUT /rsv/config/v1/hotels/{HotelId}/guaranteeCodeSchedules/{PolicyScheduleId}

Summary: change Guarantee Code Schedules

change Guarantee Code Schedules


DELETE /rsv/config/v1/hotels/{HotelId}/guaranteeCodeSchedules/{PolicyScheduleId}

Summary: delete Guarantee Code Schedules

delete Guarantee Code Schedules


PARAMETERS /rsv/config/v1/hotels/{HotelId}/guaranteeCodeSchedules/{PolicyScheduleId}


GET /rsv/config/v1/hotels/{HotelId}/guestMessages

Summary: get Guest Messages

get Guest Messages


PUT /rsv/config/v1/hotels/{HotelId}/guestMessages

Summary: put Guest Messages

put Guest Messages


POST /rsv/config/v1/hotels/{HotelId}/guestMessages

Summary: post Guest Messages

post Guest Messages


PARAMETERS /rsv/config/v1/hotels/{HotelId}/guestMessages


DELETE /rsv/config/v1/hotels/{HotelId}/guestMessages/{MessageCode}

Summary: delete Guest Messages

delete Guest Messages


PARAMETERS /rsv/config/v1/hotels/{HotelId}/guestMessages/{MessageCode}


GET /rsv/config/v1/guestMessages

Summary: get Guest Message Templates

get Guest Message Templates


PUT /rsv/config/v1/guestMessages

Summary: put Guest Message Templates

put Guest Message Templates


POST /rsv/config/v1/guestMessages

Summary: post Guest Message Templates

post Guest Message Templates


DELETE /rsv/config/v1/guestMessages

Summary: delete Guest Message Templates

delete Guest Message Templates


PUT /rsv/config/v1/hotels/{HotelId}/locatorCodes

Summary: put Locator Codes

put Locator Codes


POST /rsv/config/v1/hotels/{HotelId}/locatorCodes

Summary: post Locator Codes

post Locator Codes


PARAMETERS /rsv/config/v1/hotels/{HotelId}/locatorCodes


DELETE /rsv/config/v1/hotels/{HotelId}/locatorCodes/{LocatorCode}

Summary: delete Locator Codes

delete Locator Codes


PARAMETERS /rsv/config/v1/hotels/{HotelId}/locatorCodes/{LocatorCode}


GET /rsv/config/V1/templates/locatorCodes

Summary: get Locator Codes Template

get Locator Codes Template


PUT /rsv/config/V1/templates/locatorCodes

Summary: put Locator Codes Template

put Locator Codes Template


POST /rsv/config/V1/templates/locatorCodes

Summary: post Locator Codes Template

post Locator Codes Template


DELETE /rsv/config/V1/templates/locatorCodes

Summary: delete Locator Codes Template

delete Locator Codes Template


GET /rsv/config/V1/marketCodes

Summary: get Market Codes

get Market Codes


PUT /rsv/config/V1/hotels/{HotelId}/marketCodes/{MarketCode}

Summary: change Market Codes

change Market Codes


POST /rsv/config/V1/hotels/{HotelId}/marketCodes/{MarketCode}

Summary: post Market Codes

post Market Codes


DELETE /rsv/config/V1/hotels/{HotelId}/marketCodes/{MarketCode}

Summary: remove Market Codes

remove Market Codes


PARAMETERS /rsv/config/V1/hotels/{HotelId}/marketCodes/{MarketCode}


PUT /rsv/config/V1/hotels/{HotelId}/marketGroups/{MarketGroupCode}

Summary: change Market Group

change Market Group


POST /rsv/config/V1/hotels/{HotelId}/marketGroups/{MarketGroupCode}

Summary: post Market Group

post Market Group


DELETE /rsv/config/V1/hotels/{HotelId}/marketGroups/{MarketGroupCode}

Summary: remove Market Group

remove Market Group


PARAMETERS /rsv/config/V1/hotels/{HotelId}/marketGroups/{MarketGroupCode}


GET /rsv/config/V1/originCodes

Summary: get Origin Codes

get Origin Codes


POST /rsv/config/V1/originCodes

Summary: post Origin Codes

post Origin Codes


PUT /rsv/config/V1/originCodes/{OriginCodesId}

Summary: put Origin Codes

put Origin Codes


DELETE /rsv/config/V1/originCodes/{OriginCodesId}

Summary: delete Origin Codes

delete Origin Codes


PARAMETERS /rsv/config/V1/originCodes/{OriginCodesId}


GET /rsv/config/V1/hotels/{HotelId}/policyschedules

Summary: get Policy Schedules

get Policy Schedules


PARAMETERS /rsv/config/V1/hotels/{HotelId}/policyschedules


PUT /rsv/config/V1/hotels/{HotelId}/policyschedules/{PolicyScheduleId}

Summary: change Policy Schedules

change Policy Schedules


DELETE /rsv/config/V1/hotels/{HotelId}/policyschedules/{PolicyScheduleId}

Summary: delete Policy Schedules

delete Policy Schedules


PARAMETERS /rsv/config/V1/hotels/{HotelId}/policyschedules/{PolicyScheduleId}


GET /rsv/config/V1/purposeOfStays

Summary: get Purpose Of Stays

get Purpose Of Stays


POST /rsv/config/V1/purposeOfStays

Summary: post Purpose Of Stays

post Purpose Of Stays


PUT /rsv/config/V1/purposeOfStays/{PurposeOfStaysId}

Summary: put Purpose Of Stays

put Purpose Of Stays


DELETE /rsv/config/V1/purposeOfStays/{PurposeOfStaysId}

Summary: delete Purpose Of Stays

delete Purpose Of Stays


PARAMETERS /rsv/config/V1/purposeOfStays/{PurposeOfStaysId}


GET /rsv/config/V1/hotels/{HotelId}/precheckinRules

Summary: get Pre CheckIn Rules

get Pre CheckIn Rules


PUT /rsv/config/V1/hotels/{HotelId}/precheckinRules

Summary: change Pre Check In Rules

change Pre Check In Rules


POST /rsv/config/V1/hotels/{HotelId}/precheckinRules

Summary: create Pre Check In Rules

create Pre Check In Rules


DELETE /rsv/config/V1/hotels/{HotelId}/precheckinRules

Summary: remove Pre Check In Rules

remove Pre Check In Rules


PARAMETERS /rsv/config/V1/hotels/{HotelId}/precheckinRules


GET /rsv/config/V1/hotels/{HotelId}/serviceRequestCodes

Summary: get Service Request Codes

get Service Request Codes


PUT /rsv/config/V1/hotels/{HotelId}/serviceRequestCodes

Summary: change Service Request Codes

change Service Request Codes


POST /rsv/config/V1/hotels/{HotelId}/serviceRequestCodes

Summary: post Service Request Codes

post Service Request Codes


DELETE /rsv/config/V1/hotels/{HotelId}/serviceRequestCodes

Summary: remove Service Request Codes

remove Service Request Codes


PARAMETERS /rsv/config/V1/hotels/{HotelId}/serviceRequestCodes


GET /rsv/config/V1/hotels/{HotelId}/sourceCodes/

Summary: get Source Codes

get Source Codes


POST /rsv/config/V1/hotels/{HotelId}/sourceCodes/

Summary: post Source Code

post Source Code


PARAMETERS /rsv/config/V1/hotels/{HotelId}/sourceCodes/


PUT /rsv/config/V1/hotels/{HotelId}/sourceCodes/{SourceCode}

Summary: change Source Codes

change Source Codes


DELETE /rsv/config/V1/hotels/{HotelId}/sourceCodes/{SourceCode}

Summary: remove Source Code

remove Source Code


PARAMETERS /rsv/config/V1/hotels/{HotelId}/sourceCodes/{SourceCode}


GET /rsv/config/V1/hotels/{HotelId}/sourceGroups

Summary: get Source Groups

get Source Groups


POST /rsv/config/V1/hotels/{HotelId}/sourceGroups

Summary: post Source Group

post Source Group


PARAMETERS /rsv/config/V1/hotels/{HotelId}/sourceGroups


PUT /rsv/config/V1/hotels/{HotelId}/sourceGroups/{SourceGroupCode}

Summary: change Source Group

change Source Group


DELETE /rsv/config/V1/hotels/{HotelId}/sourceGroups/{SourceGroupCode}

Summary: remove Source Group

remove Source Group


PARAMETERS /rsv/config/V1/hotels/{HotelId}/sourceGroups/{SourceGroupCode}


GET /rsv/config/V1/cancelpolicytemplates

Summary: get Template Cancellation Policy

get Template Cancellation Policy


PUT /rsv/config/V1/cancelpolicytemplate/{CancelPolicyTemplate}

Summary: change Template Cancellation Policy

change Template Cancellation Policy


POST /rsv/config/V1/cancelpolicytemplate/{CancelPolicyTemplate}

Summary: post Template Cancellation Policy

post Template Cancellation Policy


DELETE /rsv/config/V1/cancelpolicytemplate/{CancelPolicyTemplate}

Summary: delete Template Cancellation Policy

delete Template Cancellation Policy


PARAMETERS /rsv/config/V1/cancelpolicytemplate/{CancelPolicyTemplate}


GET /rsv/config/V1/depositpolicytemplates

Summary: get Template Deposit Policy

get Template Deposit Policy


PUT /rsv/config/V1/depositpolicytemplate/{DepositPolicyTemplate}

Summary: change Template Deposit Policy

change Template Deposit Policy


POST /rsv/config/V1/depositpolicytemplate/{DepositPolicyTemplate}

Summary: post Template Deposit Policy

post Template Deposit Policy


DELETE /rsv/config/V1/depositpolicytemplate/{DepositPolicyTemplate}

Summary: delete Template Deposit Policy

delete Template Deposit Policy


PARAMETERS /rsv/config/V1/depositpolicytemplate/{DepositPolicyTemplate}


GET /rsv/config/V1/guaranteeCodeTemplates

Summary: get Template Guarantee Codes

get Template Guarantee Codes


PUT /rsv/config/V1/guaranteeCodeTemplates/{GuaranteeCode}

Summary: change Template Guarantee Code

change Template Guarantee Code


POST /rsv/config/V1/guaranteeCodeTemplates/{GuaranteeCode}

Summary: create Template Guarantee Code

create Template Guarantee Code


DELETE /rsv/config/V1/guaranteeCodeTemplates/{GuaranteeCode}

Summary: delete Template Guarantee Code

delete Template Guarantee Code


PARAMETERS /rsv/config/V1/guaranteeCodeTemplates/{GuaranteeCode}


GET /rsv/config/V1/marketCodeTemplates

Summary: get Template Market Codes

get Template Market Codes


POST /rsv/config/V1/marketCodeTemplates

Summary: post Template Market Code

post Template Market Code


PUT /rsv/config/V1/marketCodeTemplates/{MarketCode}

Summary: change Template Market Code

change Template Market Code


DELETE /rsv/config/V1/marketCodeTemplates/{MarketCode}

Summary: delete Template Market Code

delete Template Market Code


PARAMETERS /rsv/config/V1/marketCodeTemplates/{MarketCode}


GET /rsv/config/V1/marketGroupTemplates

Summary: get Template Market Groups

get Template Market Groups


PUT /rsv/config/V1/marketGroupTemplate/{MarketGroupCode}

Summary: change Template Market Group

change Template Market Group


POST /rsv/config/V1/marketGroupTemplate/{MarketGroupCode}

Summary: post Template Market Group

post Template Market Group


DELETE /rsv/config/V1/marketGroupTemplate/{MarketGroupCode}

Summary: delete Template Market Group

delete Template Market Group


PARAMETERS /rsv/config/V1/marketGroupTemplate/{MarketGroupCode}


GET /rsv/config/V1/templates/sourceCodes

Summary: get Template Source Codes

get Template Source Codes


POST /rsv/config/V1/templates/sourceCodes

Summary: post Template Source Code

post Template Source Code


PUT /rsv/config/V1/templates/sourceCodes/{SourceCode}

Summary: change Template Source Code

change Template Source Code


DELETE /rsv/config/V1/templates/sourceCodes/{SourceCode}

Summary: remove Template Source Code

remove Template Source Code


PARAMETERS /rsv/config/V1/templates/sourceCodes/{SourceCode}


GET /rsv/config/V1/templates/sourceGroups

Summary: get Template Source Group

get Template Source Group


PUT /rsv/config/V1/templates/sourceGroups

Summary: change Template Source Group

change Template Source Group


POST /rsv/config/V1/templates/sourceGroups

Summary: post Template Source Group

post Template Source Group


DELETE /rsv/config/V1/templates/sourceGroups

Summary: remove Template Source Group

remove Template Source Group


GET /rsv/config/V1/turnawayCodes

Summary: get Template TurnAway Codes

get Template TurnAway Codes


PUT /rsv/config/V1/turnawayCodes

Summary: put Template TurnAway Codes

put Template TurnAway Codes


POST /rsv/config/V1/turnawayCodes

Summary: post Template TurnAway Codes

post Template TurnAway Codes


DELETE /rsv/config/V1/turnawayCodes/{TurnawayCode}

Summary: delete Template Turn Away Codes

delete Template Turn Away Codes


PARAMETERS /rsv/config/V1/turnawayCodes/{TurnawayCode}


GET /rsv/config/V1/hotels/{HotelId}/traceTexts

Summary: get Trace Texts

get Trace Texts


PUT /rsv/config/V1/hotels/{HotelId}/traceTexts

Summary: put Trace Texts

put Trace Texts


POST /rsv/config/V1/hotels/{HotelId}/traceTexts

Summary: post Trace Texts

post Trace Texts


PARAMETERS /rsv/config/V1/hotels/{HotelId}/traceTexts


GET /rsv/config/V1/hotels/{HotelId}/turnawayCodes

Summary: get Hotel TurnAway Codes

get Hotel TurnAway Codes


PUT /rsv/config/V1/hotels/{HotelId}/turnawayCodes

Summary: put Hotel TurnAway Codes

put Hotel TurnAway Codes


POST /rsv/config/V1/hotels/{HotelId}/turnawayCodes

Summary: post Hotel TurnAway Codes

post Hotel TurnAway Codes


PARAMETERS /rsv/config/V1/hotels/{HotelId}/turnawayCodes


DELETE /rsv/config/V1/hotels/{HotelId}/turnawayCodes/{Code}

Summary: delete Hotel TurnAway Code

delete Hotel TurnAway Code


PARAMETERS /rsv/config/V1/hotels/{HotelId}/turnawayCodes/{Code}


GET /rsv/config/V1/hotels/{HotelId}/upsellRules

Summary: get Upsell Rules

get Upsell Rules


PUT /rsv/config/V1/hotels/{HotelId}/upsellRules

Summary: put Upsell Rules

put Upsell Rules


POST /rsv/config/V1/hotels/{HotelId}/upsellRules

Summary: post Upsell Rules

post Upsell Rules


PARAMETERS /rsv/config/V1/hotels/{HotelId}/upsellRules


DELETE /rsv/config/V1/hotels/{HotelId}/upsellRules/{RuleCode}

Summary: delete Upsell Rules

delete Upsell Rules


PARAMETERS /rsv/config/V1/hotels/{HotelId}/upsellRules/{RuleCode}


PUT /rsv/config/V1/hotels/{HotelId}/upsellRules/action/validate

Summary: test Upsell Rules

test Upsell Rules


PARAMETERS /rsv/config/V1/hotels/{HotelId}/upsellRules/action/validate


PUT /rsv/config/V1/hotels/{HotelId}/upsellRules/copy

Summary: copy Upsell Rules

copy Upsell Rules


PARAMETERS /rsv/config/V1/hotels/{HotelId}/upsellRules/copy


GET /rsv/config/V1/waitlistCodes

Summary: get Waitlist Codes

get Waitlist Codes


POST /rsv/config/V1/waitlistCodes

Summary: post Waitlist Codes

post Waitlist Codes


PUT /rsv/config/V1/waitlistCodes/{WaitlistCodesId}

Summary: put Waitlist Codes

put Waitlist Codes


DELETE /rsv/config/V1/waitlistCodes/{WaitlistCodesId}

Summary: delete Waitlist Codes

delete Waitlist Codes


PARAMETERS /rsv/config/V1/waitlistCodes/{WaitlistCodesId}


GET /rsv/config/V1/waitlistPriorities

Summary: get Waitlist Priorities

get Waitlist Priorities


POST /rsv/config/V1/waitlistPriorities

Summary: post Waitlist Priorities

post Waitlist Priorities


PUT /rsv/config/V1/waitlistPriorities/{WaitlistPrioritiesId}

Summary: put Waitlist Priorities

put Waitlist Priorities


DELETE /rsv/config/V1/waitlistPriorities/{WaitlistPrioritiesId}

Summary: delete Waitlist Priorities

delete Waitlist Priorities


PARAMETERS /rsv/config/V1/waitlistPriorities/{WaitlistPrioritiesId}


GET /rsv/config/v1/scripts

Summary: get Scripts

get Scripts


GET /rsv/config/v1/hotels/{HotelId}/serviceRequestCodes/{ServiceRequestCode}/priorities

Summary: get Service Request Code Priorities

get Service Request Code Priorities


PARAMETERS /rsv/config/v1/hotels/{HotelId}/serviceRequestCodes/{ServiceRequestCode}/priorities


GET /rsv/config/v1/hotels/{HotelId}/ratePlans/ratings

Summary: get Rate Plan Ratings

get Rate Plan Ratings


PARAMETERS /rsv/config/v1/hotels/{HotelId}/ratePlans/ratings


GET /rsv/config/v1/hotels/{HotelId}/rooms/ratings

Summary: get Room Ratings

get Room Ratings


PARAMETERS /rsv/config/v1/hotels/{HotelId}/rooms/ratings


GET /rtp/v0/displaySets

Summary: get Display Sets

get Display Sets


POST /rtp/v1/displaySets

Summary: post Display Sets

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


PUT /rtp/v1/displaySets/{DisplaySetsId}

Summary: put Display Sets

put Display Sets


DELETE /rtp/v1/displaySets/{DisplaySetsId}

Summary: delete Display Sets

delete Display Sets


PARAMETERS /rtp/v1/displaySets/{DisplaySetsId}


GET /rtp/v0/hotels/{HotelId}/packageForecastGroups

Summary: get Hotel Package Forecast Groups

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PARAMETERS /rtp/v0/hotels/{HotelId}/packageForecastGroups


PUT /rtp/v1/hotels/{HotelId}/packageForecastGroups

Summary: put Hotel Package Forecast Groups

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


POST /rtp/v1/hotels/{HotelId}/packageForecastGroups

Summary: post Hotel Package Forecast Groups

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PARAMETERS /rtp/v1/hotels/{HotelId}/packageForecastGroups


GET /rtp/v1/hotels/{HotelId}/negotiatedRates

Summary: get Negotiated Rates

get Negotiated Rates


POST /rtp/v1/hotels/{HotelId}/negotiatedRates

Summary: post Negotiated Rates

post Negotiated Rates


PARAMETERS /rtp/v1/hotels/{HotelId}/negotiatedRates


GET /rtp/v1/hotels/{HotelId}/negotiatedRates/{RateCode}/profiles

Summary: get Negotiated Rates For Given Hotel And Rate

Get all profiles with Negotiated Rates.


PARAMETERS /rtp/v1/hotels/{HotelId}/negotiatedRates/{RateCode}/profiles


GET /rtp/v1/profiles/{ProfileId}/negotiatedRates

Summary: get Negotiated Rates For Given Profile

GGet a profile’s Negotiated Rates.


PARAMETERS /rtp/v1/profiles/{ProfileId}/negotiatedRates


PUT /rtp/v1/hotels/{HotelId}/negotiatedRates/{RateCode}

Summary: put Negotiated Rates

put Negotiated Rates


PARAMETERS /rtp/v1/hotels/{HotelId}/negotiatedRates/{RateCode}


DELETE /rtp/v1/hotels/{HotelId}/profiles/{ProfileId}/startDate/{StartDate}/negotiatedRates/{RatePlanId}

Summary: delete Negotiated Rates

delete Negotiated Rates


PARAMETERS /rtp/v1/hotels/{HotelId}/profiles/{ProfileId}/startDate/{StartDate}/negotiatedRates/{RatePlanId}


GET /rtp/v1/hotels/{HotelId}/packageGroups

Summary: get Package Groups

get Package Groups


PUT /rtp/v1/hotels/{HotelId}/packageGroups

Summary: put Package Groups

put Package Groups


POST /rtp/v1/hotels/{HotelId}/packageGroups

Summary: post Package Groups

Use this operation to create a new group package code. You will need to know the avilable packaged, use getPackages for this property to find these out first.


PARAMETERS /rtp/v1/hotels/{HotelId}/packageGroups


DELETE /rtp/v1/hotels/{HotelId}/packageGroups/{PackageCode}

Summary: delete Package Groups

Use this operation to delete an existing Package Group code from a property.


PARAMETERS /rtp/v1/hotels/{HotelId}/packageGroups/{PackageCode}


GET /rtp/v1/packages

Summary: get Packages

Use this operation to search for available packages at a property. You can search by date range, to see what packages are available to add to a reservation for example.


GET /rtp/v0/hotels/{HotelId}/packages/{PackageCode}

Summary: get Package

get Package


PARAMETERS /rtp/v0/hotels/{HotelId}/packages/{PackageCode}


GET /rtp/v1/hotels/{HotelId}/packages/{PackageCode}/rates

Summary: get Package Rates

get Package Rates


PARAMETERS /rtp/v1/hotels/{HotelId}/packages/{PackageCode}/rates


PUT /rtp/v1/hotels/{HotelId}/packages/{PackageCode}

Summary: put Package

put Package


POST /rtp/v1/hotels/{HotelId}/packages/{PackageCode}

Summary: post Package

post Package


DELETE /rtp/v1/hotels/{HotelId}/packages/{PackageCode}

Summary: delete Package

delete Package


PARAMETERS /rtp/v1/hotels/{HotelId}/packages/{PackageCode}


GET /rtp/v0/hotels/{HotelId}/packageFormulaRanges

Summary: get Package Formula Ranges

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PARAMETERS /rtp/v0/hotels/{HotelId}/packageFormulaRanges


POST /rtp/v1/hotels/{HotelId}/packageFormulaRanges

Summary: post Package Formula Ranges

post Package Formula Ranges


PARAMETERS /rtp/v1/hotels/{HotelId}/packageFormulaRanges


PUT /rtp/v1/hotels/{HotelId}/packageFormulaRanges/{PackageFormulaRangeId}

Summary: put Package Formula Ranges

put Package Formula Ranges


PARAMETERS /rtp/v1/hotels/{HotelId}/packageFormulaRanges/{PackageFormulaRangeId}


POST /rtp/v1/hotels/{HotelId}/promotionCodes/{PromotionCode}

Summary: post Promotion Codes

post Promotion Codes


PARAMETERS /rtp/v1/hotels/{HotelId}/promotionCodes/{PromotionCode}


GET /rtp/v1/hotels/{HotelId}/promotionCodes

Summary: get Promotion Codes

get Promotion Codes


PARAMETERS /rtp/v1/hotels/{HotelId}/promotionCodes


GET /rtp/v1/hotels/{HotelId}/promotionGroups

Summary: get Promotional Groups

get Promotional Groups


PARAMETERS /rtp/v1/hotels/{HotelId}/promotionGroups


PUT /rtp/v1/hotels/{HotelId}/promotionGroups/{GroupCode}

Summary: put Promotional Group

put Promotional Group


POST /rtp/v1/hotels/{HotelId}/promotionGroups/{GroupCode}

Summary: post Promotional Group

post Promotional Group


DELETE /rtp/v1/hotels/{HotelId}/promotionGroups/{GroupCode}

Summary: delete Promotional Group

delete Promotional Group


PARAMETERS /rtp/v1/hotels/{HotelId}/promotionGroups/{GroupCode}


GET /rtp/v0/hotels/{HotelId}/ratePlans/{RatePlanCode}

Summary: get Rate Plan with fetchInstructions = AccessExclusions

get Rate Plan with fetchInstructions = AccessExclusions


PARAMETERS /rtp/v0/hotels/{HotelId}/ratePlans/{RatePlanCode}


PUT /rtp/v1/hotels/{HotelId}/rateAccessExclusions

Summary: put Rate Access Exclusions

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PARAMETERS /rtp/v1/hotels/{HotelId}/rateAccessExclusions


GET /rtp/v0/hotels/{HotelId}/rateClasses

Summary: get Rate Class

get Rate Class


PARAMETERS /rtp/v0/hotels/{HotelId}/rateClasses


POST /rtp/v1/hotels/{HotelId}/rateClasses

Summary: post Rate Class

post Rate Class


PARAMETERS /rtp/v1/hotels/{HotelId}/rateClasses


PUT /rtp/v1/hotels/{HotelId}/rateClasses/{RateClassCode}

Summary: change Rate Class

change Rate Class


DELETE /rtp/v1/hotels/{HotelId}/rateClasses/{RateClassCode}

Summary: delete Rate Class

delete Rate Class


PARAMETERS /rtp/v1/hotels/{HotelId}/rateClasses/{RateClassCode}


GET /rtp/v0/hotels/{HotelId}/rateCategories

Summary: get Rate Category

get Rate Category


DELETE /rtp/v0/hotels/{HotelId}/rateCategories

Summary: delete Rate Category

delete Rate Category


PARAMETERS /rtp/v0/hotels/{HotelId}/rateCategories


PUT /rtp/v1/hotels/{HotelId}/rateCategories

Summary: change Rate Category

change Rate Category


POST /rtp/v1/hotels/{HotelId}/rateCategories

Summary: post Rate Category

post Rate Category


PARAMETERS /rtp/v1/hotels/{HotelId}/rateCategories


GET /rtp/v1/ratePlans

Summary: get Rate Plans

get Rate Plans


GET /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}

Summary: get Rate Plan

This API allows you to fetch Rate Plan for a given hotel id and Rate Plan Code.


PUT /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}

Summary: put Rate Plan

put Rate Plan


DELETE /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}

Summary: delete Rate Plan

delete Rate Plan


PARAMETERS /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}


POST /rtp/v1/hotels/{HotelId}/ratePlans

Summary: post Rate Plans

post Rate Plans


PARAMETERS /rtp/v1/hotels/{HotelId}/ratePlans


PUT /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/copy

Summary: copy Rate Plans

copy Rate Plans


PARAMETERS /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/copy


PUT /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/packages

Summary: put Rate Plan Packages

Use this operation to update a package (such as Breakfast, or box of chocolated) on a rate plan.


POST /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/packages

Summary: post Rate Plan Packages

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


PARAMETERS /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/packages


DELETE /rtp/v0/hotels/{HotelId}/ratePlans/{RatePlanCode}/packages

Summary: delete Rate Plan Packages

delete Rate Plan Packages


PARAMETERS /rtp/v0/hotels/{HotelId}/ratePlans/{RatePlanCode}/packages


PUT /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/postingRhythms

Summary: put Rate Plan Posting Rhythms

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


POST /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/postingRhythms

Summary: post Rate Plan Posting Rhythms

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


PARAMETERS /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/postingRhythms


DELETE /rtp/v0/hotels/{HotelId}/ratePlans/{RatePlanCode}/postingRhythms

Summary: delete Rate Plan Posting Rhythms

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


PARAMETERS /rtp/v0/hotels/{HotelId}/ratePlans/{RatePlanCode}/postingRhythms


GET /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/schedules

Summary: get Rate Plan Schedules

get Rate Plan Schedules


PUT /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/schedules

Summary: put Rate Plan Schedules

put Rate Plan Schedules


POST /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/schedules

Summary: post Rate Plan Schedules

post Rate Plan Schedules


DELETE /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/schedules

Summary: delete Rate Plan Schedules

delete Rate Plan Schedules


PARAMETERS /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/schedules


POST /rtp/v1/hotels/{HotelId}/ratePlanSchedules/{ScheduleId}/split

Summary: split Rate Plan Schedules

split Rate Plan Schedules


PARAMETERS /rtp/v1/hotels/{HotelId}/ratePlanSchedules/{ScheduleId}/split


GET /rtp/v0/hotels/{HotelId}/rateSeasons

Summary: get Rate Seasons

get Rate Seasons


PARAMETERS /rtp/v0/hotels/{HotelId}/rateSeasons


POST /rtp/v1/hotels/{HotelId}/rateSeasons

Summary: post Rate Seasons

post Rate Seasons


PARAMETERS /rtp/v1/hotels/{HotelId}/rateSeasons


PUT /rtp/v1/hotels/{HotelId}/rateSeasons/{SeasonCode}

Summary: change Rate Seasons

change Rate Seasons


DELETE /rtp/v1/hotels/{HotelId}/rateSeasons/{SeasonCode}

Summary: remove Rate Seasons

remove Rate Seasons


PARAMETERS /rtp/v1/hotels/{HotelId}/rateSeasons/{SeasonCode}


GET /rtp/v1/hotels/{HotelId}/rateStrategies

Summary: get Rate Strategies

get Rate Strategies


PARAMETERS /rtp/v1/hotels/{HotelId}/rateStrategies


DELETE /rtp/v1/hotels/{HotelId}/rateStrategies/{RateStrategyId}

Summary: delete Rate Strategy

delete Rate Strategy


PARAMETERS /rtp/v1/hotels/{HotelId}/rateStrategies/{RateStrategyId}


GET /rtp/v0/templates/rateCategories

Summary: get Template Rate Category

get Template Rate Category


POST /rtp/v1/templates/rateCategories

Summary: post Template Rate Category

.


PUT /rtp/v1/templates/rateCategories/{RateCategoryCode}

Summary: change Template Rate Category

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


DELETE /rtp/v1/templates/rateCategories/{RateCategoryCode}

Summary: delete Template Rate Category

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PARAMETERS /rtp/v1/templates/rateCategories/{RateCategoryCode}


GET /rtp/v0/templates/rateClasses

Summary: get Template Rate Class

get Template Rate Class


POST /rtp/v1/templates/rateClasses

Summary: post Template Rate Class

post Template Rate Class


PUT /rtp/v1/templates/rateClasses/{RateClassCode}

Summary: change Template Rate Class

change Template Rate Class


DELETE /rtp/v1/templates/rateClasses/{RateClassCode}

Summary: delete Template Rate Class

delete Template Rate Class


PARAMETERS /rtp/v1/templates/rateClasses/{RateClassCode}


GET /rtp/v0/templates/rateSeasons

Summary: fetch Template Rate Seasons

fetch Template Rate Seasons


POST /rtp/v1/templates/rateSeasons

Summary: post Template Rate Seasons

post Template Rate Seasons


PUT /rtp/v1/templates/rateSeasons/{SeasonCode}

Summary: change Template Rate Seasons

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


DELETE /rtp/v1/templates/rateSeasons/{SeasonCode}

Summary: remove Template Rate Seasons

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PARAMETERS /rtp/v1/templates/rateSeasons/{SeasonCode}


GET /rtp/v0/packageForecastGroups

Summary: get Template Package Forecast Groups

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PUT /rtp/v1/packageForecastGroups

Summary: put Template Package Forecast Groups

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


POST /rtp/v1/packageForecastGroups

Summary: post Template Package Forecast Groups

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


DELETE /rtp/v1/packageForecastGroups/{PackageForecastGroupCode}

Summary: delete Template Package Forecast Groups

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PARAMETERS /rtp/v1/packageForecastGroups/{PackageForecastGroupCode}


GET /rtp/v0/PromotionCodes

Summary: get Template Promotion Codes

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PUT /rtp/v1/promotionCodes/{PromotionCode}

Summary: put Template Promotion Code

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


POST /rtp/v1/promotionCodes/{PromotionCode}

Summary: post Template Promotion Code

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


PARAMETERS /rtp/v1/promotionCodes/{PromotionCode}


GET /rtp/v0/hotels/{HotelId}/blocks/ratePlans

Summary: download External Rate Plan

download External Rate Plan


PARAMETERS /rtp/v0/hotels/{HotelId}/blocks/ratePlans


GET /rtp/v0/hotels/{HotelId}/massRateChangeStatus

Summary: get Mass Rate Change Status

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


PARAMETERS /rtp/v0/hotels/{HotelId}/massRateChangeStatus


GET /rtp/v0/hotels/{HotelId}/rates/activityLog

Summary: get Rate Activity Log

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


PARAMETERS /rtp/v0/hotels/{HotelId}/rates/activityLog


GET /rtp/v0/hotels/{HotelId}/rateGroups

Summary: get Rate Groups

get Rate Groups


PARAMETERS /rtp/v0/hotels/{HotelId}/rateGroups


GET /rtp/v1/hotels/{HotelId}/yieldAdjustments

Summary: get Yield Adjustments

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PARAMETERS /rtp/v1/hotels/{HotelId}/yieldAdjustments


GET /rtp/v1/hotels/{HotelId}/rates/promotions/{PromotionCode}

Summary: validate Rate Promotion

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


PARAMETERS /rtp/v1/hotels/{HotelId}/rates/promotions/{PromotionCode}


POST /rtp/v1/rateStrategies

Summary: set Rate Strategies

set Rate Strategies


PUT /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/dailySchedules

Summary: set Daily Rate Plan Schedule Range

Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.


PARAMETERS /rtp/v1/hotels/{HotelId}/ratePlans/{RatePlanCode}/dailySchedules


DELETE /rtp/v0/hotels/{HotelId}/rateAccessExclusions

Summary: delete Rate Access Exclusions

Response for the request to search for package formula ranges. Based on the hotel code and tax range type code, response can contain multiple package formula ranges.


PARAMETERS /rtp/v0/hotels/{HotelId}/rateAccessExclusions


GET /rm/config/v1/bedTypes

Summary: get Bed Types

get Bed Types


POST /rm/config/v1/bedTypes

Summary: post Bed Types

post Bed Types


PUT /rm/config/v1/bedTypes/{BedTypesId}

Summary: put Bed Types

put Bed Types


DELETE /rm/config/v1/bedTypes/{BedTypesId}

Summary: delete Bed Types

delete Bed Types


PARAMETERS /rm/config/v1/bedTypes/{BedTypesId}


GET /rm/config/v0/bedTypeRequests

Summary: get Bed Type Requests

get Bed Type Requests


PUT /rm/config/v1/bedTypeRequests/{BedTypeRequestsId}

Summary: put Bed Type Requests

put Bed Type Requests


PARAMETERS /rm/config/v1/bedTypeRequests/{BedTypeRequestsId}


DELETE /rm/config/v0/bedTypeRequests/{BedTypeRequestsId}

Summary: remove Bed Type Requests

remove Bed Type Requests


PARAMETERS /rm/config/v0/bedTypeRequests/{BedTypeRequestsId}


GET /rm/config/v0/buildings

Summary: get Buildings

get Buildings


DELETE /rm/config/v0/buildings

Summary: remove Buildings

remove Buildings


PUT /rm/config/v1/buildings

Summary: change Buildings

change Buildings


POST /rm/config/v1/buildings

Summary: post Buildings

post Buildings


PUT /rm/config/v1/hotels/{SourceHotelId}/buildings/copy

Summary: copy Buildings

copy Buildings


PARAMETERS /rm/config/v1/hotels/{SourceHotelId}/buildings/copy


GET /rm/config/v0/buildingGroups

Summary: get Building Groups

get Building Groups


PUT /rm/config/v1/buildingGroups

Summary: change Building Groups

change Building Groups


POST /rm/config/v1/buildingGroups

Summary: post Building Groups

post Building Groups


PUT /rm/config/v1/hotels/{SourceHotelId}/buildingGroups/copy

Summary: copy Building Groups

copy Building Groups


PARAMETERS /rm/config/v1/hotels/{SourceHotelId}/buildingGroups/copy


GET /rm/config/v0/floors

Summary: get Floors

get Floors


POST /rm/config/v1/floors

Summary: post Floors

post Floors


PUT /rm/config/v1/floors/{FloorsId}

Summary: change Floors

change Floors


DELETE /rm/config/v1/floors/{FloorsId}

Summary: remove Floors

remove Floors


PARAMETERS /rm/config/v1/floors/{FloorsId}


GET /rm/config/v0/floorTypes

Summary: get Floor Types

get Floor Types


POST /rm/config/v1/floorTypes

Summary: post Floor Types

post Floor Types


PUT /rm/config/v1/floorTypes/{FloorTypesId}

Summary: put Floor Types

put Floor Types


DELETE /rm/config/v1/floorTypes/{FloorTypesId}

Summary: delete Floor Types

delete Floor Types


PARAMETERS /rm/config/v1/floorTypes/{FloorTypesId}


GET /rm/config/v0/hotels/{HotelId}/housekeepingAttendants

Summary: get Housekeeping Attendants

get Housekeeping Attendants


PARAMETERS /rm/config/v0/hotels/{HotelId}/housekeepingAttendants


POST /rm/config/v1/hotels/{HotelId}/housekeepingAttendants

Summary: post Housekeeping Attendants

post Housekeeping Attendants


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingAttendants


PUT /rm/config/v1/hotels/{HotelId}/housekeepingAttendants/{AttendantId}

Summary: change Housekeeping Attendants

change Housekeeping Attendants


DELETE /rm/config/v1/hotels/{HotelId}/housekeepingAttendants/{AttendantId}

Summary: remove Housekeeping Attendants

remove Housekeeping Attendants


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingAttendants/{AttendantId}


GET /rm/config/v1/hotels/{HotelId}/creditRules

Summary: get Housekeeping Credit Rules

get Housekeeping Credit Rules


POST /rm/config/v1/hotels/{HotelId}/creditRules

Summary: post Housekeeping Credit Rules

post Housekeeping Credit Rules


PARAMETERS /rm/config/v1/hotels/{HotelId}/creditRules


PUT /rm/config/v1/hotels/{HotelId}/creditRules/{Code}

Summary: change Housekeeping Credit Rules

change Housekeeping Credit Rules


DELETE /rm/config/v1/hotels/{HotelId}/creditRules/{Code}

Summary: remove Housekeeping Credit Rules

remove Housekeeping Credit Rules


PARAMETERS /rm/config/v1/hotels/{HotelId}/creditRules/{Code}


GET /rm/config/v1/hotels/{HotelId}/housekeepingRoomSchedules

Summary: get Housekeeping Room Schedules

get Housekeeping Room Schedules


POST /rm/config/v1/hotels/{HotelId}/housekeepingRoomSchedules

Summary: post Housekeeping Room Schedules

post Housekeeping Room Schedules


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingRoomSchedules


PUT /rm/config/v1/hotels/{HotelId}/housekeepingRoomSchedules/{RoomScheduleId}

Summary: put Housekeeping Room Schedules

put Housekeeping Room Schedules


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingRoomSchedules/{RoomScheduleId}


DELETE /rm/config/v1/hotels/{HotelId}/roomTypeCodes/{RoomTypeCode}/housekeepingRoomSchedules/{RoomScheduleId}

Summary: delete Housekeeping Room Schedules

delete Housekeeping Room Schedules


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomTypeCodes/{RoomTypeCode}/housekeepingRoomSchedules/{RoomScheduleId}


GET /rm/config/v1/hotels/{HotelId}/housekeepingSections

Summary: get Housekeeping Sections

Use this API to return housekeeping sections for a specific hotel based on search criteria such as hotelId, includeInactive, housekeepingSectionsCodes, description.

Housekeeping section groups and sections can be used to group rooms into sections or divisions meaningful to the housekeeping attendants with respect to floor numbers, various buildings, and group of rooms typically cleaned by one attendant during the day or turndowns during the evening.


POST /rm/config/v1/hotels/{HotelId}/housekeepingSections

Summary: post Housekeeping Sections

Use this API to create housekeeping sections for a specific hotel. Housekeeping section groups and sections can be used to group rooms into sections or divisions meaningful to the housekeeping attendants with respect to floor numbers, various buildings, and group of rooms typically cleaned by one attendant during the day or turndowns during the evening.


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingSections


PUT /rm/config/v1/hotels/{HotelId}/housekeepingSections/{Code}

Summary: change Housekeeping Sections

Use this API to update housekeeping sections for a specific hotel based on code, hotelId. Housekeeping section groups and sections can be used to group rooms into sections or divisions meaningful to the housekeeping attendants with respect to floor numbers, various buildings, and group of rooms typically cleaned by one attendant during the day or turndowns during the evening.


DELETE /rm/config/v1/hotels/{HotelId}/housekeepingSections/{Code}

Summary: remove Housekeeping Sections

Use this API to delete housekeeping section groups for a specific hotel based on hotelId, housekeepingSectionGroupsCode.

Housekeeping section groups and sections can be used to group rooms into sections or divisions meaningful to the housekeeping attendants with respect to floor numbers, various buildings, and group of rooms typically cleaned by one attendant during the day or turndowns during the evening.


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingSections/{Code}


GET /rm/config/v1/hotels/{HotelId}/housekeepingSectionGroups

Summary: get Housekeeping Section Groups

get Housekeeping Section Groups


POST /rm/config/v1/hotels/{HotelId}/housekeepingSectionGroups

Summary: post Housekeeping Section Groups

post Housekeeping Section Groups


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingSectionGroups


PUT /rm/config/v1/hotels/{HotelId}/housekeepingSectionGroups/{Code}

Summary: change Housekeeping Section Groups

change Housekeeping Section Groups


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingSectionGroups/{Code}


DELETE /rm/config/v0/hotels/{HotelId}/housekeepingSectionGroups/{Code}

Summary: remove Housekeeping Section Groups

remove Housekeeping Section Groups


PARAMETERS /rm/config/v0/hotels/{HotelId}/housekeepingSectionGroups/{Code}


GET /rm/config/v1/hotels/{HotelId}/housekeepingSupplyCodes

Summary: get Housekeeping Supply Codes

get Housekeeping Supply Codes


POST /rm/config/v1/hotels/{HotelId}/housekeepingSupplyCodes

Summary: post Housekeeping Supply Codes

post Housekeeping Supply Codes


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingSupplyCodes


PUT /rm/config/v1/hotels/{HotelId}/housekeepingSupplyCodes/{Code}

Summary: change Housekeeping Supply Codes

change Housekeeping Supply Codes


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingSupplyCodes/{Code}


DELETE /rm/config/v0/hotels/{HotelId}/housekeepingSupplyCodes/{Code}

Summary: remove Housekeeping Supply Codes

remove Housekeeping Supply Codes


PARAMETERS /rm/config/v0/hotels/{HotelId}/housekeepingSupplyCodes/{Code}


GET /rm/config/v1/hotels/{HotelId}/housekeepingTasks

Summary: get Housekeeping Tasks

get Housekeeping Tasks


POST /rm/config/v1/hotels/{HotelId}/housekeepingTasks

Summary: post Housekeeping Tasks

post Housekeeping Tasks


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingTasks


PUT /rm/config/v1/hotels/{HotelId}/housekeepingTasks/{Code}

Summary: change Housekeeping Tasks

change Housekeeping Tasks


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingTasks/{Code}


DELETE /rm/config/v0/hotels/{HotelId}/housekeepingTasks/{Code}

Summary: remove Housekeeping Tasks

remove Housekeeping Tasks


PARAMETERS /rm/config/v0/hotels/{HotelId}/housekeepingTasks/{Code}


GET /rm/config/v1/hotels/{HotelId}/outOfOrderServiceReasons

Summary: get Out Of Order Service Reasons

get Out Of Order Service Reasons


POST /rm/config/v1/hotels/{HotelId}/outOfOrderServiceReasons

Summary: post Out Of Order Service Reasons

post Out Of Order Service Reasons


PARAMETERS /rm/config/v1/hotels/{HotelId}/outOfOrderServiceReasons


PUT /rm/config/v1/hotels/{HotelId}/outOfOrderServiceReasons/{ReasonCode}

Summary: change Out Of Order Service Reasons

change Out Of Order Service Reasons


DELETE /rm/config/v1/hotels/{HotelId}/outOfOrderServiceReasons/{ReasonCode}

Summary: remove Out Of Order Service Reasons

remove Out Of Order Service Reasons


PARAMETERS /rm/config/v1/hotels/{HotelId}/outOfOrderServiceReasons/{ReasonCode}


GET /rm/config/v1/hotels/{HotelId}/roomClasses

Summary: get Room Classes

get Room Classes


POST /rm/config/v1/hotels/{HotelId}/roomClasses

Summary: post Room Class

post Room Class


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomClasses


PUT /rm/config/v1/hotels/{HotelId}/roomClasses/{RoomClassId}

Summary: put Room Class

put Room Class


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomClasses/{RoomClassId}


DELETE /rm/config/v0/hotels/{HotelId}/roomClasses/{RoomClassId}

Summary: delete Room Class

delete Room Class


PARAMETERS /rm/config/v0/hotels/{HotelId}/roomClasses/{RoomClassId}


GET /rm/config/v1/roomClasses

Summary: get Room Class Templates

get Room Class Templates


POST /rm/config/v1/roomClass

Summary: post Room Class Templates

post Room Class Templates


PUT /rm/config/v1/roomClasses/{RoomClassTemplateId}

Summary: put Room Class Template

put Room Class Template


PARAMETERS /rm/config/v1/roomClasses/{RoomClassTemplateId}


DELETE /rm/config/v0/roomClasses/{RoomClassTemplateId}

Summary: delete Room Class Template

delete Room Class Template


PARAMETERS /rm/config/v0/roomClasses/{RoomClassTemplateId}


GET /rm/config/v1/hotels/{HotelId}/roomConditions

Summary: get Resort Room Conditions

get Resort Room Conditions


POST /rm/config/v1/hotels/{HotelId}/roomConditions

Summary: post Resort Room Condition

post Resort Room Condition


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomConditions


PUT /rm/config/v1/hotels/{HotelId}/roomConditions/{RoomConditionCode}

Summary: change Resort Room Condition

change Resort Room Condition


DELETE /rm/config/v1/hotels/{HotelId}/roomConditions/{RoomConditionCode}

Summary: remove Resort Room Condition

remove Resort Room Condition


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomConditions/{RoomConditionCode}


GET /rm/config/v1/roomConditions

Summary: get Room Condition Templates

get Room Condition Templates


POST /rm/config/v1/roomConditions

Summary: post Room Condition Templates

post Room Condition Templates


PUT /rm/config/v1/roomConditions/{TemplateCode}

Summary: change Room Condition Templates

change Room Condition Templates


PARAMETERS /rm/config/v1/roomConditions/{TemplateCode}


DELETE /rm/config/v0/roomConditions/{TemplateCode}

Summary: remove Room Condition Templates

remove Room Condition Templates


PARAMETERS /rm/config/v0/roomConditions/{TemplateCode}


GET /rm/config/v0/hotels/{HotelId}/roomFeatures

Summary: get Room Features

get Room Features


DELETE /rm/config/v0/hotels/{HotelId}/roomFeatures

Summary: remove Room Features

remove Room Features


PARAMETERS /rm/config/v0/hotels/{HotelId}/roomFeatures


PUT /rm/config/v1/hotels/{HotelId}/roomFeatures

Summary: change Room Features

change Room Features


POST /rm/config/v1/hotels/{HotelId}/roomFeatures

Summary: post Room Features

post Room Features


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomFeatures


GET /rm/config/v0/roomHierarchies

Summary: get Room Hierarchies

get Room Hierarchies


DELETE /rm/config/v0/roomHierarchies

Summary: remove Room Hierarchies

remove Room Hierarchies


PUT /rm/config/v1/roomHierarchies

Summary: change Room Hierarchies

change Room Hierarchies


POST /rm/config/v1/roomHierarchies

Summary: post Room Hierarchies

post Room Hierarchies


GET /rm/config/v1/hotels/{HotelId}/roomMaintenanceReasons

Summary: get Hotel Room Maintenance Reasons

get Hotel Room Maintenance Reasons


POST /rm/config/v1/hotels/{HotelId}/roomMaintenanceReasons

Summary: post Hotel Room Maintenance Reasons

post Hotel Room Maintenance Reasons


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomMaintenanceReasons


PUT /rm/config/v1/hotels/{HotelId}/roomMaintenanceReasons/{ReasonCode}

Summary: change Hotel Room Maintenance Reasons

change Hotel Room Maintenance Reasons


DELETE /rm/config/v1/hotels/{HotelId}/roomMaintenanceReasons/{ReasonCode}

Summary: remove Hotel Room Maintenance Reasons

remove Hotel Room Maintenance Reasons


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomMaintenanceReasons/{ReasonCode}


GET /rm/config/v0/roomMoveReasons

Summary: get Room Move Reasons

get Room Move Reasons


POST /rm/config/v1/roomMoveReasons

Summary: post Room Move Reasons

post Room Move Reasons


PUT /rm/config/v1/roomMoveReasons/{ReasonCode}

Summary: change Room Move Reasons

change Room Move Reasons


DELETE /rm/config/v1/roomMoveReasons/{ReasonCode}

Summary: remove Room Move Reasons

remove Room Move Reasons


PARAMETERS /rm/config/v1/roomMoveReasons/{ReasonCode}


GET /rm/config/v0/roomPotentials

Summary: get Room Potentials

get Room Potentials


POST /rm/config/v1/roomPotentials

Summary: post Room Potentials

post Room Potentials


PUT /rm/config/v1/roomPotentials/{RoomPotentialsId}

Summary: put Room Potentials

put Room Potentials


DELETE /rm/config/v1/roomPotentials/{RoomPotentialsId}

Summary: delete Room Potentials

delete Room Potentials


PARAMETERS /rm/config/v1/roomPotentials/{RoomPotentialsId}


GET /rm/config/v0/roomMaintenanceReasons

Summary: get Template Room Maintenance Reasons

get Template Room Maintenance Reasons


POST /rm/config/v1/roomMaintenanceReasons

Summary: post Template Room Maintenance Reasons

post Template Room Maintenance Reasons


PUT /rm/config/v1/roomMaintenanceReasons/{ReasonCode}

Summary: change Template Room Maintenance Reasons

change Template Room Maintenance Reasons


DELETE /rm/config/v1/roomMaintenanceReasons/{ReasonCode}

Summary: remove Template Room Maintenance Reasons

remove Template Room Maintenance Reasons


PARAMETERS /rm/config/v1/roomMaintenanceReasons/{ReasonCode}


GET /rm/config/v0/roomTypes

Summary: get Room Type Templates

get Room Type Templates


POST /rm/config/v1/roomTypes

Summary: post Room Type Templates

post Room Type Templates


PUT /rm/config/v1/roomTypes/{RoomTypeTemplatesId}

Summary: put Room Type Templates

put Room Type Templates


DELETE /rm/config/v1/roomTypes/{RoomTypeTemplatesId}

Summary: delete Room Type Templates

delete Room Type Templates


PARAMETERS /rm/config/v1/roomTypes/{RoomTypeTemplatesId}


GET /rm/config/v0/smokingTypes

Summary: get Smoking Types

get Smoking Types


POST /rm/config/v1/smokingTypes

Summary: post Smoking Types

post Smoking Types


PUT /rm/config/v1/smokingTypes/{SmokingTypesId}

Summary: put Smoking Types

put Smoking Types


DELETE /rm/config/v1/smokingTypes/{SmokingTypesId}

Summary: delete Smoking Types

delete Smoking Types


PARAMETERS /rm/config/v1/smokingTypes/{SmokingTypesId}


GET /rm/config/v0/templateFloors

Summary: get Template Floors

get Template Floors


POST /rm/config/v1/templateFloors

Summary: post Template Floors

post Template Floors


PUT /rm/config/v1/templateFloors/{TemplateFloorsId}

Summary: change Template Floors

change Template Floors


DELETE /rm/config/v1/templateFloors/{TemplateFloorsId}

Summary: remove Template Floor

remove Template Floor


PARAMETERS /rm/config/v1/templateFloors/{TemplateFloorsId}


GET /rm/config/v0/outOfOrderServiceReasons

Summary: get Template Out Of Order Service Reasons

get Template Out Of Order Service Reasons


POST /rm/config/v1/outOfOrderServiceReasons

Summary: post Template Out Of Order Service Reasons

post Template Out Of Order Service Reasons


PUT /rm/config/v1/outOfOrderServiceReasons/{ReasonCode}

Summary: change Template Out Of Order Service Reasons

change Template Out Of Order Service Reasons


DELETE /rm/config/v1/outOfOrderServiceReasons/{ReasonCode}

Summary: remove Template Out Of Order Service Reasons

remove Template Out Of Order Service Reasons


PARAMETERS /rm/config/v1/outOfOrderServiceReasons/{ReasonCode}


GET /rm/config/v0/roomFeatures

Summary: get Template Room Features

get Template Room Features


DELETE /rm/config/v0/roomFeatures

Summary: remove Template Room Features

remove Template Room Features


PUT /rm/config/v1/roomFeatures

Summary: change Template Room Features

change Template Room Features


POST /rm/config/v1/roomFeatures

Summary: post Template Room Features

post Template Room Features


GET /rm/config/v0/buildingFloorMappings

Summary: get Building Floor Mappings

get Building Floor Mappings


GET /rm/config/v1/hotels/{HotelId}/housekeepingTaskSheetRooms

Summary: get Housekeeping Task Sheet Rooms

get Housekeeping Task Sheet Rooms


PARAMETERS /rm/config/v1/hotels/{HotelId}/housekeepingTaskSheetRooms


GET /rm/config/v0/hotels/{HotelId}/rateGroups

Summary: get Room Groups

get Room Groups


PARAMETERS /rm/config/v0/hotels/{HotelId}/rateGroups


GET /rm/config/v1/hotels/{HotelId}/roomType/{RoomTypeCode}

Summary: get Room Type Info

get Room Type Info


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomType/{RoomTypeCode}


GET /rm/config/v0/roomPreferencePriorities

Summary: get Room Preference Priorities

get Room Preference Priorities


GET /rm/config/v1/hotels/{HotelId}/rooms

Summary: get Rooms

get Rooms


PARAMETERS /rm/config/v1/hotels/{HotelId}/rooms


GET /rm/config/v0/roomsSummary

Summary: get Rooms Summary

get Rooms Summary


GET /rm/config/v1/hotels/{HotelId}/roomTypes

Summary: get Room Types

get Room Types


POST /rm/config/v1/hotels/{HotelId}/roomTypes

Summary: post Room Types

post Room Types


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomTypes


POST /rm/config/v1/bedTypeRequests

Summary: post Bed Type Requests

post Bed Type Requests


PUT /rm/config/v1/hotels/{HotelId}/roomTypes/{RoomTypeId}

Summary: put Room Types

put Room Types


DELETE /rm/config/v1/hotels/{HotelId}/roomTypes/{RoomTypeId}

Summary: delete Room types

delete Room types


PARAMETERS /rm/config/v1/hotels/{HotelId}/roomTypes/{RoomTypeId}


PUT /rm/config/v1/buildingFloorMappings

Summary: set Building Floor Mappings

set Building Floor Mappings


DELETE /rm/config/v0/hotels/{HotelId}/rooms/{RoomsId}

Summary: delete Rooms

delete Rooms


PARAMETERS /rm/config/v0/hotels/{HotelId}/rooms/{RoomsId}


GET /sys/v1/externalSystems/{extSystemCode}/accumulatedBusinessEvents

Summary: get Business Event Queues

get Business Event Queues


PARAMETERS /sys/v1/externalSystems/{extSystemCode}/accumulatedBusinessEvents


POST /par/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/restrictions

Summary: post Restrictions Process

This API will fetch Block allocation information for a hotel, and specified date range. The block allocated inventory, rates and room type statistics are returned as part of the response.


PARAMETERS /par/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/restrictions


GET /par/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/restrictions/{RequestId}

Summary: get Restrictions Process Status

get Restrictions Process Status


PARAMETERS /par/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/restrictions/{RequestId}


POST /blk/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/blocks/allocationSummary

Summary: start Block Allocation Summary Process

This API will fetch Block allocation information for a hotel, and specified date range. The block allocated inventory, rates and room type statistics are returned as part of the response.


PARAMETERS /blk/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/blocks/allocationSummary


GET /blk/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/blocks/allocationSummary/{RequestId}

Summary: get Block Allocation Summary Process Status

get Block Allocation Summary Process Status


PARAMETERS /blk/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/blocks/allocationSummary/{RequestId}


POST /inv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/revenueInventoryStatistics

Summary: start Revenue Inventory Statistics Process

start Revenue Inventory Statistics Process


PARAMETERS /inv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/revenueInventoryStatistics


GET /inv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/revenueInventoryStatistics/{RequestId}

Summary: get Revenue Inventory Statistics Process Status

get Revenue Inventory Statistics Process Status


PARAMETERS /inv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/revenueInventoryStatistics/{RequestId}


POST /inv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/sellLimits

Summary: post Sell Limits Process

post Sell Limits Process


PARAMETERS /inv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/sellLimits


GET /inv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/sellLimits/{RequestId}

Summary: get Sell Limits Process Status

get Sell Limits Process Status


PARAMETERS /inv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/sellLimits/{RequestId}


POST /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/ratePlans/dailySchedules

Summary: start Set Daily Rate Plan Schedules Process

start Set Daily Rate Plan Schedules Process


PARAMETERS /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/ratePlans/dailySchedules


GET /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/ratePlans/dailySchedules/{RequestId}

Summary: get Daily Rate Plan Schedules Process Status

get Daily Rate Plan Schedules Process Status


PARAMETERS /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/ratePlans/dailySchedules/{RequestId}


POST /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/ratePlans/bestAvailableLOS

Summary: start Set Best Available Rate Plans Process

start Set Best Available Rate Plans Process


PARAMETERS /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/ratePlans/bestAvailableLOS


GET /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/ratePlans/bestAvailableLOS/{RequestId}

Summary: get Best Available Rate Plans Process Status

get Best Available Rate Plans Process Status


PARAMETERS /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/ratePlans/bestAvailableLOS/{RequestId}


POST /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/rates/hurdles

Summary: start Hurdle Rates Process

start Hurdle Rates Process


PARAMETERS /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/rates/hurdles


GET /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/rates/hurdles/{RequestId}

Summary: get Hurdle Rates Process Status

get Hurdle Rates Process Status


PARAMETERS /rtp/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/rates/hurdles/{RequestId}


POST /rsv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/reservations/dailySummary

Summary: start Reservations Daily Summary Process

This API allows you to fetch reservation daily summary for a property by given dates.


PARAMETERS /rsv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/reservations/dailySummary


GET /rsv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/reservations/dailySummary/{SummaryId}

Summary: get Reservations Process Status

This API allows you to fetch reservation daily summary for a property by given dates.


PARAMETERS /rsv/async/v1/externalSystems/{ExtSystemCode}/hotels/{HotelId}/reservations/dailySummary/{SummaryId}


POST /tokenExchange/v1/hotels/{hotelCode}/tokens

Summary: post open Payment Token Exchange

post open Payment Token Exchange


PARAMETERS /tokenExchange/v1/hotels/{hotelCode}/tokens