22 results have been found
API Changes
/en/documentation/account-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/data-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/route-optimization-optiflow-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
API Changes
/en/documentation/route-optimization-api/api-changes
API Changes You need to enable JavaScript to run this app. … This list shows all changes of the API between releases like new features, significant improvements and bug fixes. We recommend that API developers periodically check it for …
Combined Transports
/en/documentation/data-api/code-samples/combined-transports
GET Position search Latitude Longitude Radius Text search Query Allowed countries Example presets Position example Text example Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // …
Vehicle Models - [PREVIEW]
/en/documentation/data-api/code-samples/vehicle-models-preview
GET vehicle types filter TRUCK TRUCK LCV SCV Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … This code sample describes how to request vehicle models …
Route Optimization OptiFlow API Reference
/en/documentation/route-optimization-optiflow-api/api-reference
{ "openapi": "3.0.3", "info": { "title": "Route Optimization OptiFlow", "description": "With the Route Optimization OptiFlow service you can schedule and optimize the routes of your fleet.", "contact": { "url": "https://developer.myptv.com/" }, "version": …
Map Information
/en/documentation/data-api/code-samples/map-information
GET Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … This code sample describes how to request the map …
Route Optimisation API Reference
/en/documentation/route-optimization-api/route-optimisation-api-reference
{ "openapi": "3.0.1", "info": { "title": "Route Optimization", "description": "With the Route Optimization service you can schedule and optimize the routes of your fleet.", "version": "1.11", "contact": { "url": "https://developer.myptv.com/" } }, "tags": …
Plan with Drivers' Working Hours
/en/documentation/route-optimization-api/code-samples/plan-drivers-working-hours
Drivers' working hours | Route Optimization API Documentation | PTV Developer POST Working hours preset (Mind that if the break or daily rest fields are also specified, the most restrictive value will apply.) Working hours preset: No Value No Value …
Transport priorities
/en/documentation/route-optimization-api/code-samples/transport-priorities
How to create a request | Route Optimization API Documentation | PTV Developer POST Time window Choose a time window for the availability of the driver and all transports: From 08:00 00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 …
Get a Plan
/en/documentation/route-optimization-api/code-samples/round-trip/get-plan
Get a plan | Route Optimization API Documentation | PTV Developer GET Plan ID Insert the generated unique plan ID here: Send Request The Send Request button fetches the plan. If the optimization was successful, the response contains an updated version …
Get Operation Status of Optimisation Run
/en/documentation/route-optimization-api/code-samples/get-operation-status
Get operation status of optimization run | Route Optimization API Documentation | PTV Developer GET Plan ID Insert the generated unique plan ID here: Send Request The Send Request button fetches the operation status. When polling the corresponding …
Round Trip - Optimise the Plan
/en/documentation/route-optimization-api/code-samples/round-trip/round-trip-optimise-plan
Optimize the plan | Route Optimization API Documentation | PTV Developer POST Plan ID Insert the generated unique plan ID here: Send Request The Send Request button submits the request to optimize the plan. If the optimization was started, a response …
Round Trip - Create a Plan
/en/documentation/route-optimization-api/code-samples/round-trip/round-trip-create-plan
Create a plan | Route Optimization API Documentation | PTV Developer POST Time window Choose a time window for the planning horizon and all locations: From 08:00 00:00 01:00 02:00 03:00 04:00 05:00 06:00 07:00 08:00 09:00 10:00 11:00 12:00 13:00 14:00 …
Round Trip - How to Create a Plan for a Round Trip
/en/documentation/route-optimization-api/code-samples/round-trip/round-trip-how-create-plan-round-trip
The code sample explains how to create a simple plan for a round trip starting at a depot location and returning to it at the end of a route. All transport is delivered from one single depot location, which is also the start and end location of the …
Objective of Optimisation
/en/documentation/route-optimization-api/concepts/objective-optimisation
The Route Optimisation service aims at finding a good plan for the given transport. In order to determine what "good" means here, two questions need to be answered: What makes one plan better than another? How much effort should be put into finding a …
Depot Based Transports
/en/resources/tutorials/route-optimization/depot-based-transports
In this tutorial you will learn how our advanced Route Optimization App is implemented. The app optimizes specific transports (single depot location, customer locations with pickups and deliveries) and displays the optimal routes for each vehicle on the …
Pickups and Deliveries
/en/resources/tutorials/route-optimization/pickups-and-deliveries-route-optimization
In this tutorial you will learn how our advanced Route Optimization App is implemented. The app optimizes specified transports (pickups and deliveries) and displays the optimal routes for each vehicle. To focus solely on the core principles, we have …
Data API Reference
/en/documentation/data-api/data-api-reference
{ "openapi": "3.0.1", "info": { "title": "Data", "version": "1.16", "description": "With the Data service you can obtain additional data such as vehicle profiles.", "contact": { "url": "https://developer.myptv.com/" } }, "tags": [ { "name": "Map …
Predefined Profiles
/en/documentation/data-api/code-samples/predefined-profiles
GET Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … This code sample describes how to request the predefined …
Delete a Plan
/en/documentation/route-optimization-api/code-samples/round-trip/delete-plan
Delete a plan | Route Optimization API Documentation | PTV Developer DELETE Plan ID Insert the generated unique plan ID here: Send Request The Send Request button submits a deletion. If the deletion is successful, the status code 204 (no content) is …