Avionté API updates: August
September 3rd, 2025
In August 2025, we released updates to the Back Office API, including new endpoints, enhancements, and a deprecated endpoint. See the rest of the article for more details.
Back Office
New Endpoints
- Update Talent Benefit Contribution
Updates a talent benefit contribution for a specified talent. - Update Talent Benefit Deduction
Updates a talent benefit deduction for a specified talent. Use this endpoint instead of the deprecated Update Talent Benefit Enrollment endpoint.
Enhancements
- The Add Talent Benefit Enrollment endpoint has been updated with the following changes:
- Removed the optional
employerGuid
parameter. - Added the optional
supplierGuid
property. - Added the
benefitPayrollContribution
object. EitherbenefitPayrollContribution
orbenefitPayrollDeduction
must be included in the request. If both are omitted, the endpoint returns an error. - Updated
benefitPayrollDeduction
to include a new optional property,deductionAmountType
, which allows percentage-based deductions and defaults to Fixed if not specified. - The
partnerTransactionLookup
property has been deprecated.
- Removed the optional
- The Get Talent Benefit Enrollments endpoint has been updated with the following changes:
- Added the
supplierGuid
property. - Added the
benefitPayrollContribution
object. - Updated
benefitPayrollDeduction
to include a new optional property,deductionAmountType
.
- Added the
- The Get Entity Reference by ID endpoint has been enhanced to accept a Talent GUID in the
id
property ifentityType
is set to Talent. For otherentityType
values, such as Company, GUIDs are not accepted in theid
property.
Deprecated Endpoint
- The Update Talent Benefit Enrollment endpoint has been deprecated. Use Update Talent Benefit Deduction instead.