You might be looking to trigger a Webhook to create a notification or do something after an event such as a invoice status update. While we don't currently support Webhook, you can use different filters such as "LastModified", "status" etc. to get the data you are looking for.
For example,
- Once a invoice is paid, it is marked as Closed. So to get a list of paid invoices, you can use below;
https://arl2.api.myob.com/accountright/0c7fc03e-e474-42dc-9a46-2fa91694d984/Sale/Invoice/Item?$filter=Statuseq 'Closed' - You can also add LastModified to filter according to a date. https://arl2.api.myob.com/accountright/0c7fc03e-e474-42dc-9a46-2fa91694d984/Sale/Invoice/Item?$filter=Statuseq 'Closed' and LastModified ge datetime'2021-12-31'
Please also review below relevant articles;
If you have any questions, feel free to log a ticket with the Customisation & Integration Team.
Comments
0 comments
Article is closed for comments.