curl --request POST \
--url https://flatbay.fr/fr/api/property/edit/{id} \
--header 'Content-Type: application/json' \
--data '
{
"userId": 123,
"archive": true,
"offmarket": true,
"smartlead": true,
"addresscache": true,
"addressCacheRadius": 123,
"notifPublicationProp": true,
"address": "<string>",
"cp": "<string>",
"city": "<string>",
"country": "France",
"lng": "<string>",
"lat": "<string>",
"annonceTitle": "<string>",
"etage": 123,
"nbEtage": 123,
"nbPiece": 123,
"nbRoom": 123,
"nbDouche": 123,
"nbDetailDouche": 123,
"nbDetailBaignoire": 123,
"nbWc": 123,
"frais": 123,
"fraisLocationBailleur": 123,
"fraisRoom": 123,
"surface": 123,
"description": "<string>",
"percentPrix": 123,
"percentRemise": 123,
"prix": 123,
"loyer": 123,
"depot": 123,
"edlHonoraire": 123,
"edlHonoraireBailleur": 123,
"charge": 123,
"energyBillMin": 123,
"energyBillMax": 123,
"foncier": 123,
"meuble": true,
"gardien": true,
"video": true,
"gli": true,
"plaque": true,
"four": true,
"microonde": true,
"frigo": true,
"jacuzzi": true,
"hammam": true,
"sauna": true,
"clim": true,
"travaux": true,
"ravalementDate": 123,
"refectionDate": 123,
"refectionCommuneDate": 123,
"travauxDesc": "<string>",
"laveLinge": true,
"secheLinge": true,
"laveVaisselle": true,
"cafetiere": true,
"tv": true,
"fibre": true,
"codeWifi": "<string>",
"grillePain": true,
"aspirateur": true,
"bouilloire": true,
"hotte": true,
"vaisselle": true,
"linge": true,
"internet": true,
"chauffage": true,
"eauchaude": true,
"eaufroide": true,
"entretien": true,
"entretienJardin": true,
"entretienChaudiere": true,
"ordures": true,
"menage": true,
"risque": true,
"electricite": true,
"ascenseur": true,
"balcon": true,
"terrasse": true,
"parking": 123,
"cave": 123,
"jardin": true,
"velo": true,
"box": 123,
"piscine": true,
"sport": true,
"cinema": true,
"cheminee": true,
"tennis": true,
"barbecue": true,
"pingpong": true,
"interphone": true,
"coloc": true,
"colocOnly": true,
"start": "2023-12-25",
"startRoom": true,
"embed": "<string>",
"isEmbed": true,
"embed2": "<string>",
"isEmbed2": true,
"public": "2023-12-25",
"phone": "<string>",
"email": "<string>",
"dbOpen": 123,
"dbClose": 123,
"hauteur": 123,
"traversant": true,
"dpe": 123,
"dpeAt": "<string>",
"ges": 123,
"lot": "<string>",
"immeubleName": "<string>",
"periclesId": "<string>",
"showPhone": true,
"pinel": true,
"digicode": "<string>",
"batiment": "<string>",
"escalier": "<string>",
"porte": "<string>",
"boiteAuxLettres": "<string>",
"poubelles": "<string>",
"disjoncteur": "<string>",
"compteurElec": "<string>",
"compteurElecId": "<string>",
"compteurGaz": "<string>",
"arriveeEau": "<string>",
"compteurEauChaude": "<string>",
"compteurEauFroide": "<string>",
"compteurThermique": "<string>",
"caveLocation": "<string>",
"parkingLocation": "<string>",
"boxLocation": "<string>",
"commentLocation": "<string>",
"bailRight": 123,
"terrainViable": true,
"nbLots": 123,
"pmr": true,
"longueur": 123,
"largeur": 123,
"sousSol": true,
"surfaceSousSol": 123,
"vitrine": true,
"vitrineLinear": 1,
"cuisine": true,
"encadrement": true,
"encadrementMinm": 123,
"encadrementMin": 123,
"encadrementMaxm": 123,
"encadrementMax": 123,
"nbLotsCoproperty": 123,
"courtProceeding": true,
"extraction": true,
"vueExcept": true,
"vueMer": true,
"surfaceTerrainBatiInclus": 123,
"surfaces": [
{
"m2": 123,
"surface": "surface.type.balcon"
}
]
}
'import requests
url = "https://flatbay.fr/fr/api/property/edit/{id}"
payload = {
"userId": 123,
"archive": True,
"offmarket": True,
"smartlead": True,
"addresscache": True,
"addressCacheRadius": 123,
"notifPublicationProp": True,
"address": "<string>",
"cp": "<string>",
"city": "<string>",
"country": "France",
"lng": "<string>",
"lat": "<string>",
"annonceTitle": "<string>",
"etage": 123,
"nbEtage": 123,
"nbPiece": 123,
"nbRoom": 123,
"nbDouche": 123,
"nbDetailDouche": 123,
"nbDetailBaignoire": 123,
"nbWc": 123,
"frais": 123,
"fraisLocationBailleur": 123,
"fraisRoom": 123,
"surface": 123,
"description": "<string>",
"percentPrix": 123,
"percentRemise": 123,
"prix": 123,
"loyer": 123,
"depot": 123,
"edlHonoraire": 123,
"edlHonoraireBailleur": 123,
"charge": 123,
"energyBillMin": 123,
"energyBillMax": 123,
"foncier": 123,
"meuble": True,
"gardien": True,
"video": True,
"gli": True,
"plaque": True,
"four": True,
"microonde": True,
"frigo": True,
"jacuzzi": True,
"hammam": True,
"sauna": True,
"clim": True,
"travaux": True,
"ravalementDate": 123,
"refectionDate": 123,
"refectionCommuneDate": 123,
"travauxDesc": "<string>",
"laveLinge": True,
"secheLinge": True,
"laveVaisselle": True,
"cafetiere": True,
"tv": True,
"fibre": True,
"codeWifi": "<string>",
"grillePain": True,
"aspirateur": True,
"bouilloire": True,
"hotte": True,
"vaisselle": True,
"linge": True,
"internet": True,
"chauffage": True,
"eauchaude": True,
"eaufroide": True,
"entretien": True,
"entretienJardin": True,
"entretienChaudiere": True,
"ordures": True,
"menage": True,
"risque": True,
"electricite": True,
"ascenseur": True,
"balcon": True,
"terrasse": True,
"parking": 123,
"cave": 123,
"jardin": True,
"velo": True,
"box": 123,
"piscine": True,
"sport": True,
"cinema": True,
"cheminee": True,
"tennis": True,
"barbecue": True,
"pingpong": True,
"interphone": True,
"coloc": True,
"colocOnly": True,
"start": "2023-12-25",
"startRoom": True,
"embed": "<string>",
"isEmbed": True,
"embed2": "<string>",
"isEmbed2": True,
"public": "2023-12-25",
"phone": "<string>",
"email": "<string>",
"dbOpen": 123,
"dbClose": 123,
"hauteur": 123,
"traversant": True,
"dpe": 123,
"dpeAt": "<string>",
"ges": 123,
"lot": "<string>",
"immeubleName": "<string>",
"periclesId": "<string>",
"showPhone": True,
"pinel": True,
"digicode": "<string>",
"batiment": "<string>",
"escalier": "<string>",
"porte": "<string>",
"boiteAuxLettres": "<string>",
"poubelles": "<string>",
"disjoncteur": "<string>",
"compteurElec": "<string>",
"compteurElecId": "<string>",
"compteurGaz": "<string>",
"arriveeEau": "<string>",
"compteurEauChaude": "<string>",
"compteurEauFroide": "<string>",
"compteurThermique": "<string>",
"caveLocation": "<string>",
"parkingLocation": "<string>",
"boxLocation": "<string>",
"commentLocation": "<string>",
"bailRight": 123,
"terrainViable": True,
"nbLots": 123,
"pmr": True,
"longueur": 123,
"largeur": 123,
"sousSol": True,
"surfaceSousSol": 123,
"vitrine": True,
"vitrineLinear": 1,
"cuisine": True,
"encadrement": True,
"encadrementMinm": 123,
"encadrementMin": 123,
"encadrementMaxm": 123,
"encadrementMax": 123,
"nbLotsCoproperty": 123,
"courtProceeding": True,
"extraction": True,
"vueExcept": True,
"vueMer": True,
"surfaceTerrainBatiInclus": 123,
"surfaces": [
{
"m2": 123,
"surface": "surface.type.balcon"
}
]
}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
userId: 123,
archive: true,
offmarket: true,
smartlead: true,
addresscache: true,
addressCacheRadius: 123,
notifPublicationProp: true,
address: '<string>',
cp: '<string>',
city: '<string>',
country: 'France',
lng: '<string>',
lat: '<string>',
annonceTitle: '<string>',
etage: 123,
nbEtage: 123,
nbPiece: 123,
nbRoom: 123,
nbDouche: 123,
nbDetailDouche: 123,
nbDetailBaignoire: 123,
nbWc: 123,
frais: 123,
fraisLocationBailleur: 123,
fraisRoom: 123,
surface: 123,
description: '<string>',
percentPrix: 123,
percentRemise: 123,
prix: 123,
loyer: 123,
depot: 123,
edlHonoraire: 123,
edlHonoraireBailleur: 123,
charge: 123,
energyBillMin: 123,
energyBillMax: 123,
foncier: 123,
meuble: true,
gardien: true,
video: true,
gli: true,
plaque: true,
four: true,
microonde: true,
frigo: true,
jacuzzi: true,
hammam: true,
sauna: true,
clim: true,
travaux: true,
ravalementDate: 123,
refectionDate: 123,
refectionCommuneDate: 123,
travauxDesc: '<string>',
laveLinge: true,
secheLinge: true,
laveVaisselle: true,
cafetiere: true,
tv: true,
fibre: true,
codeWifi: '<string>',
grillePain: true,
aspirateur: true,
bouilloire: true,
hotte: true,
vaisselle: true,
linge: true,
internet: true,
chauffage: true,
eauchaude: true,
eaufroide: true,
entretien: true,
entretienJardin: true,
entretienChaudiere: true,
ordures: true,
menage: true,
risque: true,
electricite: true,
ascenseur: true,
balcon: true,
terrasse: true,
parking: 123,
cave: 123,
jardin: true,
velo: true,
box: 123,
piscine: true,
sport: true,
cinema: true,
cheminee: true,
tennis: true,
barbecue: true,
pingpong: true,
interphone: true,
coloc: true,
colocOnly: true,
start: '2023-12-25',
startRoom: true,
embed: '<string>',
isEmbed: true,
embed2: '<string>',
isEmbed2: true,
public: '2023-12-25',
phone: '<string>',
email: '<string>',
dbOpen: 123,
dbClose: 123,
hauteur: 123,
traversant: true,
dpe: 123,
dpeAt: '<string>',
ges: 123,
lot: '<string>',
immeubleName: '<string>',
periclesId: '<string>',
showPhone: true,
pinel: true,
digicode: '<string>',
batiment: '<string>',
escalier: '<string>',
porte: '<string>',
boiteAuxLettres: '<string>',
poubelles: '<string>',
disjoncteur: '<string>',
compteurElec: '<string>',
compteurElecId: '<string>',
compteurGaz: '<string>',
arriveeEau: '<string>',
compteurEauChaude: '<string>',
compteurEauFroide: '<string>',
compteurThermique: '<string>',
caveLocation: '<string>',
parkingLocation: '<string>',
boxLocation: '<string>',
commentLocation: '<string>',
bailRight: 123,
terrainViable: true,
nbLots: 123,
pmr: true,
longueur: 123,
largeur: 123,
sousSol: true,
surfaceSousSol: 123,
vitrine: true,
vitrineLinear: 1,
cuisine: true,
encadrement: true,
encadrementMinm: 123,
encadrementMin: 123,
encadrementMaxm: 123,
encadrementMax: 123,
nbLotsCoproperty: 123,
courtProceeding: true,
extraction: true,
vueExcept: true,
vueMer: true,
surfaceTerrainBatiInclus: 123,
surfaces: [{m2: 123, surface: 'surface.type.balcon'}]
})
};
fetch('https://flatbay.fr/fr/api/property/edit/{id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://flatbay.fr/fr/api/property/edit/{id}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'userId' => 123,
'archive' => true,
'offmarket' => true,
'smartlead' => true,
'addresscache' => true,
'addressCacheRadius' => 123,
'notifPublicationProp' => true,
'address' => '<string>',
'cp' => '<string>',
'city' => '<string>',
'country' => 'France',
'lng' => '<string>',
'lat' => '<string>',
'annonceTitle' => '<string>',
'etage' => 123,
'nbEtage' => 123,
'nbPiece' => 123,
'nbRoom' => 123,
'nbDouche' => 123,
'nbDetailDouche' => 123,
'nbDetailBaignoire' => 123,
'nbWc' => 123,
'frais' => 123,
'fraisLocationBailleur' => 123,
'fraisRoom' => 123,
'surface' => 123,
'description' => '<string>',
'percentPrix' => 123,
'percentRemise' => 123,
'prix' => 123,
'loyer' => 123,
'depot' => 123,
'edlHonoraire' => 123,
'edlHonoraireBailleur' => 123,
'charge' => 123,
'energyBillMin' => 123,
'energyBillMax' => 123,
'foncier' => 123,
'meuble' => true,
'gardien' => true,
'video' => true,
'gli' => true,
'plaque' => true,
'four' => true,
'microonde' => true,
'frigo' => true,
'jacuzzi' => true,
'hammam' => true,
'sauna' => true,
'clim' => true,
'travaux' => true,
'ravalementDate' => 123,
'refectionDate' => 123,
'refectionCommuneDate' => 123,
'travauxDesc' => '<string>',
'laveLinge' => true,
'secheLinge' => true,
'laveVaisselle' => true,
'cafetiere' => true,
'tv' => true,
'fibre' => true,
'codeWifi' => '<string>',
'grillePain' => true,
'aspirateur' => true,
'bouilloire' => true,
'hotte' => true,
'vaisselle' => true,
'linge' => true,
'internet' => true,
'chauffage' => true,
'eauchaude' => true,
'eaufroide' => true,
'entretien' => true,
'entretienJardin' => true,
'entretienChaudiere' => true,
'ordures' => true,
'menage' => true,
'risque' => true,
'electricite' => true,
'ascenseur' => true,
'balcon' => true,
'terrasse' => true,
'parking' => 123,
'cave' => 123,
'jardin' => true,
'velo' => true,
'box' => 123,
'piscine' => true,
'sport' => true,
'cinema' => true,
'cheminee' => true,
'tennis' => true,
'barbecue' => true,
'pingpong' => true,
'interphone' => true,
'coloc' => true,
'colocOnly' => true,
'start' => '2023-12-25',
'startRoom' => true,
'embed' => '<string>',
'isEmbed' => true,
'embed2' => '<string>',
'isEmbed2' => true,
'public' => '2023-12-25',
'phone' => '<string>',
'email' => '<string>',
'dbOpen' => 123,
'dbClose' => 123,
'hauteur' => 123,
'traversant' => true,
'dpe' => 123,
'dpeAt' => '<string>',
'ges' => 123,
'lot' => '<string>',
'immeubleName' => '<string>',
'periclesId' => '<string>',
'showPhone' => true,
'pinel' => true,
'digicode' => '<string>',
'batiment' => '<string>',
'escalier' => '<string>',
'porte' => '<string>',
'boiteAuxLettres' => '<string>',
'poubelles' => '<string>',
'disjoncteur' => '<string>',
'compteurElec' => '<string>',
'compteurElecId' => '<string>',
'compteurGaz' => '<string>',
'arriveeEau' => '<string>',
'compteurEauChaude' => '<string>',
'compteurEauFroide' => '<string>',
'compteurThermique' => '<string>',
'caveLocation' => '<string>',
'parkingLocation' => '<string>',
'boxLocation' => '<string>',
'commentLocation' => '<string>',
'bailRight' => 123,
'terrainViable' => true,
'nbLots' => 123,
'pmr' => true,
'longueur' => 123,
'largeur' => 123,
'sousSol' => true,
'surfaceSousSol' => 123,
'vitrine' => true,
'vitrineLinear' => 1,
'cuisine' => true,
'encadrement' => true,
'encadrementMinm' => 123,
'encadrementMin' => 123,
'encadrementMaxm' => 123,
'encadrementMax' => 123,
'nbLotsCoproperty' => 123,
'courtProceeding' => true,
'extraction' => true,
'vueExcept' => true,
'vueMer' => true,
'surfaceTerrainBatiInclus' => 123,
'surfaces' => [
[
'm2' => 123,
'surface' => 'surface.type.balcon'
]
]
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://flatbay.fr/fr/api/property/edit/{id}"
payload := strings.NewReader("{\n \"userId\": 123,\n \"archive\": true,\n \"offmarket\": true,\n \"smartlead\": true,\n \"addresscache\": true,\n \"addressCacheRadius\": 123,\n \"notifPublicationProp\": true,\n \"address\": \"<string>\",\n \"cp\": \"<string>\",\n \"city\": \"<string>\",\n \"country\": \"France\",\n \"lng\": \"<string>\",\n \"lat\": \"<string>\",\n \"annonceTitle\": \"<string>\",\n \"etage\": 123,\n \"nbEtage\": 123,\n \"nbPiece\": 123,\n \"nbRoom\": 123,\n \"nbDouche\": 123,\n \"nbDetailDouche\": 123,\n \"nbDetailBaignoire\": 123,\n \"nbWc\": 123,\n \"frais\": 123,\n \"fraisLocationBailleur\": 123,\n \"fraisRoom\": 123,\n \"surface\": 123,\n \"description\": \"<string>\",\n \"percentPrix\": 123,\n \"percentRemise\": 123,\n \"prix\": 123,\n \"loyer\": 123,\n \"depot\": 123,\n \"edlHonoraire\": 123,\n \"edlHonoraireBailleur\": 123,\n \"charge\": 123,\n \"energyBillMin\": 123,\n \"energyBillMax\": 123,\n \"foncier\": 123,\n \"meuble\": true,\n \"gardien\": true,\n \"video\": true,\n \"gli\": true,\n \"plaque\": true,\n \"four\": true,\n \"microonde\": true,\n \"frigo\": true,\n \"jacuzzi\": true,\n \"hammam\": true,\n \"sauna\": true,\n \"clim\": true,\n \"travaux\": true,\n \"ravalementDate\": 123,\n \"refectionDate\": 123,\n \"refectionCommuneDate\": 123,\n \"travauxDesc\": \"<string>\",\n \"laveLinge\": true,\n \"secheLinge\": true,\n \"laveVaisselle\": true,\n \"cafetiere\": true,\n \"tv\": true,\n \"fibre\": true,\n \"codeWifi\": \"<string>\",\n \"grillePain\": true,\n \"aspirateur\": true,\n \"bouilloire\": true,\n \"hotte\": true,\n \"vaisselle\": true,\n \"linge\": true,\n \"internet\": true,\n \"chauffage\": true,\n \"eauchaude\": true,\n \"eaufroide\": true,\n \"entretien\": true,\n \"entretienJardin\": true,\n \"entretienChaudiere\": true,\n \"ordures\": true,\n \"menage\": true,\n \"risque\": true,\n \"electricite\": true,\n \"ascenseur\": true,\n \"balcon\": true,\n \"terrasse\": true,\n \"parking\": 123,\n \"cave\": 123,\n \"jardin\": true,\n \"velo\": true,\n \"box\": 123,\n \"piscine\": true,\n \"sport\": true,\n \"cinema\": true,\n \"cheminee\": true,\n \"tennis\": true,\n \"barbecue\": true,\n \"pingpong\": true,\n \"interphone\": true,\n \"coloc\": true,\n \"colocOnly\": true,\n \"start\": \"2023-12-25\",\n \"startRoom\": true,\n \"embed\": \"<string>\",\n \"isEmbed\": true,\n \"embed2\": \"<string>\",\n \"isEmbed2\": true,\n \"public\": \"2023-12-25\",\n \"phone\": \"<string>\",\n \"email\": \"<string>\",\n \"dbOpen\": 123,\n \"dbClose\": 123,\n \"hauteur\": 123,\n \"traversant\": true,\n \"dpe\": 123,\n \"dpeAt\": \"<string>\",\n \"ges\": 123,\n \"lot\": \"<string>\",\n \"immeubleName\": \"<string>\",\n \"periclesId\": \"<string>\",\n \"showPhone\": true,\n \"pinel\": true,\n \"digicode\": \"<string>\",\n \"batiment\": \"<string>\",\n \"escalier\": \"<string>\",\n \"porte\": \"<string>\",\n \"boiteAuxLettres\": \"<string>\",\n \"poubelles\": \"<string>\",\n \"disjoncteur\": \"<string>\",\n \"compteurElec\": \"<string>\",\n \"compteurElecId\": \"<string>\",\n \"compteurGaz\": \"<string>\",\n \"arriveeEau\": \"<string>\",\n \"compteurEauChaude\": \"<string>\",\n \"compteurEauFroide\": \"<string>\",\n \"compteurThermique\": \"<string>\",\n \"caveLocation\": \"<string>\",\n \"parkingLocation\": \"<string>\",\n \"boxLocation\": \"<string>\",\n \"commentLocation\": \"<string>\",\n \"bailRight\": 123,\n \"terrainViable\": true,\n \"nbLots\": 123,\n \"pmr\": true,\n \"longueur\": 123,\n \"largeur\": 123,\n \"sousSol\": true,\n \"surfaceSousSol\": 123,\n \"vitrine\": true,\n \"vitrineLinear\": 1,\n \"cuisine\": true,\n \"encadrement\": true,\n \"encadrementMinm\": 123,\n \"encadrementMin\": 123,\n \"encadrementMaxm\": 123,\n \"encadrementMax\": 123,\n \"nbLotsCoproperty\": 123,\n \"courtProceeding\": true,\n \"extraction\": true,\n \"vueExcept\": true,\n \"vueMer\": true,\n \"surfaceTerrainBatiInclus\": 123,\n \"surfaces\": [\n {\n \"m2\": 123,\n \"surface\": \"surface.type.balcon\"\n }\n ]\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://flatbay.fr/fr/api/property/edit/{id}")
.header("Content-Type", "application/json")
.body("{\n \"userId\": 123,\n \"archive\": true,\n \"offmarket\": true,\n \"smartlead\": true,\n \"addresscache\": true,\n \"addressCacheRadius\": 123,\n \"notifPublicationProp\": true,\n \"address\": \"<string>\",\n \"cp\": \"<string>\",\n \"city\": \"<string>\",\n \"country\": \"France\",\n \"lng\": \"<string>\",\n \"lat\": \"<string>\",\n \"annonceTitle\": \"<string>\",\n \"etage\": 123,\n \"nbEtage\": 123,\n \"nbPiece\": 123,\n \"nbRoom\": 123,\n \"nbDouche\": 123,\n \"nbDetailDouche\": 123,\n \"nbDetailBaignoire\": 123,\n \"nbWc\": 123,\n \"frais\": 123,\n \"fraisLocationBailleur\": 123,\n \"fraisRoom\": 123,\n \"surface\": 123,\n \"description\": \"<string>\",\n \"percentPrix\": 123,\n \"percentRemise\": 123,\n \"prix\": 123,\n \"loyer\": 123,\n \"depot\": 123,\n \"edlHonoraire\": 123,\n \"edlHonoraireBailleur\": 123,\n \"charge\": 123,\n \"energyBillMin\": 123,\n \"energyBillMax\": 123,\n \"foncier\": 123,\n \"meuble\": true,\n \"gardien\": true,\n \"video\": true,\n \"gli\": true,\n \"plaque\": true,\n \"four\": true,\n \"microonde\": true,\n \"frigo\": true,\n \"jacuzzi\": true,\n \"hammam\": true,\n \"sauna\": true,\n \"clim\": true,\n \"travaux\": true,\n \"ravalementDate\": 123,\n \"refectionDate\": 123,\n \"refectionCommuneDate\": 123,\n \"travauxDesc\": \"<string>\",\n \"laveLinge\": true,\n \"secheLinge\": true,\n \"laveVaisselle\": true,\n \"cafetiere\": true,\n \"tv\": true,\n \"fibre\": true,\n \"codeWifi\": \"<string>\",\n \"grillePain\": true,\n \"aspirateur\": true,\n \"bouilloire\": true,\n \"hotte\": true,\n \"vaisselle\": true,\n \"linge\": true,\n \"internet\": true,\n \"chauffage\": true,\n \"eauchaude\": true,\n \"eaufroide\": true,\n \"entretien\": true,\n \"entretienJardin\": true,\n \"entretienChaudiere\": true,\n \"ordures\": true,\n \"menage\": true,\n \"risque\": true,\n \"electricite\": true,\n \"ascenseur\": true,\n \"balcon\": true,\n \"terrasse\": true,\n \"parking\": 123,\n \"cave\": 123,\n \"jardin\": true,\n \"velo\": true,\n \"box\": 123,\n \"piscine\": true,\n \"sport\": true,\n \"cinema\": true,\n \"cheminee\": true,\n \"tennis\": true,\n \"barbecue\": true,\n \"pingpong\": true,\n \"interphone\": true,\n \"coloc\": true,\n \"colocOnly\": true,\n \"start\": \"2023-12-25\",\n \"startRoom\": true,\n \"embed\": \"<string>\",\n \"isEmbed\": true,\n \"embed2\": \"<string>\",\n \"isEmbed2\": true,\n \"public\": \"2023-12-25\",\n \"phone\": \"<string>\",\n \"email\": \"<string>\",\n \"dbOpen\": 123,\n \"dbClose\": 123,\n \"hauteur\": 123,\n \"traversant\": true,\n \"dpe\": 123,\n \"dpeAt\": \"<string>\",\n \"ges\": 123,\n \"lot\": \"<string>\",\n \"immeubleName\": \"<string>\",\n \"periclesId\": \"<string>\",\n \"showPhone\": true,\n \"pinel\": true,\n \"digicode\": \"<string>\",\n \"batiment\": \"<string>\",\n \"escalier\": \"<string>\",\n \"porte\": \"<string>\",\n \"boiteAuxLettres\": \"<string>\",\n \"poubelles\": \"<string>\",\n \"disjoncteur\": \"<string>\",\n \"compteurElec\": \"<string>\",\n \"compteurElecId\": \"<string>\",\n \"compteurGaz\": \"<string>\",\n \"arriveeEau\": \"<string>\",\n \"compteurEauChaude\": \"<string>\",\n \"compteurEauFroide\": \"<string>\",\n \"compteurThermique\": \"<string>\",\n \"caveLocation\": \"<string>\",\n \"parkingLocation\": \"<string>\",\n \"boxLocation\": \"<string>\",\n \"commentLocation\": \"<string>\",\n \"bailRight\": 123,\n \"terrainViable\": true,\n \"nbLots\": 123,\n \"pmr\": true,\n \"longueur\": 123,\n \"largeur\": 123,\n \"sousSol\": true,\n \"surfaceSousSol\": 123,\n \"vitrine\": true,\n \"vitrineLinear\": 1,\n \"cuisine\": true,\n \"encadrement\": true,\n \"encadrementMinm\": 123,\n \"encadrementMin\": 123,\n \"encadrementMaxm\": 123,\n \"encadrementMax\": 123,\n \"nbLotsCoproperty\": 123,\n \"courtProceeding\": true,\n \"extraction\": true,\n \"vueExcept\": true,\n \"vueMer\": true,\n \"surfaceTerrainBatiInclus\": 123,\n \"surfaces\": [\n {\n \"m2\": 123,\n \"surface\": \"surface.type.balcon\"\n }\n ]\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://flatbay.fr/fr/api/property/edit/{id}")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n \"userId\": 123,\n \"archive\": true,\n \"offmarket\": true,\n \"smartlead\": true,\n \"addresscache\": true,\n \"addressCacheRadius\": 123,\n \"notifPublicationProp\": true,\n \"address\": \"<string>\",\n \"cp\": \"<string>\",\n \"city\": \"<string>\",\n \"country\": \"France\",\n \"lng\": \"<string>\",\n \"lat\": \"<string>\",\n \"annonceTitle\": \"<string>\",\n \"etage\": 123,\n \"nbEtage\": 123,\n \"nbPiece\": 123,\n \"nbRoom\": 123,\n \"nbDouche\": 123,\n \"nbDetailDouche\": 123,\n \"nbDetailBaignoire\": 123,\n \"nbWc\": 123,\n \"frais\": 123,\n \"fraisLocationBailleur\": 123,\n \"fraisRoom\": 123,\n \"surface\": 123,\n \"description\": \"<string>\",\n \"percentPrix\": 123,\n \"percentRemise\": 123,\n \"prix\": 123,\n \"loyer\": 123,\n \"depot\": 123,\n \"edlHonoraire\": 123,\n \"edlHonoraireBailleur\": 123,\n \"charge\": 123,\n \"energyBillMin\": 123,\n \"energyBillMax\": 123,\n \"foncier\": 123,\n \"meuble\": true,\n \"gardien\": true,\n \"video\": true,\n \"gli\": true,\n \"plaque\": true,\n \"four\": true,\n \"microonde\": true,\n \"frigo\": true,\n \"jacuzzi\": true,\n \"hammam\": true,\n \"sauna\": true,\n \"clim\": true,\n \"travaux\": true,\n \"ravalementDate\": 123,\n \"refectionDate\": 123,\n \"refectionCommuneDate\": 123,\n \"travauxDesc\": \"<string>\",\n \"laveLinge\": true,\n \"secheLinge\": true,\n \"laveVaisselle\": true,\n \"cafetiere\": true,\n \"tv\": true,\n \"fibre\": true,\n \"codeWifi\": \"<string>\",\n \"grillePain\": true,\n \"aspirateur\": true,\n \"bouilloire\": true,\n \"hotte\": true,\n \"vaisselle\": true,\n \"linge\": true,\n \"internet\": true,\n \"chauffage\": true,\n \"eauchaude\": true,\n \"eaufroide\": true,\n \"entretien\": true,\n \"entretienJardin\": true,\n \"entretienChaudiere\": true,\n \"ordures\": true,\n \"menage\": true,\n \"risque\": true,\n \"electricite\": true,\n \"ascenseur\": true,\n \"balcon\": true,\n \"terrasse\": true,\n \"parking\": 123,\n \"cave\": 123,\n \"jardin\": true,\n \"velo\": true,\n \"box\": 123,\n \"piscine\": true,\n \"sport\": true,\n \"cinema\": true,\n \"cheminee\": true,\n \"tennis\": true,\n \"barbecue\": true,\n \"pingpong\": true,\n \"interphone\": true,\n \"coloc\": true,\n \"colocOnly\": true,\n \"start\": \"2023-12-25\",\n \"startRoom\": true,\n \"embed\": \"<string>\",\n \"isEmbed\": true,\n \"embed2\": \"<string>\",\n \"isEmbed2\": true,\n \"public\": \"2023-12-25\",\n \"phone\": \"<string>\",\n \"email\": \"<string>\",\n \"dbOpen\": 123,\n \"dbClose\": 123,\n \"hauteur\": 123,\n \"traversant\": true,\n \"dpe\": 123,\n \"dpeAt\": \"<string>\",\n \"ges\": 123,\n \"lot\": \"<string>\",\n \"immeubleName\": \"<string>\",\n \"periclesId\": \"<string>\",\n \"showPhone\": true,\n \"pinel\": true,\n \"digicode\": \"<string>\",\n \"batiment\": \"<string>\",\n \"escalier\": \"<string>\",\n \"porte\": \"<string>\",\n \"boiteAuxLettres\": \"<string>\",\n \"poubelles\": \"<string>\",\n \"disjoncteur\": \"<string>\",\n \"compteurElec\": \"<string>\",\n \"compteurElecId\": \"<string>\",\n \"compteurGaz\": \"<string>\",\n \"arriveeEau\": \"<string>\",\n \"compteurEauChaude\": \"<string>\",\n \"compteurEauFroide\": \"<string>\",\n \"compteurThermique\": \"<string>\",\n \"caveLocation\": \"<string>\",\n \"parkingLocation\": \"<string>\",\n \"boxLocation\": \"<string>\",\n \"commentLocation\": \"<string>\",\n \"bailRight\": 123,\n \"terrainViable\": true,\n \"nbLots\": 123,\n \"pmr\": true,\n \"longueur\": 123,\n \"largeur\": 123,\n \"sousSol\": true,\n \"surfaceSousSol\": 123,\n \"vitrine\": true,\n \"vitrineLinear\": 1,\n \"cuisine\": true,\n \"encadrement\": true,\n \"encadrementMinm\": 123,\n \"encadrementMin\": 123,\n \"encadrementMaxm\": 123,\n \"encadrementMax\": 123,\n \"nbLotsCoproperty\": 123,\n \"courtProceeding\": true,\n \"extraction\": true,\n \"vueExcept\": true,\n \"vueMer\": true,\n \"surfaceTerrainBatiInclus\": 123,\n \"surfaces\": [\n {\n \"m2\": 123,\n \"surface\": \"surface.type.balcon\"\n }\n ]\n}"
response = http.request(request)
puts response.read_body1{
"error": "<string>"
}Modifier un bien
Route de modification d’une property
curl --request POST \
--url https://flatbay.fr/fr/api/property/edit/{id} \
--header 'Content-Type: application/json' \
--data '
{
"userId": 123,
"archive": true,
"offmarket": true,
"smartlead": true,
"addresscache": true,
"addressCacheRadius": 123,
"notifPublicationProp": true,
"address": "<string>",
"cp": "<string>",
"city": "<string>",
"country": "France",
"lng": "<string>",
"lat": "<string>",
"annonceTitle": "<string>",
"etage": 123,
"nbEtage": 123,
"nbPiece": 123,
"nbRoom": 123,
"nbDouche": 123,
"nbDetailDouche": 123,
"nbDetailBaignoire": 123,
"nbWc": 123,
"frais": 123,
"fraisLocationBailleur": 123,
"fraisRoom": 123,
"surface": 123,
"description": "<string>",
"percentPrix": 123,
"percentRemise": 123,
"prix": 123,
"loyer": 123,
"depot": 123,
"edlHonoraire": 123,
"edlHonoraireBailleur": 123,
"charge": 123,
"energyBillMin": 123,
"energyBillMax": 123,
"foncier": 123,
"meuble": true,
"gardien": true,
"video": true,
"gli": true,
"plaque": true,
"four": true,
"microonde": true,
"frigo": true,
"jacuzzi": true,
"hammam": true,
"sauna": true,
"clim": true,
"travaux": true,
"ravalementDate": 123,
"refectionDate": 123,
"refectionCommuneDate": 123,
"travauxDesc": "<string>",
"laveLinge": true,
"secheLinge": true,
"laveVaisselle": true,
"cafetiere": true,
"tv": true,
"fibre": true,
"codeWifi": "<string>",
"grillePain": true,
"aspirateur": true,
"bouilloire": true,
"hotte": true,
"vaisselle": true,
"linge": true,
"internet": true,
"chauffage": true,
"eauchaude": true,
"eaufroide": true,
"entretien": true,
"entretienJardin": true,
"entretienChaudiere": true,
"ordures": true,
"menage": true,
"risque": true,
"electricite": true,
"ascenseur": true,
"balcon": true,
"terrasse": true,
"parking": 123,
"cave": 123,
"jardin": true,
"velo": true,
"box": 123,
"piscine": true,
"sport": true,
"cinema": true,
"cheminee": true,
"tennis": true,
"barbecue": true,
"pingpong": true,
"interphone": true,
"coloc": true,
"colocOnly": true,
"start": "2023-12-25",
"startRoom": true,
"embed": "<string>",
"isEmbed": true,
"embed2": "<string>",
"isEmbed2": true,
"public": "2023-12-25",
"phone": "<string>",
"email": "<string>",
"dbOpen": 123,
"dbClose": 123,
"hauteur": 123,
"traversant": true,
"dpe": 123,
"dpeAt": "<string>",
"ges": 123,
"lot": "<string>",
"immeubleName": "<string>",
"periclesId": "<string>",
"showPhone": true,
"pinel": true,
"digicode": "<string>",
"batiment": "<string>",
"escalier": "<string>",
"porte": "<string>",
"boiteAuxLettres": "<string>",
"poubelles": "<string>",
"disjoncteur": "<string>",
"compteurElec": "<string>",
"compteurElecId": "<string>",
"compteurGaz": "<string>",
"arriveeEau": "<string>",
"compteurEauChaude": "<string>",
"compteurEauFroide": "<string>",
"compteurThermique": "<string>",
"caveLocation": "<string>",
"parkingLocation": "<string>",
"boxLocation": "<string>",
"commentLocation": "<string>",
"bailRight": 123,
"terrainViable": true,
"nbLots": 123,
"pmr": true,
"longueur": 123,
"largeur": 123,
"sousSol": true,
"surfaceSousSol": 123,
"vitrine": true,
"vitrineLinear": 1,
"cuisine": true,
"encadrement": true,
"encadrementMinm": 123,
"encadrementMin": 123,
"encadrementMaxm": 123,
"encadrementMax": 123,
"nbLotsCoproperty": 123,
"courtProceeding": true,
"extraction": true,
"vueExcept": true,
"vueMer": true,
"surfaceTerrainBatiInclus": 123,
"surfaces": [
{
"m2": 123,
"surface": "surface.type.balcon"
}
]
}
'import requests
url = "https://flatbay.fr/fr/api/property/edit/{id}"
payload = {
"userId": 123,
"archive": True,
"offmarket": True,
"smartlead": True,
"addresscache": True,
"addressCacheRadius": 123,
"notifPublicationProp": True,
"address": "<string>",
"cp": "<string>",
"city": "<string>",
"country": "France",
"lng": "<string>",
"lat": "<string>",
"annonceTitle": "<string>",
"etage": 123,
"nbEtage": 123,
"nbPiece": 123,
"nbRoom": 123,
"nbDouche": 123,
"nbDetailDouche": 123,
"nbDetailBaignoire": 123,
"nbWc": 123,
"frais": 123,
"fraisLocationBailleur": 123,
"fraisRoom": 123,
"surface": 123,
"description": "<string>",
"percentPrix": 123,
"percentRemise": 123,
"prix": 123,
"loyer": 123,
"depot": 123,
"edlHonoraire": 123,
"edlHonoraireBailleur": 123,
"charge": 123,
"energyBillMin": 123,
"energyBillMax": 123,
"foncier": 123,
"meuble": True,
"gardien": True,
"video": True,
"gli": True,
"plaque": True,
"four": True,
"microonde": True,
"frigo": True,
"jacuzzi": True,
"hammam": True,
"sauna": True,
"clim": True,
"travaux": True,
"ravalementDate": 123,
"refectionDate": 123,
"refectionCommuneDate": 123,
"travauxDesc": "<string>",
"laveLinge": True,
"secheLinge": True,
"laveVaisselle": True,
"cafetiere": True,
"tv": True,
"fibre": True,
"codeWifi": "<string>",
"grillePain": True,
"aspirateur": True,
"bouilloire": True,
"hotte": True,
"vaisselle": True,
"linge": True,
"internet": True,
"chauffage": True,
"eauchaude": True,
"eaufroide": True,
"entretien": True,
"entretienJardin": True,
"entretienChaudiere": True,
"ordures": True,
"menage": True,
"risque": True,
"electricite": True,
"ascenseur": True,
"balcon": True,
"terrasse": True,
"parking": 123,
"cave": 123,
"jardin": True,
"velo": True,
"box": 123,
"piscine": True,
"sport": True,
"cinema": True,
"cheminee": True,
"tennis": True,
"barbecue": True,
"pingpong": True,
"interphone": True,
"coloc": True,
"colocOnly": True,
"start": "2023-12-25",
"startRoom": True,
"embed": "<string>",
"isEmbed": True,
"embed2": "<string>",
"isEmbed2": True,
"public": "2023-12-25",
"phone": "<string>",
"email": "<string>",
"dbOpen": 123,
"dbClose": 123,
"hauteur": 123,
"traversant": True,
"dpe": 123,
"dpeAt": "<string>",
"ges": 123,
"lot": "<string>",
"immeubleName": "<string>",
"periclesId": "<string>",
"showPhone": True,
"pinel": True,
"digicode": "<string>",
"batiment": "<string>",
"escalier": "<string>",
"porte": "<string>",
"boiteAuxLettres": "<string>",
"poubelles": "<string>",
"disjoncteur": "<string>",
"compteurElec": "<string>",
"compteurElecId": "<string>",
"compteurGaz": "<string>",
"arriveeEau": "<string>",
"compteurEauChaude": "<string>",
"compteurEauFroide": "<string>",
"compteurThermique": "<string>",
"caveLocation": "<string>",
"parkingLocation": "<string>",
"boxLocation": "<string>",
"commentLocation": "<string>",
"bailRight": 123,
"terrainViable": True,
"nbLots": 123,
"pmr": True,
"longueur": 123,
"largeur": 123,
"sousSol": True,
"surfaceSousSol": 123,
"vitrine": True,
"vitrineLinear": 1,
"cuisine": True,
"encadrement": True,
"encadrementMinm": 123,
"encadrementMin": 123,
"encadrementMaxm": 123,
"encadrementMax": 123,
"nbLotsCoproperty": 123,
"courtProceeding": True,
"extraction": True,
"vueExcept": True,
"vueMer": True,
"surfaceTerrainBatiInclus": 123,
"surfaces": [
{
"m2": 123,
"surface": "surface.type.balcon"
}
]
}
headers = {"Content-Type": "application/json"}
response = requests.post(url, json=payload, headers=headers)
print(response.text)const options = {
method: 'POST',
headers: {'Content-Type': 'application/json'},
body: JSON.stringify({
userId: 123,
archive: true,
offmarket: true,
smartlead: true,
addresscache: true,
addressCacheRadius: 123,
notifPublicationProp: true,
address: '<string>',
cp: '<string>',
city: '<string>',
country: 'France',
lng: '<string>',
lat: '<string>',
annonceTitle: '<string>',
etage: 123,
nbEtage: 123,
nbPiece: 123,
nbRoom: 123,
nbDouche: 123,
nbDetailDouche: 123,
nbDetailBaignoire: 123,
nbWc: 123,
frais: 123,
fraisLocationBailleur: 123,
fraisRoom: 123,
surface: 123,
description: '<string>',
percentPrix: 123,
percentRemise: 123,
prix: 123,
loyer: 123,
depot: 123,
edlHonoraire: 123,
edlHonoraireBailleur: 123,
charge: 123,
energyBillMin: 123,
energyBillMax: 123,
foncier: 123,
meuble: true,
gardien: true,
video: true,
gli: true,
plaque: true,
four: true,
microonde: true,
frigo: true,
jacuzzi: true,
hammam: true,
sauna: true,
clim: true,
travaux: true,
ravalementDate: 123,
refectionDate: 123,
refectionCommuneDate: 123,
travauxDesc: '<string>',
laveLinge: true,
secheLinge: true,
laveVaisselle: true,
cafetiere: true,
tv: true,
fibre: true,
codeWifi: '<string>',
grillePain: true,
aspirateur: true,
bouilloire: true,
hotte: true,
vaisselle: true,
linge: true,
internet: true,
chauffage: true,
eauchaude: true,
eaufroide: true,
entretien: true,
entretienJardin: true,
entretienChaudiere: true,
ordures: true,
menage: true,
risque: true,
electricite: true,
ascenseur: true,
balcon: true,
terrasse: true,
parking: 123,
cave: 123,
jardin: true,
velo: true,
box: 123,
piscine: true,
sport: true,
cinema: true,
cheminee: true,
tennis: true,
barbecue: true,
pingpong: true,
interphone: true,
coloc: true,
colocOnly: true,
start: '2023-12-25',
startRoom: true,
embed: '<string>',
isEmbed: true,
embed2: '<string>',
isEmbed2: true,
public: '2023-12-25',
phone: '<string>',
email: '<string>',
dbOpen: 123,
dbClose: 123,
hauteur: 123,
traversant: true,
dpe: 123,
dpeAt: '<string>',
ges: 123,
lot: '<string>',
immeubleName: '<string>',
periclesId: '<string>',
showPhone: true,
pinel: true,
digicode: '<string>',
batiment: '<string>',
escalier: '<string>',
porte: '<string>',
boiteAuxLettres: '<string>',
poubelles: '<string>',
disjoncteur: '<string>',
compteurElec: '<string>',
compteurElecId: '<string>',
compteurGaz: '<string>',
arriveeEau: '<string>',
compteurEauChaude: '<string>',
compteurEauFroide: '<string>',
compteurThermique: '<string>',
caveLocation: '<string>',
parkingLocation: '<string>',
boxLocation: '<string>',
commentLocation: '<string>',
bailRight: 123,
terrainViable: true,
nbLots: 123,
pmr: true,
longueur: 123,
largeur: 123,
sousSol: true,
surfaceSousSol: 123,
vitrine: true,
vitrineLinear: 1,
cuisine: true,
encadrement: true,
encadrementMinm: 123,
encadrementMin: 123,
encadrementMaxm: 123,
encadrementMax: 123,
nbLotsCoproperty: 123,
courtProceeding: true,
extraction: true,
vueExcept: true,
vueMer: true,
surfaceTerrainBatiInclus: 123,
surfaces: [{m2: 123, surface: 'surface.type.balcon'}]
})
};
fetch('https://flatbay.fr/fr/api/property/edit/{id}', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));<?php
$curl = curl_init();
curl_setopt_array($curl, [
CURLOPT_URL => "https://flatbay.fr/fr/api/property/edit/{id}",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "POST",
CURLOPT_POSTFIELDS => json_encode([
'userId' => 123,
'archive' => true,
'offmarket' => true,
'smartlead' => true,
'addresscache' => true,
'addressCacheRadius' => 123,
'notifPublicationProp' => true,
'address' => '<string>',
'cp' => '<string>',
'city' => '<string>',
'country' => 'France',
'lng' => '<string>',
'lat' => '<string>',
'annonceTitle' => '<string>',
'etage' => 123,
'nbEtage' => 123,
'nbPiece' => 123,
'nbRoom' => 123,
'nbDouche' => 123,
'nbDetailDouche' => 123,
'nbDetailBaignoire' => 123,
'nbWc' => 123,
'frais' => 123,
'fraisLocationBailleur' => 123,
'fraisRoom' => 123,
'surface' => 123,
'description' => '<string>',
'percentPrix' => 123,
'percentRemise' => 123,
'prix' => 123,
'loyer' => 123,
'depot' => 123,
'edlHonoraire' => 123,
'edlHonoraireBailleur' => 123,
'charge' => 123,
'energyBillMin' => 123,
'energyBillMax' => 123,
'foncier' => 123,
'meuble' => true,
'gardien' => true,
'video' => true,
'gli' => true,
'plaque' => true,
'four' => true,
'microonde' => true,
'frigo' => true,
'jacuzzi' => true,
'hammam' => true,
'sauna' => true,
'clim' => true,
'travaux' => true,
'ravalementDate' => 123,
'refectionDate' => 123,
'refectionCommuneDate' => 123,
'travauxDesc' => '<string>',
'laveLinge' => true,
'secheLinge' => true,
'laveVaisselle' => true,
'cafetiere' => true,
'tv' => true,
'fibre' => true,
'codeWifi' => '<string>',
'grillePain' => true,
'aspirateur' => true,
'bouilloire' => true,
'hotte' => true,
'vaisselle' => true,
'linge' => true,
'internet' => true,
'chauffage' => true,
'eauchaude' => true,
'eaufroide' => true,
'entretien' => true,
'entretienJardin' => true,
'entretienChaudiere' => true,
'ordures' => true,
'menage' => true,
'risque' => true,
'electricite' => true,
'ascenseur' => true,
'balcon' => true,
'terrasse' => true,
'parking' => 123,
'cave' => 123,
'jardin' => true,
'velo' => true,
'box' => 123,
'piscine' => true,
'sport' => true,
'cinema' => true,
'cheminee' => true,
'tennis' => true,
'barbecue' => true,
'pingpong' => true,
'interphone' => true,
'coloc' => true,
'colocOnly' => true,
'start' => '2023-12-25',
'startRoom' => true,
'embed' => '<string>',
'isEmbed' => true,
'embed2' => '<string>',
'isEmbed2' => true,
'public' => '2023-12-25',
'phone' => '<string>',
'email' => '<string>',
'dbOpen' => 123,
'dbClose' => 123,
'hauteur' => 123,
'traversant' => true,
'dpe' => 123,
'dpeAt' => '<string>',
'ges' => 123,
'lot' => '<string>',
'immeubleName' => '<string>',
'periclesId' => '<string>',
'showPhone' => true,
'pinel' => true,
'digicode' => '<string>',
'batiment' => '<string>',
'escalier' => '<string>',
'porte' => '<string>',
'boiteAuxLettres' => '<string>',
'poubelles' => '<string>',
'disjoncteur' => '<string>',
'compteurElec' => '<string>',
'compteurElecId' => '<string>',
'compteurGaz' => '<string>',
'arriveeEau' => '<string>',
'compteurEauChaude' => '<string>',
'compteurEauFroide' => '<string>',
'compteurThermique' => '<string>',
'caveLocation' => '<string>',
'parkingLocation' => '<string>',
'boxLocation' => '<string>',
'commentLocation' => '<string>',
'bailRight' => 123,
'terrainViable' => true,
'nbLots' => 123,
'pmr' => true,
'longueur' => 123,
'largeur' => 123,
'sousSol' => true,
'surfaceSousSol' => 123,
'vitrine' => true,
'vitrineLinear' => 1,
'cuisine' => true,
'encadrement' => true,
'encadrementMinm' => 123,
'encadrementMin' => 123,
'encadrementMaxm' => 123,
'encadrementMax' => 123,
'nbLotsCoproperty' => 123,
'courtProceeding' => true,
'extraction' => true,
'vueExcept' => true,
'vueMer' => true,
'surfaceTerrainBatiInclus' => 123,
'surfaces' => [
[
'm2' => 123,
'surface' => 'surface.type.balcon'
]
]
]),
CURLOPT_HTTPHEADER => [
"Content-Type: application/json"
],
]);
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}package main
import (
"fmt"
"strings"
"net/http"
"io"
)
func main() {
url := "https://flatbay.fr/fr/api/property/edit/{id}"
payload := strings.NewReader("{\n \"userId\": 123,\n \"archive\": true,\n \"offmarket\": true,\n \"smartlead\": true,\n \"addresscache\": true,\n \"addressCacheRadius\": 123,\n \"notifPublicationProp\": true,\n \"address\": \"<string>\",\n \"cp\": \"<string>\",\n \"city\": \"<string>\",\n \"country\": \"France\",\n \"lng\": \"<string>\",\n \"lat\": \"<string>\",\n \"annonceTitle\": \"<string>\",\n \"etage\": 123,\n \"nbEtage\": 123,\n \"nbPiece\": 123,\n \"nbRoom\": 123,\n \"nbDouche\": 123,\n \"nbDetailDouche\": 123,\n \"nbDetailBaignoire\": 123,\n \"nbWc\": 123,\n \"frais\": 123,\n \"fraisLocationBailleur\": 123,\n \"fraisRoom\": 123,\n \"surface\": 123,\n \"description\": \"<string>\",\n \"percentPrix\": 123,\n \"percentRemise\": 123,\n \"prix\": 123,\n \"loyer\": 123,\n \"depot\": 123,\n \"edlHonoraire\": 123,\n \"edlHonoraireBailleur\": 123,\n \"charge\": 123,\n \"energyBillMin\": 123,\n \"energyBillMax\": 123,\n \"foncier\": 123,\n \"meuble\": true,\n \"gardien\": true,\n \"video\": true,\n \"gli\": true,\n \"plaque\": true,\n \"four\": true,\n \"microonde\": true,\n \"frigo\": true,\n \"jacuzzi\": true,\n \"hammam\": true,\n \"sauna\": true,\n \"clim\": true,\n \"travaux\": true,\n \"ravalementDate\": 123,\n \"refectionDate\": 123,\n \"refectionCommuneDate\": 123,\n \"travauxDesc\": \"<string>\",\n \"laveLinge\": true,\n \"secheLinge\": true,\n \"laveVaisselle\": true,\n \"cafetiere\": true,\n \"tv\": true,\n \"fibre\": true,\n \"codeWifi\": \"<string>\",\n \"grillePain\": true,\n \"aspirateur\": true,\n \"bouilloire\": true,\n \"hotte\": true,\n \"vaisselle\": true,\n \"linge\": true,\n \"internet\": true,\n \"chauffage\": true,\n \"eauchaude\": true,\n \"eaufroide\": true,\n \"entretien\": true,\n \"entretienJardin\": true,\n \"entretienChaudiere\": true,\n \"ordures\": true,\n \"menage\": true,\n \"risque\": true,\n \"electricite\": true,\n \"ascenseur\": true,\n \"balcon\": true,\n \"terrasse\": true,\n \"parking\": 123,\n \"cave\": 123,\n \"jardin\": true,\n \"velo\": true,\n \"box\": 123,\n \"piscine\": true,\n \"sport\": true,\n \"cinema\": true,\n \"cheminee\": true,\n \"tennis\": true,\n \"barbecue\": true,\n \"pingpong\": true,\n \"interphone\": true,\n \"coloc\": true,\n \"colocOnly\": true,\n \"start\": \"2023-12-25\",\n \"startRoom\": true,\n \"embed\": \"<string>\",\n \"isEmbed\": true,\n \"embed2\": \"<string>\",\n \"isEmbed2\": true,\n \"public\": \"2023-12-25\",\n \"phone\": \"<string>\",\n \"email\": \"<string>\",\n \"dbOpen\": 123,\n \"dbClose\": 123,\n \"hauteur\": 123,\n \"traversant\": true,\n \"dpe\": 123,\n \"dpeAt\": \"<string>\",\n \"ges\": 123,\n \"lot\": \"<string>\",\n \"immeubleName\": \"<string>\",\n \"periclesId\": \"<string>\",\n \"showPhone\": true,\n \"pinel\": true,\n \"digicode\": \"<string>\",\n \"batiment\": \"<string>\",\n \"escalier\": \"<string>\",\n \"porte\": \"<string>\",\n \"boiteAuxLettres\": \"<string>\",\n \"poubelles\": \"<string>\",\n \"disjoncteur\": \"<string>\",\n \"compteurElec\": \"<string>\",\n \"compteurElecId\": \"<string>\",\n \"compteurGaz\": \"<string>\",\n \"arriveeEau\": \"<string>\",\n \"compteurEauChaude\": \"<string>\",\n \"compteurEauFroide\": \"<string>\",\n \"compteurThermique\": \"<string>\",\n \"caveLocation\": \"<string>\",\n \"parkingLocation\": \"<string>\",\n \"boxLocation\": \"<string>\",\n \"commentLocation\": \"<string>\",\n \"bailRight\": 123,\n \"terrainViable\": true,\n \"nbLots\": 123,\n \"pmr\": true,\n \"longueur\": 123,\n \"largeur\": 123,\n \"sousSol\": true,\n \"surfaceSousSol\": 123,\n \"vitrine\": true,\n \"vitrineLinear\": 1,\n \"cuisine\": true,\n \"encadrement\": true,\n \"encadrementMinm\": 123,\n \"encadrementMin\": 123,\n \"encadrementMaxm\": 123,\n \"encadrementMax\": 123,\n \"nbLotsCoproperty\": 123,\n \"courtProceeding\": true,\n \"extraction\": true,\n \"vueExcept\": true,\n \"vueMer\": true,\n \"surfaceTerrainBatiInclus\": 123,\n \"surfaces\": [\n {\n \"m2\": 123,\n \"surface\": \"surface.type.balcon\"\n }\n ]\n}")
req, _ := http.NewRequest("POST", url, payload)
req.Header.Add("Content-Type", "application/json")
res, _ := http.DefaultClient.Do(req)
defer res.Body.Close()
body, _ := io.ReadAll(res.Body)
fmt.Println(string(body))
}HttpResponse<String> response = Unirest.post("https://flatbay.fr/fr/api/property/edit/{id}")
.header("Content-Type", "application/json")
.body("{\n \"userId\": 123,\n \"archive\": true,\n \"offmarket\": true,\n \"smartlead\": true,\n \"addresscache\": true,\n \"addressCacheRadius\": 123,\n \"notifPublicationProp\": true,\n \"address\": \"<string>\",\n \"cp\": \"<string>\",\n \"city\": \"<string>\",\n \"country\": \"France\",\n \"lng\": \"<string>\",\n \"lat\": \"<string>\",\n \"annonceTitle\": \"<string>\",\n \"etage\": 123,\n \"nbEtage\": 123,\n \"nbPiece\": 123,\n \"nbRoom\": 123,\n \"nbDouche\": 123,\n \"nbDetailDouche\": 123,\n \"nbDetailBaignoire\": 123,\n \"nbWc\": 123,\n \"frais\": 123,\n \"fraisLocationBailleur\": 123,\n \"fraisRoom\": 123,\n \"surface\": 123,\n \"description\": \"<string>\",\n \"percentPrix\": 123,\n \"percentRemise\": 123,\n \"prix\": 123,\n \"loyer\": 123,\n \"depot\": 123,\n \"edlHonoraire\": 123,\n \"edlHonoraireBailleur\": 123,\n \"charge\": 123,\n \"energyBillMin\": 123,\n \"energyBillMax\": 123,\n \"foncier\": 123,\n \"meuble\": true,\n \"gardien\": true,\n \"video\": true,\n \"gli\": true,\n \"plaque\": true,\n \"four\": true,\n \"microonde\": true,\n \"frigo\": true,\n \"jacuzzi\": true,\n \"hammam\": true,\n \"sauna\": true,\n \"clim\": true,\n \"travaux\": true,\n \"ravalementDate\": 123,\n \"refectionDate\": 123,\n \"refectionCommuneDate\": 123,\n \"travauxDesc\": \"<string>\",\n \"laveLinge\": true,\n \"secheLinge\": true,\n \"laveVaisselle\": true,\n \"cafetiere\": true,\n \"tv\": true,\n \"fibre\": true,\n \"codeWifi\": \"<string>\",\n \"grillePain\": true,\n \"aspirateur\": true,\n \"bouilloire\": true,\n \"hotte\": true,\n \"vaisselle\": true,\n \"linge\": true,\n \"internet\": true,\n \"chauffage\": true,\n \"eauchaude\": true,\n \"eaufroide\": true,\n \"entretien\": true,\n \"entretienJardin\": true,\n \"entretienChaudiere\": true,\n \"ordures\": true,\n \"menage\": true,\n \"risque\": true,\n \"electricite\": true,\n \"ascenseur\": true,\n \"balcon\": true,\n \"terrasse\": true,\n \"parking\": 123,\n \"cave\": 123,\n \"jardin\": true,\n \"velo\": true,\n \"box\": 123,\n \"piscine\": true,\n \"sport\": true,\n \"cinema\": true,\n \"cheminee\": true,\n \"tennis\": true,\n \"barbecue\": true,\n \"pingpong\": true,\n \"interphone\": true,\n \"coloc\": true,\n \"colocOnly\": true,\n \"start\": \"2023-12-25\",\n \"startRoom\": true,\n \"embed\": \"<string>\",\n \"isEmbed\": true,\n \"embed2\": \"<string>\",\n \"isEmbed2\": true,\n \"public\": \"2023-12-25\",\n \"phone\": \"<string>\",\n \"email\": \"<string>\",\n \"dbOpen\": 123,\n \"dbClose\": 123,\n \"hauteur\": 123,\n \"traversant\": true,\n \"dpe\": 123,\n \"dpeAt\": \"<string>\",\n \"ges\": 123,\n \"lot\": \"<string>\",\n \"immeubleName\": \"<string>\",\n \"periclesId\": \"<string>\",\n \"showPhone\": true,\n \"pinel\": true,\n \"digicode\": \"<string>\",\n \"batiment\": \"<string>\",\n \"escalier\": \"<string>\",\n \"porte\": \"<string>\",\n \"boiteAuxLettres\": \"<string>\",\n \"poubelles\": \"<string>\",\n \"disjoncteur\": \"<string>\",\n \"compteurElec\": \"<string>\",\n \"compteurElecId\": \"<string>\",\n \"compteurGaz\": \"<string>\",\n \"arriveeEau\": \"<string>\",\n \"compteurEauChaude\": \"<string>\",\n \"compteurEauFroide\": \"<string>\",\n \"compteurThermique\": \"<string>\",\n \"caveLocation\": \"<string>\",\n \"parkingLocation\": \"<string>\",\n \"boxLocation\": \"<string>\",\n \"commentLocation\": \"<string>\",\n \"bailRight\": 123,\n \"terrainViable\": true,\n \"nbLots\": 123,\n \"pmr\": true,\n \"longueur\": 123,\n \"largeur\": 123,\n \"sousSol\": true,\n \"surfaceSousSol\": 123,\n \"vitrine\": true,\n \"vitrineLinear\": 1,\n \"cuisine\": true,\n \"encadrement\": true,\n \"encadrementMinm\": 123,\n \"encadrementMin\": 123,\n \"encadrementMaxm\": 123,\n \"encadrementMax\": 123,\n \"nbLotsCoproperty\": 123,\n \"courtProceeding\": true,\n \"extraction\": true,\n \"vueExcept\": true,\n \"vueMer\": true,\n \"surfaceTerrainBatiInclus\": 123,\n \"surfaces\": [\n {\n \"m2\": 123,\n \"surface\": \"surface.type.balcon\"\n }\n ]\n}")
.asString();require 'uri'
require 'net/http'
url = URI("https://flatbay.fr/fr/api/property/edit/{id}")
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = true
request = Net::HTTP::Post.new(url)
request["Content-Type"] = 'application/json'
request.body = "{\n \"userId\": 123,\n \"archive\": true,\n \"offmarket\": true,\n \"smartlead\": true,\n \"addresscache\": true,\n \"addressCacheRadius\": 123,\n \"notifPublicationProp\": true,\n \"address\": \"<string>\",\n \"cp\": \"<string>\",\n \"city\": \"<string>\",\n \"country\": \"France\",\n \"lng\": \"<string>\",\n \"lat\": \"<string>\",\n \"annonceTitle\": \"<string>\",\n \"etage\": 123,\n \"nbEtage\": 123,\n \"nbPiece\": 123,\n \"nbRoom\": 123,\n \"nbDouche\": 123,\n \"nbDetailDouche\": 123,\n \"nbDetailBaignoire\": 123,\n \"nbWc\": 123,\n \"frais\": 123,\n \"fraisLocationBailleur\": 123,\n \"fraisRoom\": 123,\n \"surface\": 123,\n \"description\": \"<string>\",\n \"percentPrix\": 123,\n \"percentRemise\": 123,\n \"prix\": 123,\n \"loyer\": 123,\n \"depot\": 123,\n \"edlHonoraire\": 123,\n \"edlHonoraireBailleur\": 123,\n \"charge\": 123,\n \"energyBillMin\": 123,\n \"energyBillMax\": 123,\n \"foncier\": 123,\n \"meuble\": true,\n \"gardien\": true,\n \"video\": true,\n \"gli\": true,\n \"plaque\": true,\n \"four\": true,\n \"microonde\": true,\n \"frigo\": true,\n \"jacuzzi\": true,\n \"hammam\": true,\n \"sauna\": true,\n \"clim\": true,\n \"travaux\": true,\n \"ravalementDate\": 123,\n \"refectionDate\": 123,\n \"refectionCommuneDate\": 123,\n \"travauxDesc\": \"<string>\",\n \"laveLinge\": true,\n \"secheLinge\": true,\n \"laveVaisselle\": true,\n \"cafetiere\": true,\n \"tv\": true,\n \"fibre\": true,\n \"codeWifi\": \"<string>\",\n \"grillePain\": true,\n \"aspirateur\": true,\n \"bouilloire\": true,\n \"hotte\": true,\n \"vaisselle\": true,\n \"linge\": true,\n \"internet\": true,\n \"chauffage\": true,\n \"eauchaude\": true,\n \"eaufroide\": true,\n \"entretien\": true,\n \"entretienJardin\": true,\n \"entretienChaudiere\": true,\n \"ordures\": true,\n \"menage\": true,\n \"risque\": true,\n \"electricite\": true,\n \"ascenseur\": true,\n \"balcon\": true,\n \"terrasse\": true,\n \"parking\": 123,\n \"cave\": 123,\n \"jardin\": true,\n \"velo\": true,\n \"box\": 123,\n \"piscine\": true,\n \"sport\": true,\n \"cinema\": true,\n \"cheminee\": true,\n \"tennis\": true,\n \"barbecue\": true,\n \"pingpong\": true,\n \"interphone\": true,\n \"coloc\": true,\n \"colocOnly\": true,\n \"start\": \"2023-12-25\",\n \"startRoom\": true,\n \"embed\": \"<string>\",\n \"isEmbed\": true,\n \"embed2\": \"<string>\",\n \"isEmbed2\": true,\n \"public\": \"2023-12-25\",\n \"phone\": \"<string>\",\n \"email\": \"<string>\",\n \"dbOpen\": 123,\n \"dbClose\": 123,\n \"hauteur\": 123,\n \"traversant\": true,\n \"dpe\": 123,\n \"dpeAt\": \"<string>\",\n \"ges\": 123,\n \"lot\": \"<string>\",\n \"immeubleName\": \"<string>\",\n \"periclesId\": \"<string>\",\n \"showPhone\": true,\n \"pinel\": true,\n \"digicode\": \"<string>\",\n \"batiment\": \"<string>\",\n \"escalier\": \"<string>\",\n \"porte\": \"<string>\",\n \"boiteAuxLettres\": \"<string>\",\n \"poubelles\": \"<string>\",\n \"disjoncteur\": \"<string>\",\n \"compteurElec\": \"<string>\",\n \"compteurElecId\": \"<string>\",\n \"compteurGaz\": \"<string>\",\n \"arriveeEau\": \"<string>\",\n \"compteurEauChaude\": \"<string>\",\n \"compteurEauFroide\": \"<string>\",\n \"compteurThermique\": \"<string>\",\n \"caveLocation\": \"<string>\",\n \"parkingLocation\": \"<string>\",\n \"boxLocation\": \"<string>\",\n \"commentLocation\": \"<string>\",\n \"bailRight\": 123,\n \"terrainViable\": true,\n \"nbLots\": 123,\n \"pmr\": true,\n \"longueur\": 123,\n \"largeur\": 123,\n \"sousSol\": true,\n \"surfaceSousSol\": 123,\n \"vitrine\": true,\n \"vitrineLinear\": 1,\n \"cuisine\": true,\n \"encadrement\": true,\n \"encadrementMinm\": 123,\n \"encadrementMin\": 123,\n \"encadrementMaxm\": 123,\n \"encadrementMax\": 123,\n \"nbLotsCoproperty\": 123,\n \"courtProceeding\": true,\n \"extraction\": true,\n \"vueExcept\": true,\n \"vueMer\": true,\n \"surfaceTerrainBatiInclus\": 123,\n \"surfaces\": [\n {\n \"m2\": 123,\n \"surface\": \"surface.type.balcon\"\n }\n ]\n}"
response = http.request(request)
puts response.read_body1{
"error": "<string>"
}Path Parameters
Identifiant du bien
1, 3, 4, 5, 6, 7, 8, 9, 10 1
Query Parameters
Mot de passe pour l'accès sécurisé
"api_key_here"
Body
Id du référent/gestionnaire du bien
Est-ce un bien archivé ?
Est-ce un bien Off-market ?
Les Matchs sont les utilisateurs (optin) qui recherchent un bien similaire et/ou dont le projet immobilier correspond aux critères de ce bien. Cette option permet d'envoyer le lien de l'annonce à tous les matchs par mail.
Cacher l'adresse du bien
Rayon à afficher
Notifier le/les propriétaire(s) de la publication de l'annonce
Adresse du bien
Code postal
Ville
Pays
"France"
Longitude
Latitude
Type du bien
property.type.maison - Maison
property.type.mas - Mas
property.type.villa - Villa
property.type.chateau - Château
property.type.duplex - Duplex
property.type.triplex - Triplex
property.type.appart - Appartement
property.type.studio - Studio
property.type.parking - Place de parking
property.type.box - Box
property.type.immeuble - Immeuble
property.type.terrain - Terrain
property.type.local - Local professionnel
property.type.bureau - Bureau
property.type.maison, property.type.mas, property.type.villa, property.type.chateau, property.type.duplex, property.type.triplex, property.type.appart, property.type.studio, property.type.parking, property.type.box, property.type.immeuble, property.type.terrain, property.type.local, property.type.bureau Type de propriété
property.type2.mono - Mono-propriété
property.type2.co - Copropriété
property.type2.mono, property.type2.co Année de construction
property.construction.1946 - Avant 1946
property.construction.1970 - 1946 - 1970
property.construction.1971 - 1971 - 1990
property.construction.1990 - Après 1990
property.construction.neuf - Neuf
property.construction.1946, property.construction.1970, property.construction.1971, property.construction.1990, property.construction.neuf Projet
property.rentsellType.rent - Location
property.rentsellType.sell - Vente
property.rentsellType.rent, property.rentsellType.sell Titre de l'annonce
Étage
Batiment de x étages
Nombre de pièce(s)
Nombre de chambre(s)
Nombre de pièce(s)
Nombre de douche(s)
Nombre de baignoire(s)
Nombre de Wc
Honoraire location TTC
Honoraire bailleur location (€ TTC)
Honoraires applicables ?
oui, non Frais à la charge de :
property.fraisType.vendeur - À la charge du vendeur
property.fraisType.acquereur - À la charge de l'acquéreur
property.fraisType.partage - Partagés entre l'acquéreur et le vendeur
property.fraisType.vendeur, property.fraisType.acquereur, property.fraisType.partage Frais d'agence par chambre
Surface du bien
Production eau chaude
property.production.collectif - Collectif
property.production.collectifElectrique - Collectif Electrique
property.production.collectifGaz - Collectif Gaz
property.production.collectifFioul - Collectif Fioul
property.production.collectifPompe - Collectif Pompe à chaleur
property.production.individuelElectrique - Individuel Électrique
property.production.individuelGaz - Individuel Gaz
property.production.individuelFioul - Individuel Fioul
property.production.individuelPompe - Individuel Pompe à chaleur
property.production.chaudiere - Chaudière
property.production.geothermie - Géothermie
property.production.absenceEa - Absence d'eau chaude
property.production.collectif, property.production.collectifElectrique, property.production.collectifGaz, property.production.collectifFioul, property.production.collectifPompe, property.production.individuelElectrique, property.production.individuelGaz, property.production.individuelFioul, property.production.individuelPompe, property.production.chaudiere, property.production.geothermie, property.production.absenceEau Type de bail
property.bailType.collectif - collectif
property.bailType.individuel - individuel
property.bailType.collectif, property.bailType.individuel Production chauffage
property.production.collectif - Collectif
property.production.collectifElectrique - Collectif Electrique
property.production.collectifGaz - Collectif Gaz
property.production.collectifFioul - Collectif Fioul
property.production.collectifPompe - Collectif Pompe à chaleur
property.production.individuelElectrique - Individuel Électrique
property.production.individuelGaz - Individuel Gaz
property.production.individuelFioul - Individuel Fioul
property.production.individuelPompe - Individuel Pompe à chaleur
property.production.individuelClim - Individuel Climatisation réversible
property.production.chaudiere - Chaudière
property.production.poele - Poêle à granulés
property.production.bois - Bois
property.production.geothermie - Géothermie
property.production.absenceChauffage - Absence de chauffage
property.production.collectif, property.production.collectifElectrique, property.production.collectifGaz, property.production.collectifFioul, property.production.collectifPompe, property.production.individuelElectrique, property.production.individuelGaz, property.production.individuelFioul, property.production.individuelPompe, property.production.individuelClim, property.production.chaudiere, property.production.poele, property.production.bois, property.production.geothermie, property.production.absenceChauffage Description du bien
Calcul des honoraires
property.honorairesCalcul.percent - Pourcentage du prix de vente
property.honorairesCalcul.forfait - Forfait
property.honorairesCalcul.percent, property.honorairesCalcul.forfait Pourcentage
% remise
Prix de vente hors frais d'agence
Loyer par mois HC
Dépot de garantie
Honoraires état des lieux TTC
Honoraire bailleur état des lieux
Charges par mois
Facture d'énergie estimée minimum (€ / an)
Facture d'énergie estimée maximum (€ / an)
Montant de la taxe foncière
Bien meublé ?
Gardien
Vidéo surveillance
Cette propriété est soumise à une GLI
Plaques de cuissson
Four
Micro-ondes
Frigo
Jacuzzi
Hammam
Sauna
Climatisation
Travaux à prévoir
Dernier ravalement
Dernière réfection toiture
Dernière réfection parties communes
Description des travaux
Lave-linge
Seche-linge
Lave-Vaisselle
Cafetière
Télévision
Fibre optique
Code Wifi
Grille-Pain
Aspirateur
Bouilloire
Hotte aspirante
Vaisselle
Linge de maison
Internet
Chauffage
Eau chaude
Eau froide
Entretien bâtiment
Entretien jardin
Entretien chaudiere
Taxe ordures ménagères
Ménage
Assurance risques locatifs
Electricité
Ascenseur
Balcon
Terrasse
Nombre de Parking
Nombre de Cave
Jardin
Local à vélo
Nombre de box
Piscine
Salle de sport
Home cinema
Cheminée
Tennis
Barbecue
Ping pong
Interphone
Colocation possible ?
Colocation seulement ?
Disponible à partir du
Renseigner des disponibilités différentes pour chaque chambre ?
Lien Matterport / Envisite / Autre
Lien Matterport / Envisite / Autre renseigé ?
Lien Youtube / Dailymotion / Vimeo / Autre
Lien Youtube / Dailymotion / Vimeo / Autre renseigné ?
Programmer la diffusion pour le
Numéro de téléphone
Email de contact
Décibels fenetres OUVERTES
Décibels fenetres fermées
Vitrage
property.vitrage.simple - Simple
property.vitrage.double - Double
property.vitrage.simple, property.vitrage.double Hauteur sous plafond
Exposition (pièce de vie)
property.exposition.nord - Nord
property.exposition.nordEst - Nord-Est
property.exposition.est - Est
property.exposition.sudEst - Sud-Est
property.exposition.sud - Sud
property.exposition.sudOuest - Sud-Ouest
property.exposition.ouest - Ouest
property.exposition.nordOuest - Nord-Ouest
property.exposition.nord, property.exposition.nordEst, property.exposition.est, property.exposition.sudEst, property.exposition.sud, property.exposition.sudOuest, property.exposition.ouest, property.exposition.nordOuest Traversant
Diagnostic de performance énergétique
property.diagnostic.need - Soumis au DPE
property.diagnostic.ongoing - En cours
property.diagnostic.empty - Vierge
property.diagnostic.ko - Non soumis au DPE
property.diagnostic.need, property.diagnostic.ongoing, property.diagnostic.empty, property.diagnostic.ko Performance énergétique DPE
Date de réalisation du dernier DPE
Performance énergétique GES
Référence interne
Immeuble
Id externe
Afficher le numéro de téléphone
Propriété Pinel/PLS (dispositif fiscal pour les logements achetés neufs)
Digicode(s)
Bâtiment
Escalier
Porte
Emplacement boîte aux lettre
Emplacement local poubelle
Emplacement disjoncteur
Emplacement compteur electrique
Identifiant compteur électrique
Emplacement compteur de gaz
Emplacement vanne arrivée d'eau
Emplacement compteur d'eau chaude
Emplacement compteur d'eau froide
Emplacement compteur thermique
Emplacement(s) cave(s)
Emplacement(s) parking(s)
Emplacement(s) box
Commentaire d'accès
Durée du bail
property.bailDuration.1to10month - 1 à 10 mois
property.bailDuration.9month - 9 mois
property.bailDuration.1year - 1 an
property.bailDuration.2year - 2 ans
property.bailDuration.3year - 3 ans
property.bailDuration.6year - 6 ans
property.bailDuration.9year - 9 ans
property.bailDuration.1to10month, property.bailDuration.9month, property.bailDuration.1year, property.bailDuration.2year, property.bailDuration.3year, property.bailDuration.6year, property.bailDuration.9year Droit au bail
Usage du terrain
property.terrainUsage.constructible - Constructible
property.terrainUsage.agricole - Agricole
property.terrainUsage.constructible, property.terrainUsage.agricole Terrain viabilisé
Nombre de lots dans la copropriété
Adapté PMR
Longueur
Largeur
Sous-sol
Surface sous-sol
Le local possède t-il une vitrine ?
La longueur en mètre de la vitrine
x >= 0Cuisine
Ce bien est-il soumis à l'encadrement des loyers ?
Loyer de référence au m²
Loyer de référence
Loyer de référence majoré au m²
Loyer de référence majoré
Nombre de lot en copropriété
En cour de procédure
Le local possède-t-il une extraction ?
Vue exceptionelle
Vue mer
Surface du terrain (bâti inclus)
Show child attributes
Show child attributes
Response
Détails de l'établissement récupérés avec succès
Identifiant du bien
1, 3, 4, 5, 6, 7, 8, 9, 10 1

