Avionté API updates: January
February 4th, 2025
In January 2025, we introduced several enhancements to the Front Office API and updates to the Back Office API. Front Office updates include the addition of the shiftName
property to the Get a Job and Get a Placement endpoints, support for a new emailAddress2
property across multiple Talent endpoints, and improvements to the company_address_created
event. In the Back Office, we introduced the AccountingPeriodClosedEvent and updated the PayrollBenefitExportReadyEvent with two new properties: SupplierGuid
and AccountingPeriodDate
. Read on for the full details.
Front Office
This section outlines the latest enhancements to the Front Office API.
Enhancements
- The Get a Job endpoint now includes a new property,
shiftName
, which provides the description of the configured job shift. - The Get a Placement endpoint now also includes a new property,
shiftName
, which is the description of the configured job shift. - The Create a Talent, Update a Talent, Patch a Talent, Get a Talent, Query Multiple Talents endpoints now support a new property,
emailAddress2
. This property adds a second email address, displayed in the Contact Information section of a Talent profile. - The company_address_created event is now triggered not only when a company department address is created through the BOLD UI but also when it is added via the Create a Department Address endpoint.
Back Office
This section covers a new event and an enhancement in the Back Office API.
New Event
- AccountingPeriodClosedEvent
The event is sent after an accounting period has been closed.
Enhancement
- The PayrollBenefitExportReadyEvent event now includes two new properties:
SupplierGuid
andAccountingPeriodDate
.