Skip to main content

Query Products

Commerce
Products
Rooms
Rates
REST API
Booking Solutions

Enhanced to support 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 retrieved for the Product in the Query Products API

The following endpoint has been enhanced to support PointsAndCashLevel attribute:

GET/products

Sample GET partial response:

{
    ...
	"rateList": [
		{
            ...
			"Details": {
				...
				"CustLoyalty": {
					...
					"PointAndCashLevel": "5PCT",
					...
				},
				...
			}
			...}
		}	
	]
}