Sign in

List invoice lines

documented

Get a list of invoice lines for a specified date range

GET /api2/factuurregelsInvoice Linesno 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://{{$subdomain}}.recras.nl/api2/factuurregels?begin={{$begin}}&eind={{$eind}}&referentiedatum={{$referentiedatum}}&product_id={{$product_id}}&btw_percentage={{$btw_percentage}}&Factuur.bedrijf_id={{$bedrijf_id}}&Factuur.context={{$factuur_context}}&embed={{$embed}}" \
  -X GET \
  -H "Authorization: Bearer {{RECRAS_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"