API Details
POST Api/OLR/{unitId}/{fyopWeekId}/Copy
Copy staffing from one week to another (regular copy)
Request Information
Parameters
| Name | Description |
|---|---|
| unitId | Unit ID |
| fyopWeekId | FYOP and week ID to copy to |
| body | Contains from/to FYOP and week info |
Request body formats
application/json, text/json
Sample:
{
"FromFyopWeekId": 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 'CopyStaffingApiRequest'.
