Sign in

Mark invoice as sent

documented

Mark a draft invoice as sent (definitief)

POST /api2/facturen/{id}/markeeralsverzondenInvoicesno implementation yet0 runs
No 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}}"}'
Mark invoice as sent · Recras · OpenIntegrations