ListForSalesProduct
achived_at object
anyOf
- MOD1
- MOD2
string
category object
The type of the property (e.g., house, apartment).
- ProductType
- MOD2
string
Possible values: [house
, apartment
, land
, commercial
, other
, prestige
]
title object
The title or headline for the property listing.
- MOD1
- MOD2
string
description object
A detailed description of the property.
- MOD1
- MOD2
string
reference object
A reference number or code for the property.
- MOD1
- MOD2
string
availableAvailable (boolean)
Indicates whether the property is currently available.
Default value:
true
availability object
The date from which the property will be available.
- MOD1
- MOD2
string
exclusivity object
Indicates whether the property is listed exclusively.
- MOD1
- MOD2
boolean
disable_spontaneous_applications object
If disabled, the public link to send an application will stop accepting applications.
- MOD1
- MOD2
boolean
managersstring[]
Default value:
[]
metaMeta
Additional metadata about the property.
Default value:
{}
iduuidrequired
tenantTenant (string)required
created_atdate-timerequired
updated_atdate-timerequired
mandate_typeMandate Type (string)
The type of mandate for the property.
Default value:
sales
price object
The price of the property. Must be greater than 0.
- MOD1
- MOD2
number
fee object
Fee associated with the property.
- MOD1
- MOD2
number
fee_typeFee Type (string)
The type of fee arrangement (e.g., direct or reverse).
Possible values: [direct
, reverse
]
Default value:
direct
photo object
anyOf
- ProductPhoto
- MOD2
_idId (string)
Example:
5eb7cf5a86d9755df3a6c593
sizeSize (integer)required
path object
anyOf
- MOD1
- MOD2
string
filenameFilename (string)required
content_typeContent Type (string)required
favoriteFavorite (boolean)
Default value:
false
incoming_requestsIncoming Requests (integer)
Default value:
0
ListForSalesProduct
{
"achived_at": "2024-07-29T15:51:28.071Z",
"category": "house",
"title": "string",
"description": "string",
"reference": "string",
"available": true,
"availability": "2024-07-29",
"exclusivity": true,
"disable_spontaneous_applications": true,
"managers": [
"string"
],
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"tenant": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"mandate_type": "sales",
"price": 0,
"fee": 0,
"fee_type": "direct",
"photo": {
"_id": "5eb7cf5a86d9755df3a6c593",
"size": 0,
"path": "string",
"filename": "string",
"content_type": "string",
"favorite": false
},
"incoming_requests": 0
}