{ "opencollection": "1.0.0", "info": { "name": "Routific Route Optimization Fix PDP API", "version": "1.11" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "PDP", "type": "folder" }, "items": [ { "info": { "name": "Solve Pickup And Delivery Problem (Async)", "type": "http" }, "http": { "method": "POST", "url": "https://api.routific.com/v1/pdp-long", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a pickup-and-delivery routing problem for asynchronous processing.\nEach visit pairs a pickup and a dropoff location with their own\ntime-windows and durations. Returns a `job_id` immediately.\n" }, { "info": { "name": "Insert New Visits Into PDP Solution", "type": "http" }, "http": { "method": "POST", "url": "https://api.routific.com/v1/fix-pdp", "body": { "type": "json", "data": "{}" } }, "docs": "Insert one or more new pickup-and-delivery visits into an existing\noptimized PDP solution without re-solving the entire problem.\n" } ] } ], "bundled": true }