Phương thức thanh toán
Danh sách phương thức thanh toán
HTTP Request
[GET] /api/v6.1/payment_methods
Query Parameters
Filtering
| Fields | Support | Type | Description |
|---|---|---|---|
| id | eq,in | integer | Định danh |
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/payment_methods HTTP/1.1
Host: example.getflycrm.com
Status
200 OK
Response
{
"data": [
{
"id": 1,
"method_name": "Tiền mặt"
},
{
"id": 2,
"method_name": "Chuyển khoản"
}
],
"has_more": false,
"offset": 0,
"limited": 20
}