Skip to main content

Manage Rate Plan

SynXis CRS
Rates
Groups
REST API
CRS Administration

Enhanced to support the following new functionality from the Flexible Points and Cash Redemption Options enhancement.

Read more

Flexible Points and Cash Redemption Options (FEA92296)

SynXis CRS has been enhanced to allow the configuration of Points and Cash Levels which can then be assigned to a Rate Type with the Manage Rate Plan API. 

The following endpoint has been enhanced to support the redemptionType and pointsAndCashLevel attributes:

Manage Rate Plan
POST/admin/product/ratePlans/

Sample POST partial request body:

{
	...
	"Header": {
		...
		"redemptionType": "PointsAndCashUsingHotelTiers",
		"pointAndCashLevel": "L1",
		...
	}
	...
}

The following redeemable attribute has now been deprecated with this enhancement:

{
	"Attributes": {
		...
		"redeemable": false,
		...
	}
	...
}