Options
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
Get Single Invoice via Rest API
Hello,
I would like to be able to get one invoice per its ID or invoice number.
Nowadays we have the possibility to get all invoices per account in the Transactions API:
/v1/transactions/invoices/accounts/{account-key}
What I would like to have, is:
/v1/transactions/invoices/{invoice-key}
or
/v1/invoices/{invoice-key}
which would return the very same structure as each element of the array returned by /v1/transactions/invoices/accounts/{account-key}.
I'm pretty sure it's quite easy to implement.
Thanks.
See more ideas labeled with:
1 Comment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.