3.244.0 release notes
about 2 hours ago by ReadMe API
- ✨ New features
- Added
PATCH /public-api/resources/sessions/v1.0/{session}as an experimental endpoint for updating a Session'scustomFields. The request body must contain only thecustomFieldsobject; omitted identifiers remain unchanged andnullclears a value. - Added the optional
fiscalizationobject to Invoice responses fromGET /public-api/resources/invoices/v1.0,GET /public-api/resources/invoices/v1.0/{invoice}, andPOST /public-api/actions/invoice/v1.0/{invoice}/update-external-id. It provides the fiscalization status, integration reference number when available, and signed document download links for available formats. - Added the optional
filter[fiscalizationStatus]query parameter toGET /public-api/resources/invoices/v1.0. It accepts one or morepending,certified,failed, orcanceledstatuses and excludes invoices without a fiscal document when applied. - Added
GET /public-api/resources/invoices/v1.0/{invoice}/fiscalization-attemptsto retrieve an invoice's published fiscalization attempts, newest first, including the attempt time, outcome, integration-provided response values, and any error message. - Added
GET /public-api/resources/invoices/v1.0/{invoice}/fiscalization-documents/downloadfor downloading an available fiscalization document format through the signeddownloadUrlsupplied in the Invoice response.
- Added
