# New Booking

Subscribe to new bookings being created, to update integrations for your users.  Related data is available via the links provided in the request.

Endpoint: POST newBooking
Version: 1.0.0
Security: OAuth2

## Request fields (application/json):

  - `trip_id` (string)
    Identifier of the booked trip

  - `passenger_name` (string)
    Name of the passenger

  - `has_bicycle` (boolean)
    Indicates whether the passenger has a bicycle.

  - `has_dog` (boolean)
    Indicates whether the passenger has a dog.

  - `links` (object)

  - `links.self` (string)

  - `links.next` (string)

  - `links.prev` (string)


## Response 200 fields
