Skip to content

Lease Transaction (PATCH)

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

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

Attributes

  • Name
    resident_household_id
    Type
    string
    Description
  • Name
    lease_integration_id
    Type
    string
    Description
  • Name
    residents
    Type
    array
    Description
Example request payload
{
"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
},
]
}