344 results have been found
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 …
API Changes
/en/documentation/loading-space-optimization-api/api-changes
{ "releaseHistory": [ { "type": "Improvement", "description": "The quality of error messages is improved by revising the request validation.", "version": "1.1.3" }, { "type": "Bugfix", "description": "Add the option 'stackOnTopOfNextStops' to specify if …
Loading Space Optimization API Reference
/en/documentation/loading-space-optimization-api/loading-space-optimization-api-reference
{ "openapi": "3.0.1", "info": { "title": "Loading Optimization", "version": "1.1", "description": "With the Bin Packing service you can pack a number of items of various types into a number of bins of various types.", "contact": { "url": …
API Changes
/en/documentation/sequence-optimization-api/api-changes
{ "releaseHistory": [ { "type": "Bugfix", "description": "Fixed bug which occurred when passing a location which was not referenced in the request.", "version": "1.8.14" }, { "type": "Feature", "description": "Added new vehicle profiles for TLN (Transport …
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": [ …
API Changes
/en/documentation/ews-road-distance-api/api-changes
{ "releaseHistory": [ { "type": "Improvement", "description": "The quality of error messages is improved by revising the request validation.", "version": "1.4.1" }, { "type": "Feature", "description": "Added data version for the year 2024 of the EWS …
EWS Road Distance API Reference
/en/documentation/ews-road-distance-api/ews-road-distance-api-reference
{ "openapi": "3.0.1", "info": { "title": "EWS Road Distance", "version": "1.4", "description": "With the EWS Road Distance service you can query pre-calculated distances and additional information for relations between reference locations in Europe.", …
Road Distances
/en/documentation/ews-road-distance-api/code-samples/road-distances
Road Distances | EWS Road Distance API Documentation | PTV Developer GET Start locality Country Postal code Locality Destination locality Type CITY CITY PORT BORDER Country DE DE AT AL AD BA BE BG BY CH CY CZ DK ES EE FI FR GB GE GI GR HR HU IE IT LI LT …
API Changes
/en/documentation/matrix-routing-api/api-changes
{ "releaseHistory": [ { "type": "Feature", "description": "Added request parameter 'DIRECT_DISTANCE_FLAGS' to provide the information which relations have been estimated by direct distance.", "version": "1.7.0" }, { "type": "Feature", "description": …
Matrix Routing API Reference
/en/documentation/matrix-routing-api/matrix-routing-api-reference
{ "openapi": "3.0.1", "info": { "title": "Matrix Routing", "version": "1.7", "description": "With the Matrix Routing service you can compute distances and travel times between a set of origins and destinations.", "contact": { "url": …
Cancel Matrix Calculation
/en/documentation/matrix-routing-api/code-samples/cancel-matrix-calculation
DELETE Matrix Calculation ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Cancels the matrix calculation. To get a valid matrix …
Get Matrix
/en/documentation/matrix-routing-api/code-samples/get-matrix
GET Matrix Calculation ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Get the calculated matrix. To get a valid matrix calculation …
Get Status
/en/documentation/matrix-routing-api/code-samples/get-status
GET Matrix Calculation ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … Get operation status of optimization run. To get a valid …
Start a Matrix Calculation
/en/documentation/matrix-routing-api/code-samples/start-matrix-calculation
POST Profile No value No Value EUR_TRAILER_TRUCK EUR_TRUCK_40T EUR_TRUCK_11_99T EUR_TRUCK_7_49T EUR_VAN EUR_CAR EUR_TLN_TRUCK_40T EUR_TLN_TRUCK_20T EUR_TLN_TRUCK_11_99T EUR_TLN_VAN USA_1_PICKUP USA_5_DELIVERY USA_8_SEMITRAILER_5AXLE …
Calculate a Matrix
/en/documentation/matrix-routing-api/code-samples/calculate-matrix
POST Profile No value No Value EUR_TRAILER_TRUCK EUR_TRUCK_40T EUR_TRUCK_11_99T EUR_TRUCK_7_49T EUR_VAN EUR_CAR EUR_TLN_TRUCK_40T EUR_TLN_TRUCK_20T EUR_TLN_TRUCK_11_99T EUR_TLN_VAN USA_1_PICKUP USA_5_DELIVERY USA_8_SEMITRAILER_5AXLE …
API Changes
/en/documentation/routing-api/api-changes
{ "releaseHistory": [ { "type": "Feature", "description": "Added response parameter 'timeDomain' to indicate the time validity of violated restrictions.", "version": "1.33.0" }, { "type": "Feature", "description": "Added request parameter …
Routing API Reference
/en/documentation/routing-api/routing-api-reference
{ "openapi": "3.0.1", "info": { "title": "Routing", "version": "1.33", "description": "With the Routing service you can calculate routes from A to B taking into account vehicle-specific restrictions, traffic situations, toll, emissions, drivers' working …
Calculate Reachable Areas Synchronously
/en/documentation/routing-api/code-samples/reachable-areas/calculate-reachable-areas-synchronously
Calculate Reachable Areas Synchronously | Routing API Documentation | PTV Developer GET Latitude A Longitude A Horizon type DISTANCE No Value TRAVEL_TIME DISTANCE Horizons Driving direction OUTBOUND No Value OUTBOUND INBOUND Profile No Value No Value …
Block Intersecting Roads
/en/documentation/routing-api/code-samples/routing/block-intersecting-roads
Block intersecting roads | Routing API Documentation | PTV Developer GET Route coordinates Latitude A Longitude A Latitude B Longitude B Intersection line coordinates Latitude A Longitude A Latitude B Longitude B Send Request Response Waiting for …
Guided Navigation
/en/documentation/routing-api/code-samples/routing/guided-navigation
Guided Navigation | Routing API Documentation | PTV Developer GET Latitude A Longitude A Latitude B Longitude B Send Request Response Waiting for response... To use 'Guided Navigation' in PTV Navigator, you have to decode the base64 value of …
Monetary Costs
/en/documentation/routing-api/code-samples/routing/monetary-costs
Monetary Costs | Routing API Documentation | PTV Developer GET Latitude A Longitude A Latitude B Longitude B Profile No value No Value EUR_TRAILER_TRUCK EUR_TRUCK_40T EUR_TRUCK_11_99T EUR_TRUCK_7_49T EUR_VAN EUR_CAR EUR_TLN_TRUCK_40T EUR_TLN_TRUCK_20T …
Short and Fast Routes
/en/documentation/routing-api/code-samples/routing/short-and-fast-routes
Short and Fast Routes | Routing API Documentation | PTV Developer GET Latitude A Longitude A Latitude B Longitude B RoutingMode SHORT FAST Send Request Response SHORT FAST Route not requested. Route not requested. Request Sample C# JavaScript Python …
Recalculate with Events
/en/documentation/routing-api/code-samples/routing/recalculate-events
Recalculate with Events | Routing API Documentation | PTV Developer GET RouteId Results MANEUVER_EVENTS WAYPOINT_EVENTS TOLL_EVENTS BORDER_EVENTS VIOLATION_EVENTS UTC_OFFSET_CHANGE_EVENTS COMBINED_TRANSPORT_EVENTS TRAFFIC_EVENTS DELIVERY_ONLY_EVENTS …
RouteIds
/en/documentation/routing-api/code-samples/routing/routeids
RouteIds | Routing API Documentation | PTV Developer GET Latitude A Longitude A Latitude B Longitude B Results ROUTE_ID Send Request Response Waiting for response... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // …
Get Alternative Route Details
/en/documentation/routing-api/code-samples/routing/get-alternative-route-details
Get Alternative Route Details | Routing API Documentation | PTV Developer GET ROUTE_ID Send Request Response Waiting for request to be completed... Request Sample C# JavaScript Python Java PowerShell // C# // JavaScript // Python // Java // PowerShell … …