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/v6/accounts/types
Query Parameters
Fields
Fields | Type | Description |
---|---|---|
id | integer | Định danh |
level | integer | Cấp bậc loại khách hàng |
account_type_name | string | Tên loại khách hàng |
account_type_code | string | Mã loại khách hàng |
description | string | Mô tả |
invalid | bool | Hợp lệ không |
parent_id | integer | Cha loại khách hàng |
created_at | timestamp | Ngày tạo |
updated_at | timestamp | Ngày tạo |
deleted_at | timestamp | Ngày xóa |
deleted_by | integer | Người xóa |
Filtering
Fields | Support | Type | Description |
---|---|---|---|
id | eq,in | integer | Định danh khách hàng |
valid | is,in | integer | Hợp lệ hay không |
Sort
Sort (field) | Direction |
---|---|
id | asc,desc |
Limit & Offset
Type | Description | |
---|---|---|
Limit | integer | Lấy bao nhiêu bản ghi |
Offset | integer | Bỏ qua bao nhiêu bản ghi |
Example
HTTP Request
GET api/v6/accounts/types HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
Status
200 OK
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"
}
]