Update an individual timesheet line with comments
PUT http:///api/v2/business/{businessId}/manager/kiosk/timesheetcomments/{timesheetLineId}
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | string | Required | |
| timesheetLineId | string | Required | 
The request body takes a complete TimesheetLineCommentsModel resource, containing the following writable properties:
{
    "comments": "string",
    "hiddenComments": "string",
    "id": "int32"
}
| Name | Type | Description | 
|---|---|---|
| comments | string | String | 
| hiddenComments | string | String | 
| id | int32 | Int32 | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          
Powered by DapperDox