Nhóm khách hàng
Lấy danh sách các nhóm khách hàng có trên hệ thống
HTTP Request
GET /api/v3/account/types
Response
[
{
"account_type_id": "1",
"account_type_name": "KH đã ký hợp đồng",
"description": "",
"invalid": "0",
"created_at": "2015-09-11 15:34:18",
"updated_at": "2016-01-08 12:13:02",
"parent_id": "125",
"level": "2",
"title": "|-- KH đã ký hợp đồng"
},
{
"account_type_id": "2",
"account_type_name": "500sme",
"description": "",
"invalid": "0",
"created_at": "2015-10-29 10:05:36",
"updated_at": "2015-10-29 10:05:36",
"parent_id": "0",
"level": "1",
"title": "500sme"
},
]