https://manuals.fivaldi.net/customer/webhook/index.html#/Event%20types
List of available EventTypes can be retrieved with the API call: GET /customer/api/event/types
CHART_OF_ACCOUNTS_CHANGE
Triggered when there is a change in account name or usages for some account in the chart of accounts.
When event notification is received, full payload has to be fetched by calling Fivaldi API:
PURCHASE_INVOICE_CREATE
Triggered when a new purchase invoice is created.
When event notification is received, full payload has to be fetched by calling Fivaldi APIs, by using received invoiceId:
- https://manuals.fivaldi.net/customer/api/index.html#/Purchase%20invoices/get_companies__cuid__purchases_invoices__invoiceId_
- https://manuals.fivaldi.net/customer/api/index.html#/Purchase%20invoices/get_companies__cuid__purchases_invoices__invoiceId__rows
- https://manuals.fivaldi.net/customer/api/index.html#/Purchase%20invoices/get_companies__cuid__purchases_invoices__invoiceId__comments
PURCHASE_INVOICE_CHANGE
Triggered when there is a change in any purchase invoice data, including adding, updating, or deleting an invoice row, adding comments, and adding or removing files.
When event notification is received, full payload has to be fetched by calling Fivaldi APIs, by using received invoiceId:
- https://manuals.fivaldi.net/customer/api/index.html#/Purchase%20invoices/get_companies__cuid__purchases_invoices
- https://manuals.fivaldi.net/customer/api/index.html#/Purchase%20invoices/get_companies__cuid__purchases_invoices__invoiceId__rows
- https://manuals.fivaldi.net/customer/api/index.html#/Purchase%20invoices/get_companies__cuid__purchases_invoices__invoiceId__comments
PURCHASE_INVOICE_DELETE
Triggered when a purchase invoice is deleted. Invoice ID sent in payload.
Oliko tästä vastauksesta apua? Kyllä Ei
Send feedback