Create task time
POST
/api/v2/timeEntriesLog time against a taskcurl -X POST \
-H 'Content-Type: application/json' \
-H 'Authorization: bearer YourTokenHere' \
-d '{
"date": "2026-09-01",
"hours": "8",
"timeCode": 109369,
"task": 15984213,
"isBillable": false
}' \
'https://app.celoxis.com/psa/api/v2/timeEntries'