Update an individual timesheet line with comments

Request

PUT https://apimy.yourpayroll.io/api/v2/business/{businessId}/manager/kiosk/timesheetcomments/{timesheetLineId}

Path parameters

Parameter name Value Description Additional
businessId string Required
timesheetLineId string Required

Request body

The request body takes a complete TimesheetLineCommentsModel resource, containing the following writable properties:

{
    "comments": "string",
    "hiddenComments": "string",
    "id": "int32"
}

Properties

Name Type Description
comments string String
hiddenComments string String
id int32 Int32

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK