{
"message": "Window availability retrieved successfully",
"data": {
"windows": [
{
"_id": "507f1f77bcf86cd799439022",
"order": 1,
"weekDay": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"startTime": "08:00",
"endTime": "17:00",
"durationMins": 540,
"repetition": "weekly",
"simpleLoad": true,
"simpleLoadCount": 5,
"simpleUnLoad": true,
"simpleUnLoadCount": 3,
"simpleLoadUnLoad": false,
"simpleLoadUnLoadCount": 0,
"simpleExpeditionTypes": "TRUCK",
"fullLoad": true,
"fullLoadCount": 2,
"fullUnLoad": true,
"fullUnLoadCount": 2,
"fullLoadUnLoad": true,
"fullLoadUnLoadCount": 1,
"fullExpeditionTypes": "FULL_TRUCK",
"scheduledTrips": [
{
"assignmentNumber": "0017228764",
"loadingDate": "2024-01-15T10:30:00.000Z"
},
{
"assignmentNumber": "0017228765",
"loadingDate": "2024-01-16T14:00:00.000Z"
}
]
},
{
"_id": "507f1f77bcf86cd799439023",
"order": 2,
"weekDay": [
"Saturday"
],
"startTime": "09:00",
"endTime": "14:00",
"durationMins": 300,
"repetition": "weekly",
"simpleLoad": true,
"simpleLoadCount": 3,
"simpleUnLoad": true,
"simpleUnLoadCount": 2,
"simpleLoadUnLoad": false,
"simpleLoadUnLoadCount": 0,
"simpleExpeditionTypes": "TRUCK",
"fullLoad": false,
"fullLoadCount": 0,
"fullUnLoad": false,
"fullUnLoadCount": 0,
"fullLoadUnLoad": false,
"fullLoadUnLoadCount": 0,
"fullExpeditionTypes": null,
"scheduledTrips": []
}
],
"pagination": {
"page": 1,
"size": 20,
"totalWindows": 15,
"totalPages": 1,
"hasNextPage": false,
"hasPreviousPage": false
}
}
}