India
© 2020 - 2026 All Rights Reserved. BhumiApp | Crafted by OF2ON

Explore Gated Community Venture

Explore properties in this category

All Listings in Gated Community Venture

Explore properties in this subcategory

View All
Hitech City - PS0066 Sale
1
1
Hitech City - PS0066
₹ 1300000
Apr 07, 2026
Plots
Gated Community Venture
IISER ,YERPEDU, MDR0323, Jangalapalli, Srinivasapuram, Yerpedu, Tirupati, Andhra Pradesh, India
Agent PrimePropertyDeveloper
247
// Example JavaScript using jQuery $(document).on('click', '.remove-wishlist', function (e) { e.preventDefault(); var listingId = $(this).data('id'); $.ajax({ url: 'https://bhumiv2.of2on.org/listing/remove-wishlist/:id'.replace(':id', listingId), type: 'POST', data: { _token: 'sD0PqfKODCviSCxoNPaN6HDbhvZPvHdQmnPbu5JU' }, success: function (response) { if (response.success) { // Handle successful removal, e.g., show a success message console.log(response.message); } else { // Handle failure console.log(response.message); } }, error: function (xhr) { console.log('An error occurred.'); } }); });