Nhảy tới nội dung

Đồng bộ khách hàng

Lấy ra danh sách khách hàng thêm mới hoặc cập nhật từ thời gian chỉ định đến hiện tại

HTTP Request

GET api/v3/accounts/sync

Query Parameters

last_sync Thời gian đồng bộ cuối cùng tính theo unix time

Response

{
"data": [
{
"account_id": "1",
"account_code": "BID00001",
"account_name": "Công ty A",
"description": "Công ty A",
"email": "",
"billing_address_street": "2132 Vân Cơ-Thành Phố Việt Trì",
"phone_office": "09443443337",
"logo": "https://xxxx.getflycrm.com/assets/images/noavatar.png",
"website": null,
"relation_id": "23",
"birthday": null,
"account_type": "1,2,3,4",
"account_source": null,
"sic_code": null,
"country_id": "0",
"province_id": "0",
"district_id": "0",
"contacts": [
{
"contact_id": "1",
"first_name": "Tạ Quang Chung",
"last_name": null,
"phone_mobile": null,
"email": "[email protected]",
"description": "",
"title": "Trưởng Phòng"
}
],
"custom_fields": {
"thuong_hieu": "Biosky",
"truong_dh": "",
"ten_cong_ty": "",
"email_khach_hang": "",
"ngay_dat_hang": "",
}
},
{
"account_id": "1",
"account_code": "KH0001",
"account_name": "Công Ty Công Nghệ GetFly Việt Nam A",
"description": "ss",
"email": "[email protected]",
"billing_address_street": "Linh Đàm - Hoàng Mai - Hà Nội",
"phone_office": "09443443344",
"logo": "https://xxxx.getflycrm.com/uploads/crm/account/logo/1/",
"website": null,
"relation_id": "8",
"birthday": "2017-11-23",
"account_type": "10",
"account_source": "4",
"sic_code": "111222333",
"country_id": "1",
"province_id": "0",
"district_id": "0",
"contacts": [
{
"contact_id": "2",
"first_name": "Nguyễn Đình Đạt",
"last_name": null,
"phone_mobile": "0462627662",
"email": "[email protected]",
"description": "",
"title": "Bang Chủ"
},
{
"contact_id": "3",
"first_name": "Tạ Quang Chung",
"last_name": null,
"phone_mobile": null,
"email": "[email protected]",
"description": "",
"title": "Top"
}
],
"custom_fields": {
"thuong_hieu": "",
"truong_dh": "",
"ten_cong_ty": "",
"email_khach_hang": "",
"ngay_dat_hang": "",
}
}
],
"meta": {
"limit": 20,
"offset": 0,
"total_record": "2"
}
}