3.191.0 release notes
1 day ago by ReadMe API
- ✨ New features
- Added an optional
partnerIdfilter (filter[partnerId]) toGET /resources/receipts/v2.0andGET /resources/invoices/v1.0. Use it to scope results to documents issued by a specific partner. - Added a
partnerIdfield to Receipt and Invoice responses onGET /resources/receipts/v2.0,GET /resources/invoices/v1.0, andGET /resources/invoices/v1.0/{invoice}. Returned when the document was issued by a partner. - Added a
registrationTransactionIdfield to Payment Method responses onGET /resources/users/v1.0/{user}/payment-methodsandGET /resources/users/v1.0/{user}/payment-methods/{paymentMethodId}. Returned when the payment method was registered as part of a transaction. - Added an optional
options.accessPolicyIdproperty toPOST /resources/partner-invites/v1.0andPATCH /resources/partner-invites/v1.0/{partnerInvite}, and surfaced the same property on Partner Invite responses when set. Available when the access-policy partner-invite capability is enabled.
- Added an optional
- 🔧 Improvements
- The
descriptionproperty on the Issues request body (POST /resources/issues/v1.0/andPATCH /resources/issues/v1.0/{issue}) now acceptsnullin addition to being omitted. Issue responses omitdescriptioninstead of returningnullwhen the issue has no description.
- The