Create a credit note
documentedCreates a new credit note.
POST /creditsBillingno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{$account_url}}.quadernoapp.com/api/credits" \
-X POST \
-u "{{QUADERNO_API_KEY}}:x" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"invoice_id": {{$invoice_id}}, "po_number": "{{$po_number}}", "tag_list": "{{$tag_list}}", "notes": "{{$notes}}", "currency": "{{$currency}}"}'