API Details
PUT Api/OLR/{unitId}/{fyopWeekId}/Day/{dayId}/Shift/{shiftId}/Note
Add or update a note for a specific shift on a specific day.
Request Information
Parameters
| Name | Description |
|---|---|
| unitId | Unit ID |
| fyopWeekId | FYOP and week ID |
| dayId | Day number |
| shiftId | Shift ID |
| body | Note payload |
Request body formats
application/json, text/json
Sample:
{
"Note": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AddOrUpdateNoteApiRequest'.
Response Information
Response body formats
application/json, text/json
Sample:
{
"day": 1,
"shft": 2,
"lsls": 3,
"psls": 4,
"basepsls": 5,
"ltgsls": 6,
"ptgsls": 7,
"note": "sample string 8"
}
