Skip to main content

Edit Lease Transaction

This PATCH endpoint allows you to provide Funnel with the PMS identifiers related to a lease transaction.

PATCH
/api/v2/lease-transactions/:id

Request

Example requestPATCHapplication/json
$ curl -X PATCH \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer YOUR_API_KEY" \
    -d '{ "resident_household_id": "rh-123", "lease_integration_id": "lease-123", "residents": [ { "resident_member_id": "rm-123", "account_id": 737759 }, { "resident_member_id": "rm-456", "account_id": 737787 } ] }' \
    "https://api.funnelleasing.com/api/v2/lease-transactions/564323"

Response

Example responseJSON200 · application/json
{}