delivery_system/src/data/timeSlots.json

43 lines
850 B
JSON

{
"courier_available_timeslots": [
{
"id": 1,
"start_time": "2023-09-17 08:00:00",
"end_time": "2023-09-17 09:00:00",
"supported_postcodes": [
"W1H 1LJ",
"2222222"
]
},
{
"id": 2,
"start_time": "2023-09-17 09:00:00",
"end_time": "2023-09-17 10:00:00",
"supported_postcodes": [
"1111111",
"2222222",
"3333333"
]
},
{
"id": 3,
"start_time": "2023-09-17 09:00:00",
"end_time": "2023-09-17 10:00:00",
"supported_postcodes": [
"4444444",
"5555555",
"6666666"
]
},
{
"id": 4,
"start_time": "2023-04-26 14:00:00",
"end_time": "2023-04-26 15:00:00",
"supported_postcodes": [
"W1H 1LJ",
"5555555",
"6666666"
]
}
]
}