Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Integrate & push data to Finary API #21

Open
Sigri44 opened this issue Oct 31, 2023 · 0 comments
Open

[Feature] Integrate & push data to Finary API #21

Sigri44 opened this issue Oct 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Sigri44
Copy link
Member

Sigri44 commented Oct 31, 2023

Hello, here is a PHP PoC with Finary API integration.

Idea is to integrate possibility to push dashboard data to Finary user dashboard.

Here is :

Here is the sample of properties, can be push to Finary :

{
  "is_automated_valuation":false,
  "is_furnished":false,
  "is_new":false,
  "has_lift":false,
  "has_sauna":false,
  "has_pool":false,
  "flooring_quality":null,
  "flooring_condition":null,
  "windows_quality":null,
  "windows_condition":null,
  "bathrooms_quality":null,
  "bathrooms_condition":null,
  "kitchen_quality":null,
  "kitchen_condition":null,
  "general_quality":null,
  "general_condition":null,
  "parking_spaces":null,
  "garage_spaces":null,
  "number_of_rooms":null,
  "number_of_bathrooms":null,
  "number_of_floors":null,
  "floor_number":null,
  "balcony_area":null,
  "garden_area":null,
  "category":"rent", [Obligatoire]
  "monthly_charges":12000, [Obligatoire si locatif] --> Je force de mon côté à 0 pour simplifier
  "monthly_rent":26000, [Obligatoire si locatif] 
  "yearly_taxes":22000,  [Obligatoire si locatif] --> Je force de mon côté à 0 pour simplifier
  "rental_period":"annual",  [Obligatoire si locatif]
  "rental_type":"nue", [Obligatoire si locatif]
  "is_estimable":false,
  "user_estimated_value":1600001, [Obligatoire]
  "description":"RealT - 10410 Cadieux Rd, Detroit, MI 48224", [Obligatoire]
  "surface":3000, [Obligatoire]
  "agency_fees":null,
  "notary_fees":null,
  "furnishing_fees":null,
  "renovation_fees":null,
  "buying_price":1600000, [Obligatoire]
  "building_type":"building", [Obligatoire]
  "ownership_percentage":1, [Obligatoire]
  "place_id":"ChIJ7bJzDHDWJIgRCht-FnDVfn8" [Obligatoire] --> Récupéré avec l'adresse de la rue.
}

If needed, feel free to ask me or @nmathey.

Have fun !

@Sigri44 Sigri44 added the enhancement New feature or request label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant