Changelog#
This page documents recent updates and changes to the SOLO REST API.
2025-12-12#
New Response Fields Added
The following endpoints now return additional fields to provide more detailed shareholder and certificate information:
Endpoint |
New Fields |
|---|---|
shareholderTypeEnum - Shareholder type as enum (e.g., “IRA”, “JointTenant”)controlCertificateId - Control certificate IDcustomerCertificateId - Customer’s certificate ID |
|
|
|
|
|
shareholderTypeEnum - In canceledCertificates and issuedCertificates arrayscontrolCertificateId - Control certificate IDcustomerCertificateId - Customer’s certificate ID |
New Request Parameters
Report/Generate/Transaction/List: Added
ReturnJSONparameterWhen
true, overridesIsPDFand returns transaction data as JSON instead of generating a PDF report
Shareholder/CreateOrUpdate and Transaction/CreateNewIssuance: Added
idempotencyIdparameterA unique identifier for the request to prevent duplicate submissions
If a duplicate request is detected, the system returns a
409 Conflictresponse