Nhảy tới nội dung

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

FieldsTypeDescription
idintegerĐịnh danh
levelintegerCấp bậc loại khách hàng
account_type_namestringTên loại khách hàng
account_type_codestringMã loại khách hàng
descriptionstringMô tả
invalidboolHợp lệ không
parent_idintegerCha loại khách hàng
created_attimestampNgày tạo
updated_attimestampNgày tạo
deleted_attimestampNgày xóa
deleted_byintegerNgười xóa

Filtering

FieldsSupportTypeDescription
ideq,inintegerĐịnh danh khách hàng
validis,inintegerHợp lệ hay không

Sort

Sort (field)Direction
idasc,desc

Limit & Offset

TypeDescription
LimitintegerLấy bao nhiêu bản ghi
OffsetintegerBỏ 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"
}
]