Improved

2026-05-11

PATCH /v3/offers/{id}

  • Changed: The currency-type compensation custom field payload now validates frequency against the field's configured pay-frequency options, returning a 422 listing the available frequencies when the value doesn't match, and requires rationale when 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 optional rationale and frequency properties, validated against the field's configured pay-frequency options.