/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
Body · 9
workDatestringRequiredISO date (YYYY-MM-DD) the work is booked into.
minutesnumberRequiredTotal minutes for this entry (1–1440).
memberIdnumberDefaults to the authenticated member.
projectIdnumber | nullnotestring | nullclientNotestring | nullbillablebooleanwriteOffbooleanwriteOffReasonstring | nullRequest
POST /bff/time-tracker/write
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.