GuidesRecipesAPI ReferenceChangelog
Changelog

Added

Added


Changed

  • Deel ITRetrieve an IT asset: purchase_value and purchase_date fields were added to the response.
  • Deel ITList IT assets: purchase_value and purchase_date fields were added to the response.

Changed

  • ContractsUpdate External Id: external_id now allows null values, you can use null value to reset contract's external_id

Added

  • ContractsRetrieve contract PDF download link: endpoint is now available, allowing workers to retrieve a secure URL to download the PDF version of a contract
  • Time Tracking ShiftsCreate shifts: request payload now supports a recommended variant that includes time_amount and time_unit, allowing users to specify shift duration directly. These fields are also included in the response
  • Time Tracking ShiftsUpdate a shift: time_amount and time_unit are now included as optional fields in the request body, allowing users to update time information. These fields are also included in the response
  • Time Tracking RatesCreate a New Shift Rate: shiftRate type now accepts PER_UNIT_FLAT_RATE enum as a value, allowing users to define rates per unit
  • Time Tracking RatesUpdate a shift rate: shiftRate type now accepts PER_UNIT_FLAT_RATE enum as a value, allowing users to define rates per unit

Changed

Fixed

  • IT ordersRetrieve an IT order: Fix docs - nullable attributes in request and response payload
  • IT ordersList IT orders: Fix docs - nullable attributes in request and response payload
  • IT assetsRetrieve an IT asset: Fix docs - nullable attributes in request and response payload
  • IT assetsList IT assets: Fix docs - nullable attributes in request and response payload

Added

  • ContractsReject contract: endpoint is now available, allowing users to reject a contract that is in the pending (unsigned) state.

Added

  • AccountingGet invoice by id: endpoint is now available, allowing users to retrieve specific invoice details

Changed