Nhà sản xuất
Lấy danh sách nhà sản xuất
HTTP Request
[GET] /api/v6.1/product/manufacturers
Query Parameters
Filtering
| Fields | Support | Type | Description |
|---|---|---|---|
| id | eq,in | integer | Định danh |
| valid | eq | integer | Hợp lệ hay không |
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.1/product/manufacturers HTTP/1.1
Host: example.getflycrm.com
Status
200 OK
Response
{
"data": [
{
"id": 1,
"manufacturer_name": "Samsung"
},
{
"id": 2,
"manufacturer_name": "Apple"
}
],
"has_more": false,
"offset": 0,
"limited": 20
}