API Details
POST Api/OLR/{unitId}/{fyopWeekId}/Favorite
Mark a staffing week as a favorite
Request Information
Parameters
| Name | Description |
|---|---|
| unitId | Unit ID |
| fyopWeekId | FYOP and week ID |
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"
}
