Improved
Q4 2025
17 days ago by Jackie Duong
- Support for SpecID
- /transactions endpoint allows for
dispositionMethodto be set toSPECID - /transactions endpoint has a parameter
inventory_lotsthat accepts inventory lot IDs and associated asset quantities, forSPECIDdispositions.
- /transactions endpoint allows for
- Effective Dates for User Entered Cost Basis
- The /transfer-lots API has a new optional field on the
transfer_lotsobject:effective_datetimeto denote at which date the user-provided cost basis should be applied.
- The /transfer-lots API has a new optional field on the
- Calculation Status for Inventory Lots API
- /inventory endpoint returns
calculation_statuswith eithercompleteorin_progress.in_progressindicates whether data may be incomplete due to ongoing calculations.
- /inventory endpoint returns
- Support for "Adaptive Mode" in React SDK
- React SDK now evaluates incoming data and conditionally skips questions with valid values, reducing rendered steps.
- Added mode configuration (
full,skipLock,skipEdit) to control skip behavior and edit permissions on the review screen; requires upgrading to the latest SDK version.
