Changelog
All relevant changes to these APIs will be documented in this file.
- Major versions are released when there are large changes that introduce significant incompatibilities in one or more methods.
- Minor versions are released for relevant changes, addition of new methods, or small incompatible changes to prevent upstream issues.
- Patch versions cover all other small changes or bug fixes.
1.0.0 Beta Version (2025-02-19)
Added
- Added the
GET /api/v1/companiesmethod to retrieve all companies. - Added the
GET /api/v1/companies/{company_id}/documents/{document_id}method to retrieve a document's information. - Added the
POST /api/v1/companies/{company_id}/documents/invoicemethod to create, send to SDI and reconcile a document.