Skip to main content

Enable third party vla handling

Enable third party vla handling for a renter on the given community

POST
/api/partners/v1/community/:community_id/renters/:funnel_renter_id/enable-handling/

Request

Example requestPOSTapplication/json
$ curl -X POST \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer YOUR_API_KEY" \
    -d '{ "funnel_last_communication_id": "string" }' \
    "https://api.funnelleasing.com/api/partners/v1/community/1234/renters/:funnel_renter_id/enable-handling/"

Response

Example responseJSON200 · application/json
{
"message": "Handling successfully enabled"
}