> ## Documentation Index
> Fetch the complete documentation index at: https://docs2.travtus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Lease webhook events

> Events triggered when create or update a lease

<RequestExample>
  ```bash Example Request theme={null}
  {
      "body": {
      "move_in_date": "2024-01-01",
      "start_date": "2024-01-01",
      "end_date": "2025-01-01",
      "identifier": "26d2f5f9-b128-48cd-add8-303e067df958"
      "is_furnished": true,
      "minimum_days_notice": 30,
      "deposit" : 500,
      "rent": 1250,
      "notice_given": true,
      "notice_date": "2024-07-01",
      "move_out_date_requested": "2024-08-01"
  },
      "event_type": "lease.update",
      "message_id": "51d155b3-496f-434e-b664-406836be35a0"
  }
  ```
</RequestExample>
