Skip to main content

PropertyRentPartialUpdate

title object
anyOf
string

Possible values: non-empty and <= 256 characters

reference object
anyOf
string

Possible values: <= 80 characters

rent_amount object
anyOf
number
unpaid_rent_insurance object

This category needs unpaid rent insurance (gli) validation ?

anyOf
boolean
disable_spontaneous_applications object

This will block any applications comming from free-applications

anyOf
boolean
PropertyRentPartialUpdate
{
"title": "string",
"reference": "string",
"rent_amount": 0,
"unpaid_rent_insurance": true,
"disable_spontaneous_applications": true
}