Nhảy tới nội dung

Danh sách tỉnh / TP

Lấy ra danh sách các tỉnh / TP

HTTP Request

[POST] /api/v6/configs/provinces

Query Parameters

Fields

FieldsTypeDescription
idintegerĐịnh danh
province_namestringTên tỉnh thành

Filtering

FieldsSupportTypeDescription
ideq,inintegerĐịnh danh
valideqintegerHợp lệ hay không
country_ideq,inintegerĐịnh danh quốc gia

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/configs/provinces?fields=province_name&limit=1&offset=1&filtering[country_id]=2 HTTP/1.1
Host: example.getflycrm.com
Authorization: Bearer token

Status

200 OK

Response

{
"data": [
{
"id": 2,
"province_name": "Hà Nội",
}
],
"has_more": true,
"offset": 1,
"limited": 1
}