API structure has changed
5 structure changes including:
2 Additions
3 Modifications
Modified
3
Breaking
POST /bookings
- Body
-
application/json content type Modified
-
data property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- trip_id, passenger_name, has_bicycle, has_dog properties Added
-
data property Removed
-
application/xml content type Modified
-
data property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- trip_id, passenger_name, has_bicycle, has_dog properties Added
-
data property Removed
- Response
-
201 response Modified
-
application/json content type Modified
-
data property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- id, trip_id, passenger_name, has_bicycle, has_dog properties Added
-
data property Removed
-
application/xml content type Modified
-
data property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- id, trip_id, passenger_name, has_bicycle, has_dog properties Added
-
data property Removed
-
application/json content type Modified
POST /bookings/{bookingId}/payment
- Body
-
application/json content type Modified
-
data property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- amount, currency, source properties Added
-
data property Removed
- Response
-
200 response Modified
-
application/json content type Modified
-
data property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- id, amount, currency, source, status properties Added
-
data property Removed
-
application/json content type Modified
Webhook POST newBooking
- Body
-
application/json content type Modified
-
data property Removed
-
Removing a resource is always breaking unless it was deprecated before
Breaking
-
- trip_id, passenger_name, has_bicycle, has_dog properties Added
-
data property Removed
Added
2
DELETE /bookings/{bookingId}
GET /bookings/{bookingId}