Update payment reminder


put https://api.trivi.com/v2/accountingdocuments/{accountingDocumentId}/reminders/{reminderId}

There can be only 1 specific reminder per day for given accounting document.

Path Variables
accountingDocumentId
integer   required
Format int64
reminderId
integer   required
Format int64
Body
PaymentReminder
id
integer   optional

Only in GET

Format int64
exceededDays
integer   required

How many days after DueDate should the reminder be fired.

The value can be negative. It does mean the reminder gets fired before DueDate.

emailTemplateId
integer   required
Format int64
recipientEmails
Array of Object   optional

Can be populated only if applied to specific accounting document.

When set the reminder is being sent to the given list o emails instead of vendor email address.

PaymentReminder
id
integer   optional

Only in GET

Format int64
exceededDays
integer   required

How many days after DueDate should the reminder be fired.

The value can be negative. It does mean the reminder gets fired before DueDate.

emailTemplateId
integer   required
Format int64
recipientEmails
Array of Object   optional

Can be populated only if applied to specific accounting document.

When set the reminder is being sent to the given list o emails instead of vendor email address.

Object
Object