Sign in

Add Entries to an Invoice

documented

Add time entries to an invoice.

PUT /invoices/{id}/add_entriesInvoicesno 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.nokotime.com/v2/invoices/{{$invoice_id}}/add_entries" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"entry_ids": {{$entry_ids}}}'
Add Entries to an Invoice · Freckle · OpenIntegrations