Mark invoice as sent
documentedMark a draft invoice as sent (definitief)
POST /api2/facturen/{id}/markeeralsverzondenInvoicesno 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://api.recras.com/v1/api2/facturen/{{$id}}/markeeralsverzonden" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"verzonden": {{$verzonden}}, "verzend_datum": "{{$sent_at}}", "notitie": "{{$note}}"}'