The endpoint now returns room rates for shoulder dates in addition to core group stay dates. Shoulder dates are dates outside the main group stay window configured in the PMS. Each date in the response includes a new is_shoulder_date boolean flag to distinguish shoulder dates from core dates. If no shoulder dates are defined for the group, only core stay dates are returned.
Example response:
{
"results": [
{
"date": "2025-07-31",
"is_shoulder_date": true,
"rate_id": null,
"room_type_id": 1736,
"currency_code": "USD",
"single": "115.00",
"double": "200.00",
"extra_adult": "100.00"
}
]
}




