Use these workflows to list or download invoices:

List invoices and credit memos

Use this workflow to list invoices and credit memos:

  1. List contracts that a user has access to. Use the contractId value returned by this request in the next step.
List contracts
Open Recipe
  1. List invoices and credit memos for the contract keyed by the contractId you retrieved previously.

Download an invoice or a credit memo file

Use this workflow to download and invoice or a credit memo file:

  1. List contracts that a user has access to. Use the contractId value returned by this request in the next steps.
List contracts
Open Recipe
  1. List account's invoices and credit memos or List contracts and List contract's invoices and credit memos. Use the invoiceId value assigned to the document that you want to download in the next step.
  1. Download an invoice or a credit memo file keyed by the invoiceId and contractId values you retrieved previously.

Use these workflows to manage notifications:

Create a notification

Use this workflow to create a notification:

  1. List contracts that a user has access to. Use the contractId values returned by this request in the next step.
List contracts
Open Recipe
  1. Create a notification for the contracts keyed by the contractId values you retrieved previously.

Get a notification

Use this workflow to get a notification

  1. List notifications for an account. Use the notificationId value returned by this request in the next step.
  1. Get a notification to access the notification keyed by the notificationId you retrieved previously.

Modify a notification

Use this workflow to modify a notification:

  1. List notifications for an account. Use the notificationId value returned by this request in the next steps.
  1. Get a notification to access the notification keyed by the specificnotificationId you retrieved previously.
  1. Modify a notification keyed by the specificnotificationId you retrieved previously.

Remove a notification

Use this workflow to remove a notification:

  1. List notifications for an account. Use the notificationId value returned by this request in the next step.
  1. Remove a notification keyed by the specificnotificationId you retrieved previously.