Update an invoice
documentedUpdates an existing invoice (subject to status restrictions).
PUT /invoices/{id}Billingno 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://{{QUADERNO_ACCOUNT}}.quadernoapp.com/api/invoices/{{$invoice_id}}" \
-X PUT \
-u "{{QUADERNO_API_KEY}}:x" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"po_number": "{{$po_number}}", "tag_list": {{$tag_list}}, "payment_details": "{{$payment_details}}", "notes": "{{$notes}}"}'