API Details
PUT Api/OLR/{unitId}/{fyopWeekId}/Note
Add or update a note for a specific week
Request Information
Parameters
| Name | Description |
|---|---|
| unitId | Unit ID |
| fyopWeekId | FYOP and week ID |
| body | Contains the content of the note |
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:
{
"unitid": 1,
"opwkid": 2,
"op": 3,
"wk": 4,
"canedt": true,
"cancpy": true,
"canrst": true,
"ver": "sample string 8",
"cer": true,
"cerdt": "sample string 10",
"cerby": "sample string 11",
"lastadjdt": "sample string 12",
"lastadjby": "sample string 13",
"fav": true,
"note": "sample string 15",
"praccntp": "sample string 16",
"pracctp": "sample string 17",
"colorntp": "sample string 18",
"colortp": "sample string 19"
}
