16 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/sequence-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 …
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 …
Objective of Optimization
/en/documentation/sequence-optimization-api/concepts/objective-optimization
The Sequence Optimization service aims at finding a good route for the given transports. In order to determine what "good" means here, the following question needs to be answered: What makes one route better than another? … What makes one route better …
Sequence optimization - Transport priorities
/en/documentation/sequence-optimization-api/code-samples/transport-priorities
How to create a request | Sequence 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 …
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 …
Drivers' Working Hours - Create a Sequence
/en/documentation/sequence-optimization-api/code-samples/drivers-working-hours-create-sequence
Drivers' working hours | Sequence Optimization API Documentation | PTV Developer POST Working hours preset (Mind that if the break fields are also specified, the most restrictive value will apply.) Working hours preset: No Value No Value …
Delete the Sequence
/en/documentation/sequence-optimization-api/code-samples/sequence-optimization/delete-sequence
Delete the sequence | Sequence Optimization API Documentation | PTV Developer DELETE Route ID Insert the generated unique route ID here: Send Request The Send Request button submits a deletion. If the deletion is successful, the status code 204 (no …
Get Result of the Sequence
/en/documentation/sequence-optimization-api/code-samples/sequence-optimization/get-result-sequence
Get result | Sequence Optimization API Documentation | PTV Developer GET Route ID Insert the generated unique route ID here: Send Request The Send Request button fetches the route. If the optimization was successful, the response contains an updated …
Sequence Optimization - Create and Optimize a Sequence
/en/documentation/sequence-optimization-api/code-samples/sequence-optimization/sequence-optimization
How to create a request | Sequence 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 …
How to Create a Sequence
/en/documentation/sequence-optimization-api/code-samples/sequence-optimization/how-create-sequence
The code sample explains how to create a sequence optimization request to find the best route for your transports. The first step to schedule a route is to start the optimization, the second step is to retrieve the optimized route: Create and optimize a …
Sequence Optimization API Reference
/en/documentation/sequence-optimization-api/sequence-optimization-api-reference
{ "openapi": "3.0.1", "info": { "title": "Sequence Optimization", "description": "With the Sequence Optimization service you can find the best route for your transports.", "version": "1.8", "contact": { "url": "https://developer.myptv.com/" } }, "tags": [ …