Avionté API updates: August

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

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. Either benefitPayrollContribution or benefitPayrollDeduction 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.
  • 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.
  • The Get Entity Reference by ID endpoint has been enhanced to accept a Talent GUID in the id property if entityType is set to Talent. For other entityType values, such as Company, GUIDs are not accepted in the id property.

Deprecated Endpoint