Sign in

Mark entry invoiced outside of Noko

documented

Mark an entry as invoiced outside of Noko with invoiced date.

PUT /v2/entries/{id}/marked_as_invoicedEntriesno 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/entries/{{$entry_id}}/marked_as_invoiced" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"date": "{{$date}}"}'
Mark entry invoiced outside of Noko · Freckle · OpenIntegrations