Add/Update a group’s date specific overrides

Add or update date specific overrides for a group. Valid dates are from today through 2 years from today. **Notes** - Successfully validated overrides are saved even if other dates in the same request fail. Failed dates are returned in `failed_dates`. - `price_type` values for group DSOs are `fixed`, `percent`, and `percent_base`. `percent_stacked` is not supported. - For fixed prices, the value must be greater than 10. - Team members need write permission on the group.

Headers

X-API-KeystringRequired

Request

This endpoint expects an object.
idintegerRequired
Numeric ID of the group
overrideslist of objectsRequired
Date specific overrides to add or update

Response

Success — includes successfully saved overrides and any per-date failures

idintegerOptional
overrideslist of objectsOptional
Successfully saved overrides
failed_dateslist of objectsOptional
Dates that failed validation or were out of range

Errors

400
Bad Request Error
403
Forbidden Error