freeagent_create_credit_note
Create a credit note in FreeAgent to refund or credit a customer, specifying contact, date, and line items.
Instructions
Create a new credit note in FreeAgent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contact | Yes | Contact URL for the credit note | |
| dated_on | Yes | Credit note date in YYYY-MM-DD format | |
| payment_terms_in_days | No | Payment terms in days | |
| currency | No | Currency code, e.g. GBP, USD | |
| comments | No | Comments or notes for the credit note | |
| credit_note_items | No | JSON array of credit note line items, each with item_type, quantity, price, description |