Added
-
ATS → Update ATS Application: Endpoint is now available, which allows to update the source (
source_slug) of an ATS application. -
It Agreements → Assign agreement to a new worker: Endpoint is now available, which allows to reassign a rental agreement to a new worker via store-and-reuse, so a leaver’s rented device can be passed to a new joiner without returning it to Deel.
-
Clearance Requests → Create a clearance request for an asset: Endpoint is now available, which allows to create a clearance request for a customer-owned IT asset, initiating the recovery, resale, or certified data erasure process.
-
Clearance Requests → Approve or reject quotes on a clearance request: Endpoint is now available, which allows to approve or reject quoted items on a clearance request, moving accepted items to collection and cancelling the request when all items are rejected.
-
It Policies → List users assigned to an IT policy: Endpoint is now available, which allows to list the workers assigned to an IT hardware policy, enabling integrations to resolve policy membership without filtering client-side.
-
IT Orders → Create an IT order: Endpoint is now available, which allows to create a pre-approved IT equipment order for a worker and deliver it to the specified address.
-
It Products → List products in the catalog: Endpoint is now available, which allows to browse the Deel IT catalog to see which devices are available for purchase or rent, filtered by country, category, acquisition type, operating system, and keyboard layout.
-
It Products → Retrieve a product’s catalog details: Endpoint is now available, which allows to retrieve catalog data for a single product including variants, images, hardware specifications, and available addons.
-
Global Payroll → Retrieve bank accounts: Endpoint is now available, which allows to retrieve bank accounts configured for a specific contract, including funds distribution details for salary split across multiple accounts.
-
Global Payroll → Set salary split: Endpoint is now available, which allows to set the salary split across an employee’s bank accounts for a Global Payroll contract.
-
Global Payroll → Add bank account: Endpoint is now available, which allows to add a bank account for a specific GP contract.
-
Global Payroll → Retrieve bank guide: Endpoint is now available, which allows to retrieve the bank account form fields and validation rules for a specific GP contract, indicating which fields are required for a given country.
-
Global Payroll → Update bank account: Endpoint is now available, which allows to update bank account details for a specific Global Payroll contract, managing each contract’s bank account and salary split independently.
-
IT Policies → Assign workers to an IT hardware policy: Endpoint is now available, which allows to assign up to 100 workers, identified by their HRIS profile ids, to an IT hardware policy in a single all-or-nothing call.
Changed
-
Assets → List IT assets: Added
public_idto the response items and toassigned_warehouseobjects, and addedCOMPACT_DESKTOPto theproduct.categoryenum. -
Orders → Retrieve an IT order: Added
public_idfield to the response that provides the public identifier of the order; addedCOMPACT_DESKTOPto the allowed values fororder_items[].product.category. -
ATS → List feedbacks for an application: Added
DISMISSEDandREVOKEDto the allowed values forstatus; addedrevoked_at,dismissed_at,dismissal_reason, andrevocation_reason_enumfields to the response.