June 2026
0 min
post /v3/segments added a new endpoint to create a member segment put /v3/segments/{segmentcode} added endpoint to update an existing segment's name and description delete /v3/segments/{segmentcode} added endpoint to delete a segment get /v3/segments added endpoint to find segments by segmentname , segmentcode , excludetypecode , statuscode , startdate , enddate , usedintype , or usedinname replaces the now deprecated get /v3/member lists get /v3/segments/{segmentcode} added endpoint to retrieve a segment by its code get /v3/member lists deprecated in favor of get /v3/segments , which accepts the same parameters and returns equivalent data segment schema added expirationdays , ownername , and displayincc fields patch /v3/redemption rules/{code} added content field to redemptionrulepatchrequest for setting the contentkey of the genericitem associated with the rule can be set to null to clear redemptionrule schema added content field returning the contentkey of the genericitem associated with the rule get /v3/audit/{tablename} changed to get /v3/audit with tablename moved from a path parameter to a repeatable query parameter, allowing audit records to be retrieved for multiple tables in a single request put /v3/hotel daily summaries/{locationcode}/{yearmonth} added async query parameter when true, the request is processed as a background job and returns a 202 accepted response with an asynctask identifier for tracking status requires the api\ async task\ create scope hoteldailysummary schema availableroomcount is no longer a required field