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
-
Removing a resource is always breaking unless it was deprecated before
- data property Added
-
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
-
application/json content type Modified
GET /ext/dispatches
- Response
-
200 response Modified
-
application/json content type Modified
-
Full types went from
array[object]toobjectBreaking
- data property Added
-
Full types went from
-
application/json content type Modified
GET /ext/dispatches/d/{driver_id}
- Response
-
200 response Modified
-
application/json content type Modified
-
Full types went from
arraytoobjectBreaking
- data property Added
-
Full types went from
-
application/json content type Modified
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
-
Removing a resource is always breaking unless it was deprecated before
- data property Added
-
pickup_estimated_time, destination_estimated_time, total_estimated_time, delivery_price, delivery_price_text, vat_price, vat_price_text properties Removed
-
application/json content type Modified