API Details
POST Api/OLR/{unitId}/{fyopWeekId}/Copy/Favorite
Copy a favorite staffing week into the specified week
Request Information
Parameters
| Name | Description |
|---|---|
| unitId | unit id |
| fyopWeekId | FYOP and week ID to copy to |
| body | Contains favorite fyop and week |
Request body formats
application/json, text/json
Sample:
{
"FavoriteFYOPWeekID": 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 'CopyFavoriteApiRequest'.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.
