CreateRentalFile
Schema for POST /v2/rental-files.
product_id object
The related product from product API.
- MOD1
- MOD2
string
metaMeta
allow_user_engagementAllow User Engagement (boolean)
If enabled, applicants will be able to access their data, and the system will allow email sending
Default value:
true
applicants_situation object
anyOf
- MOD1
- MOD2
string
Possible values: [SINGLE
, COUPLE
, ROOMATES
, SOLID_ROOMATES
]
applicants object[]
Array [
first_name object
anyOf
- MOD1
- MOD2
string
last_name object
anyOf
- MOD1
- MOD2
string
email object
anyOf
- MOD1
- MOD2
string
phone object
anyOf
- MOD1
- MOD2
string
metaMeta
physical_guarantorsundefined[]
Default value:
[]
]
CreateRentalFile
{
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"allow_user_engagement": true,
"applicants_situation": "SINGLE",
"applicants": [
{
"first_name": "string",
"last_name": "string",
"email": "user@example.com",
"phone": "string",
"physical_guarantors": [
null
]
}
]
}