XeroAPI / xero-python

Official Xero OAuth 2.0 python SDK
MIT License
136 stars 53 forks source link

Need methods for creating and deleting repeating invoices #105

Closed aracnid closed 2 years ago

aracnid commented 2 years ago

The REST API was updated recently to allow for creating and deleting repeating invoices. (I would also like to see the update method, as well, but I can work with create and delete.)

Are the create and delete methods on the roadmap for xero-python? Are you looking for help?

RettBehrens commented 2 years ago

Hey @aracnid the methods you're looking for were released with 1.17.0

RettBehrens commented 2 years ago

Please note - as with the REST API, it's a "soft delete" via a POST call updating the Status to DELETED.

aracnid commented 2 years ago

Oh, great! In that case then, I think only the documentation needs to be updated. I couldn't find them here: https://xeroapi.github.io/xero-python/v1/accounting/index.html