GET api/FlockProcessing/schedule/{scheduleWeek}
Gets the processing schedule for the given week.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scheduleWeek |
The week of the schedule to get. |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
The schedule for the week.
ProcessSchedule| Name | Description | Type | Additional information |
|---|---|---|---|
| Days |
A list of days, one for each day of the week, but days without any flocks are not present in this list. |
Collection of ProcessScheduleDay |
None. |
| TotalBirdsExpected |
The total number of birds expected to be processed for the week. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Days": null,
"TotalBirdsExpected": 1
}