Improved
2026-05-11
4 months ago
PATCH /v3/offers/{id}
- Changed: The currency-type compensation custom field payload now validates
frequencyagainst the field's configured pay-frequency options, returning a 422 listing the available frequencies when the value doesn't match, and requiresrationalewhen the field's compensation config marks it required.
POST /v3/offers
- Changed: Compensation custom fields can now be set when creating an offer (previously returned a 422 with
Compensation fields cannot be set on offer creation.); the currency-type custom field payload accepts optionalrationaleandfrequencyproperties, validated against the field's configured pay-frequency options.