Invoice Reminder API
| Description | Method | URL | 
|---|---|---|
| Send reminder for an invoice | POST | /api/v1/invoices_reminder/{id or invoicenr} | 
All attributes used for sending an invoice reminder
| Attribute | Type | Note | 
|---|---|---|
| attach_invoicerequired | boolean | 
Example
In this example, we want to send a reminder and include the original invoice.
POST /api/v1/invoices_reminder/{id or invoicenr}
{
  "attach_invoice": true
}