Add/Update a group’s date specific overrides
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-Key
Request
This endpoint expects an object.
id
Numeric ID of the group
overrides
Date specific overrides to add or update
Response
Success — includes successfully saved overrides and any per-date failures
id
overrides
Successfully saved overrides
failed_dates
Dates that failed validation or were out of range
Errors
400
Bad Request Error
403
Forbidden Error