Marks some shift notes as either read or unread.
POST http:///api/v2/business/{businessId}/manager/kiosk/{kioskId}/shift/{shiftId}/notes/read-state
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | string | Required | |
| kioskId | string | Required | |
| shiftId | string | Required | 
The request body takes a complete MarkNotesReadViewModel resource, containing the following writable properties:
{
    "employeeId": "int32",
    "noteIds": [
        "int32"
    ],
    "read": "boolean"
}
| Name | Type | Description | 
|---|---|---|
| employeeId | int32 | Int32 | 
| noteIds[] | array of int32 | |
| read | boolean | Boolean | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          
Powered by DapperDox