3.212.0 release notes
4 days ago by ReadMe API
- ⚠️ Breaking changes
- Removed the read-only
paymentTermsfield from the Operator responses returned byGET /public-api/resources/operators/v1.0andGET /public-api/resources/operators/v1.0/{operator}. Consumers that read this field must stop relying on it.
- Removed the read-only
- ✨ New features
- Added
POST /public-api/actions/partner-settlement-report/v1.0/{partnerSettlementReport}/issue-partner-invoice. This action accepts an eligible partner settlement report for asynchronous partner invoice generation and returns the settlement report data with a202 Acceptedresponse. - Added the optional read-only
partnerInvoiceIdfield to partner settlement report responses onGET /public-api/resources/partner-settlement-reports/v1.0,GET /public-api/resources/partner-settlement-reports/v1.0/{partnerSettlementReport}, andPOST /public-api/actions/partner-settlement-report/v1.0/{partnerSettlementReport}/update-external-id. This field identifies the latest issued partner invoice when one exists.
- Added
- 🔧 Improvements
- Changed the new partner invoice issuance flow on
POST /public-api/actions/partner-settlement-report/v1.0/{partnerSettlementReport}/issue-partner-invoiceto run asynchronously. Consumers can poll the partner settlement report endpoints and useinvoiceStatetogether withpartnerInvoiceIdto track completion.
- Changed the new partner invoice issuance flow on