Create an evidence
documentedCreates a new evidence.
POST /evidenceTaxesno 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_name}}.quadernoapp.com/api/evidence.json" \
-X POST \
-u "{{QUADERNO_API_KEY}}:x" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"additional_evidence": "{{$additional_evidence}}", "additional_evidence_country": "{{$additional_evidence_country}}", "bank_country": "{{$bank_country}}", "billing_country": "{{$billing_country}}", "document_id": {{$document_id}}, "ip_address": "{{$ip_address}}", "notes": "{{$notes}}"}'