Skip to main content

Manage Rates - Rate Attributes

SynXis CRS
Rates
Attributes
REST API
CRS Administration

Beta Release - Work in progress

New API - Seeking beta customers

Updated to support new functionality from the Loyalty Accrual Indicator enhancement.

Read more

Loyalty Accrual Indicator (FEA95383)

For chains that allow guests to earn benefits such as points or free nights based on specific rates booked, the SynXis CR now supports the ability to configure and apply such policies to rates. The SynXis CRS previously supported the ability to configure if a rate is eligible for accrual. This functionality has been expanded to allow the association of a specific accrual benefit a guest would earn.

A new AccrualType object is now supported in all the endpoints. The following is a partial sample of the request / response:

{
	...
	"AccrualType": {
		"code": "Hotel points"
	}
}