Added new endpoints for groups management 🎉

groups
GET /v1/groups Added a new endpoint to fetch all groups available in the account.

GET /v1/group_listings Added a new endpoint to fetch listings assigned to a specific group_id or subgroup_id.

Added optional lead_time_expiry field to the overrides body

date-specific-overrides
  • GET /v1/listings/{listing_id}/overrides
  • POST /v1/listings/{listing_id}/overrides

lead_time_expiry: The DSO expires within this many days of the stay date. Allowed values are 1 to 999. Using this, you can now setup a DSO that can expire set days before the stay date.