{
    "model": {
        "shipments": [
            {
                "loadDemands": {
                    "persons": {
                        "amount": 1
                    }
                },
                "label": "booking-002",
                "allowedVehicleIndices": [
                    0
                ],
                "pickups": [
                    {
                        "arrivalLocation": {
                            "latitude": 49.28449149112855, 
                            "longitude": -122.98812228694953
                        },
                        "timeWindows": [
                            {
                                "startTime": "2024-07-08T16:08:00Z",
                                "endTime": "2024-07-08T17:00:00Z"
                            }
                        ],
                        "duration": "60s"
                    }
                ],
                "deliveries": [
                    {
                        "arrivalLocation": {
                            "latitude": 49.28458939999999,
                            "longitude": -123.11146
                        },
                        "timeWindows": [
                            {
                                "startTime": "2024-07-08T16:08:00Z",
                                "endTime": "2024-07-08T17:00:00Z"
                            }
                        ],
                        "duration": "60s"
                    }
                ]
            },
            {
                "loadDemands": {
                    "persons": {
                        "amount": 1
                    }
                },
                "label": "booking-003",
                "penaltyCost": 5,
                "pickups": [
                    {
                        "arrivalLocation": {
                            "latitude": 49.27522415900464,
                            "longitude": -123.0033166627167 
                        },
                        "timeWindows": [
                            {
                                "startTime": "2024-07-08T16:08:00Z",
                                "endTime": "2024-07-08T16:23:00Z"
                            }
                        ],
                        "duration": "60s"
                    }
                ],
                "deliveries": [
                    {
                        "arrivalLocation": {
                            "latitude": 49.28458939999999,
                            "longitude": -123.11146
                        },
                        "timeWindows": [
                            {
                                "startTime": "2024-07-08T16:08:00Z",
                                "endTime": "2024-07-08T17:00:00Z"
                            }
                        ],
                        "duration": "60s"
                    }
                ]
            }
        ],
        "vehicles": [
            {
                "travelMode": "DRIVING",
                "startLocation": {
                    "latitude": 49.277514973376256,
                    "longitude": -122.96473683470182
                },
                "startTimeWindows": [
                    {
                        "startTime": "2024-07-08T16:08:00Z"
                    }
                ],
                "endTimeWindows": [
                    {
                        "endTime": "2024-07-08T17:00:00Z"
                    }
                ],
                "loadLimits": {
                    "persons": {
                        "maxLoad": 5
                    }
                },
                "label": "van-01",
                "costPerKilometer": 1,
                "fixedCost": 25
            }
        ],
        "globalStartTime": "2024-07-08T16:00:00.000Z",
        "globalEndTime": "2024-07-10T16:00:00.000Z"
    },
    "populatePolylines": true,
    "considerRoadTraffic": true
}