Update Time

/user_times/{id}

Update User Time [PUT]

Update an existing user time.

Authorization: Admin, Web, Mobile    

Request

{
    "id": 331436,
    "note": "My notes would be here.",
    "startTime": "2026-07-23T12:30:00.000Z",
    "endTime": "2026-07-23T21:00:00.000Z",
    "lunchDurationMinutes": "35",
    "userTimeCategoryId": "1"
    "offsetInMinutes": -240,
    "folderId": 949785
}

Response 200    

{
"item": {
    "user": {
        "id": 8407,
        "firstName": "Bob",
        "lastName": "Adler",
        "employeeNumber": null,
        "mobilePhone": null,
        "mFAOption": 0,
        "mFAVerified": null,
        "features": null
    },
    "id": 331436,
    "note": "My notes would be here.",
    "startTime": "2026-07-23T12:30:00.000Z",
    "endTime": "2026-07-23T21:00:00.000Z",
    "lunchDurationMinutes": 35,
    "userTimeCategoryId": 1,
    "userTimeCategory": {
        "code": "101",
        "id": 1,
        "lastModified": "0001-01-01T00:00:00.000Z",
        "name": "Billable",
        "color": "589d46",
        "ordinal": 0
    },
    "folder": {
        "id": 949785,
        "folderTypeName": null,
        "folderTypeColor": null,
        "num": "IN1201"
    },
    "startLatitude": null,
    "endLatitude": null,
    "startLongitude": null,
    "endLongitude": null,
    "offsetInMinutes": -240,
    "status": null,
    "folderId": 949785,
    "hoursLogged": 7,
    "minutesLogged": 55
  }
}

Still need help? Contact Us Contact Us