Create a trip
create_tripCreate an empty trip with a name and, optionally, dates. Only needed to set up a trip before its bookings exist. To save a booking, use add_booking: it creates or finds the right trip by itself. To put bookings in a trip you create here, pass its id as trip_id, otherwise Plot may place them elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | What to call the trip, e.g. 'Lisbon in October'. | |
| end_date | No | Last day of the trip. | |
| start_date | No | First day of the trip. |