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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - 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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - 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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - 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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - 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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - 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
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - id, amount, currency, source, status properties Added
 
 - 
  data property Removed
    
 
 - 
  application/json content type Modified
    
 
POST newBookingwebhook
              - Body
 - 
  application/json content type Modified
    
- 
  data property Removed
    
- 
          Removing a resource is always breaking unless it was deprecated before Breaking
 
 - 
          Removing a resource is always breaking unless it was deprecated before 
 - trip_id, passenger_name, has_bicycle, has_dog properties Added
 
 - 
  data property Removed
    
 
        Added
        2
      
      DELETE /bookings/{bookingId}
          GET /bookings/{bookingId}