teamleader_invoice_register_payment
Register a payment for an invoice by providing the invoice ID, payment amount, and payment date. Track payments against outstanding invoices in Teamleader.
Instructions
Register a payment for an invoice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Invoice UUID | |
| amount | Yes | Payment amount | |
| paid_at | Yes | Payment date (ISO 8601) | |
| currency | No | Currency code (e.g., EUR) |