post https://{hostname}/invoicing-api/v4/notifications
Creates a notification informing a set of users about new invoices or credit memos for a set of contracts. Each notification needs to specify a unique set of contracts. The request yields an error if the set of contractId
values matches that of another notification.
Recipes
Create a notification
Open Recipe