DocsAPI ReferenceTime Tracker/bff/time-tracker/write
postTime TrackerAdmin BFF

/bff/time-tracker/write

Logs work by day and minutes, with optional project link and billing fields. Snapshots the rate at create time.

TimeTrackerpostBffTime-trackerWrite

Parameters

9 body

9 total
Body · 9
workDatestringRequired

ISO date (YYYY-MM-DD) the work is booked into.

minutesnumberRequired

Total minutes for this entry (1–1440).

memberIdnumber

Defaults to the authenticated member.

projectIdnumber | null
notestring | null
clientNotestring | null
billableboolean
writeOffboolean
writeOffReasonstring | null

Request

POST /bff/time-tracker/write

post
curl -X POST "https://api.bizkithub.com/bff/time-tracker/write" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "workDate": "example_workDate",
  "minutes": 0,
  "memberId": 0,
  "billable": false,
  "writeOff": false
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key