Change Updates

Do not miss any Dispatch Module API changes, ever again

Subscribe to the Dispatch Module API changelog to be up to date on recent changes.

RSS

Feb 21, 2024

main
1.0.0
Compare

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /ext/dispatch/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, created_at, modified_at, r_id, assigned_driver_id, pickup, destination, user_metadata, vendor_logo_url, vendor_id, vendor_name, vendor_oid, vendor_sid, vendor_bid, media_url, status properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added
GET /ext/dispatches
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Full types went from array[object] to object
        Breaking
      • data property Added
GET /ext/dispatches/d/{driver_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Full types went from array to object
        Breaking
      • data property Added
POST /ext/estimate
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pickup_estimated_time, destination_estimated_time, total_estimated_time, delivery_price, delivery_price_text, vat_price, vat_price_text properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added