Residential - Property for Rent
The House - Image 1
The House - Image 2
The House - Image 3
The House - Image 4
The House - Image 5
The House - Image 6
The House - Image 7
The House - Image 8

The House

御品大厦

/month

  • Type: Apartment
  • Layout: 4 bedrooms, 4 bathrooms
  • Size: 500 square meters
  • Completed time: 2003

Community Introduction

The House is located at 969 West Beijing Road, Jing 'an District. The House is at the entrance of Beijing West Road and Nanhui Road, near the bustling business district of Nanjing Road, 5 or 6 minutes’ walk from Meilong Town Square and Citic Pacific Square. Although the House is in a great location, it has a small volume and only one building. The total height of the House is 25 floors, 2-4 floors for pure commercial residential, currently as a form of serviced apartments,16 units on each floor, a total of 48 small units; 5-24 floors above are a large area of flats, a floor is divided into 2 units, a total of 38 units. The room type is Type A (472 square meters) and Type B (467 square meters), which can be freely divided, and the top floor is duplex apartment with the construction area of 568 square meters and 400 square meters of terrace.

Home Configuration

Equipments: Floor heating, Air-conditioner, Washing machine, Tumble dryer, Built-in oven, Dishwasher.

Facility

Map

CONTACT INFORMATION

YOUR REQUIREMENT

If you have any needs that cannot be expressed through the above form, you can also directly contact our email info@brimax.com.cn or call us +86 139 1702 1909. We will provide corresponding services based on your specific needs.

$('#submit_inquiry').click(function(event) { event.preventDefault(); var name = $('#inq_name').val(); var mail = $('#inq_mail').val(); var phone = $('#inq_phone').val(); var bedroom = $('#inq_bedroom').val(); var budget = $('#inq_budget').val(); var comments = $('#inq_comments').val(); var property_id = $('input[name="property_id"]').val(); $('.help-block').remove(); $('.has-error').removeClass('has-error'); $('#inquiry_message').removeClass('text-danger text-success'); var hasError = false; if (!name) { $('#inq_name').parent().addClass('has-error'); $('#inq_name').after('Please input your name.'); hasError = true; } if (!mail) { $('#inq_mail').parent().addClass('has-error'); $('#inq_mail').after('Please input your email.'); hasError = true; } else if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(mail)) { $('#inq_mail').parent().addClass('has-error'); $('#inq_mail').after('Please input a valid email.'); hasError = true; } if (hasError) { return false; } $('#submit_inquiry').prop('disabled', true).text('Sending...'); $.ajax({ type: 'POST', url: '/process_online_inquiry.php', data: { name: name, mail: mail, phone: phone, bedroom: bedroom, budget: budget, comments: comments, property_id: property_id, action: 'client_inquiry' }, dataType: 'json', success: function(response) { if (response.success) { $('#inquiry_message').addClass('text-success').text(response.message); $('#form_inquiry')[0].reset(); } else { $('#inquiry_message').addClass('text-danger').text(response.message); } }, error: function() { $('#inquiry_message').addClass('text-danger').text('Submission failed. Please try again or contact us by phone.'); }, complete: function() { $('#submit_inquiry').prop('disabled', false).text('SEND'); } }); }); $('#inq_name, #inq_mail').on('input', function() { $(this).parent().removeClass('has-error'); $(this).next('.help-block').remove(); }); });