Residential - Property for Rent
Blinq Residences Shanghai Wujiaochang - Image 1
Blinq Residences Shanghai Wujiaochang - Image 2
Blinq Residences Shanghai Wujiaochang - Image 3
Blinq Residences Shanghai Wujiaochang - Image 4
Blinq Residences Shanghai Wujiaochang - Image 5
Blinq Residences Shanghai Wujiaochang - Image 6
Blinq Residences Shanghai Wujiaochang - Image 7
Blinq Residences Shanghai Wujiaochang - Image 8
Blinq Residences Shanghai Wujiaochang - Image 9

Blinq Residences Shanghai Wujiaochang

上海五角场博邻行政公寓

/month

  • Type: Serviced Apartment
  • Layout: 1 bedroom, 1 bathroom
  • Size: 61 square meters
  • Completed time: 2023

Community Introduction

上海五角场博邻行政公寓距离地铁10号线新江湾城地铁站1号口步行5分钟,通过公共交通可快速抵达五角场、苏河湾、新天地、南京东路等核心商圈;同时,博邻行政公寓紧邻淞沪路、殷行路与军工路,车行10分钟可达逸仙高架与中环路,交通便捷可满足通勤需求。毗邻众多高端商务区,包括尚浦领世、创智天地、合生汇、五角场、世界500强产业孵化基地等。周边知名学府林立,包括复旦大学江湾校区、上海杨浦德法学校、上海音乐学院实验学校等 。公寓是2023年新开业,提供560套房间,房型包括单房、一房、两房,有湖景或城景可选,部分房间拥有阳台或露台,宠物友好公寓。多种户型满足住客的不同入住需求。每间客房内均配有独立的淋浴空间和设施齐全的厨房设备、舒适而讲究的床品,知名品牌洗烘一体机,是您长期入住的理想空间。双语前台服务,遍布公寓的24小时安保系统可以确保您和家人的居住环境安全无忧。

Home Configuration

Equipments: Central A/C, Washing machine, LCD/LED TV, WIFI, Fully Furnished.

Features: Stylish, Open kitchen, Big balcony.

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(); }); });