POST api/v1/shifttargets/copyshifttargets
Copy Shift Targets for Dept, Effective Date, Day of Week, Volume Range to Days of Week with Volume Ranges.
Request Information
URI Parameters
None.
Body Parameters
CopyShiftTargetRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentId | integer |
Required |
|
| EffectiveDate | date |
Required |
|
| FromDayOfWeekId | integer |
Required |
|
| FromVolumeLow | integer |
Required |
|
| ToDayOfWeekVolumes | Collection of DayOfWeekVolume |
Required |
|
| CopyDay | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepartmentId": 1,
"EffectiveDate": "2026-01-02T13:17:39.3787904-06:00",
"FromDayOfWeekId": 3,
"FromVolumeLow": 4,
"ToDayOfWeekVolumes": [
{
"DayOfWeekId": 1,
"VolumeLow": 2,
"VolumePeak": 3,
"VolumeLevel": "sample string 4",
"StatDescription": "sample string 5"
},
{
"DayOfWeekId": 1,
"VolumeLow": 2,
"VolumePeak": 3,
"VolumeLevel": "sample string 4",
"StatDescription": "sample string 5"
}
],
"CopyDay": true
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true