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

Changelog

Last update:
Compare

Added new attributes to DIspatchPayload using StatusUpdate Webhok for assigned_driver_id and fleet_id

1 structure change including:
1 Modification
Modified 1
POST statusUpdateswebhook
  • Body
  • application/json content type Modified
    • payload property Modified
      • assigned_driver_id, fleet_id properties Added

New status added to StatusUpdate Webhook

near_pickup near_destination

1 structure change including:
1 Addition
Added 1
POST driverAssignedwebhook
4 structure changes including:
4 Modifications
Modified 4
GET /ext/dispatch/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /ext/dispatches
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /ext/dispatches/d/{driver_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
POST /ext/dispatch
  • Body
  • application/json content type Modified
    • Content type is no longer required
    • vendor_payload property Modified
      • order_details property Added
4 structure changes including:
4 Modifications
Modified 4
GET /ext/dispatch/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /ext/dispatches
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /ext/dispatches/d/{driver_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
POST /ext/dispatch
  • Body
  • application/json content type Modified
    • vendor_payload property Modified
      • currency, payment_type properties Added
3 structure changes including:
1 Breaking change
2 Additions
1 Removal
Removed 1 Breaking
POST /ext/webhook
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
POST /ext/webhook
POST statusUpdateswebhook
1 structure change including:
1 Addition
Added 1
POST /ext/webhook
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
2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /ext/dispatches/d/{driver_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Full types went from array[object] to array
        Breaking
      • array-1 property Modified
        • Full types went from array[object] to array
          Breaking
POST /ext/dispatch
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • data property Added