Chi tiết phiếu
Lấy thông tin chi tiết của một phiếu thu - phiếu chi
Chi tiết phiếu thu theo ID
HTTP Request
[GET] /api/v6/fund_sheet_in/{id}
Query Parameters
Fields
Fields | Type | Description |
---|---|---|
id | integer | Định danh |
sheet_code | string | Mã phiếu |
sheet_date | string | Ngày tạo phiếu |
pay_date | integer | Ngày thanh toán |
create_user | integer | Người tạo |
approval_user | integer | Người duyệt |
request_id | integer | Định danh yêu cầu chi phí |
sheet_source | integer | Nguồn phiếu |
sheet_payment | string | Hình thức thanh toán |
sheet_amount | float | Số tiền |
fund_id | integer | Định danh quỹ |
fund_receive_id | integer | Định danh quỹ nhận |
sheet_type | integer | Loại phiếu |
sheet_status | integer | Trạng thái phiếu |
sheet_title | string | Tên phiếu |
sheet_description | string | Mô tả phiếu |
employee_get_money | integer | Người tạo |
payment_slip_receiver | string | Người nộp tiền |
customer_get_money | integer | Khách hàng nộp tiền |
account | string | Tên khách hàng |
budget_id | integer | Định danh ngân sách |
budget_detail_id | integer | Định danh chi tiết ngân sách |
fund_sheet_sale_orders | array | Thông tin đơn hàng |
fund_sheet_sale_orders.*.order_id | integer | Định danh đơn hàng |
fund_sheet_sale_orders.*.account_id | integer | Định danh khách hàng |
fund_sheet_sale_orders.*.order_code | string | Mã đơn hàng |
fund_sheet_sale_orders.*.real_amount | float | Doanh thu |
fund_sheet_sale_orders.*.f_amount | float | Số tiền đã thu |
fund_sheet_sale_orders.*.order_date | string | Ngày tạo đơn hàng |
Example
HTTP Request
GET api/v6/fund_sheet_in/4?fields=sheet_title HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
Status
200 OK
Response
{
"id": 4,
"sheet_title": "TEST SHEET API"
}
Chi tiết phiếu thu theo mã phiếu
HTTP Request
[GET] /api/v6/fund_sheet_in/code
Query Parameters
Fields
Fields | Type | Description |
---|---|---|
id | integer | Định danh |
sheet_code | string | Mã phiếu |
sheet_date | string | Ngày tạo phiếu |
pay_date | integer | Ngày thanh toán |
create_user | integer | Người tạo |
approval_user | integer | Người duyệt |
request_id | integer | Định danh yêu cầu chi phí |
sheet_source | integer | Nguồn phiếu |
sheet_payment | string | Hình thức thanh toán |
sheet_amount | float | Số tiền |
fund_id | integer | Định danh quỹ |
fund_receive_id | integer | Định danh quỹ nhận |
sheet_type | integer | Loại phiếu |
sheet_status | integer | Trạng thái phiếu |
sheet_title | string | Tên phiếu |
sheet_description | string | Mô tả phiếu |
employee_get_money | integer | Người tạo |
payment_slip_receiver | string | Người nộp tiền |
customer_get_money | integer | Khách hàng nộp tiền |
account | string | Tên khách hàng |
budget_id | integer | Định danh ngân sách |
budget_detail_id | integer | Định danh chi tiết ngân sách |
fund_sheet_sale_orders | array | Thông tin đơn hàng |
fund_sheet_sale_orders.*.order_id | integer | Định danh đơn hàng |
fund_sheet_sale_orders.*.account_id | integer | Định danh khách hàng |
fund_sheet_sale_orders.*.order_code | string | Mã đơn hàng |
fund_sheet_sale_orders.*.real_amount | float | Doanh thu |
fund_sheet_sale_orders.*.f_amount | float | Số tiền đã thu |
fund_sheet_sale_orders.*.order_date | string | Ngày tạo đơn hàng |
Example
HTTP Request
GET api/v6/fund_sheet_in/code?fields=sheet_title&code=PT\/2023-07\/23 HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
Status
200 OK
Response
{
"id": 4,
"sheet_title": "TEST SHEET API"
}
Chi tiết phiếu chi theo ID
HTTP Request
[GET] /api/v6/fund_sheet_out/{id}
Query Parameters
Fields
Fields | Type | Description |
---|---|---|
id | integer | Định danh |
sheet_code | string | Mã phiếu |
sheet_date | string | Ngày tạo phiếu |
pay_date | integer | Ngày thanh toán |
create_user | integer | Người tạo |
approval_user | integer | Người duyệt |
request_id | integer | Định danh yêu cầu chi phí |
sheet_source | integer | Nguồn phiếu |
sheet_payment | string | Hình thức thanh toán |
sheet_amount | float | Số tiền |
fund_id | integer | Định danh quỹ |
fund_receive_id | integer | Định danh quỹ nhận |
sheet_type | integer | Loại phiếu |
sheet_status | integer | Trạng thái phiếu |
sheet_title | string | Tên phiếu |
sheet_description | string | Mô tả phiếu |
employee_get_money | integer | Người tạo |
payment_slip_receiver | string | Người nộp tiền |
customer_get_money | integer | Khách hàng nộp tiền |
account | string | Tên khách hàng |
budget_id | integer | Định danh ngân sách |
budget_detail_id | integer | Định danh chi tiết ngân sách |
fund_sheet_purchase_orders | array | Thông tin đơn hàng |
fund_sheet_purchase_orders.*.order_id | integer | Định danh đơn hàng |
fund_sheet_purchase_orders.*.account_id | integer | Định danh khách hàng |
fund_sheet_purchase_orders.*.order_code | string | Mã đơn hàng |
fund_sheet_purchase_orders.*.real_amount | float | Doanh thu |
fund_sheet_purchase_orders.*.f_amount | float | Số tiền đã thu |
fund_sheet_purchase_orders.*.order_date | string | Ngày tạo đơn hàng |
Example
HTTP Request
GET api/v6/fund_sheet_out/4?fields=sheet_title HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
Status
200 OK
Response
{
"id": 4,
"sheet_title": "TEST SHEET API"
}
Chi tiết phiếu chi theo mã phiếu
HTTP Request
[GET] /api/v6/fund_sheet_out/code
Query Parameters
Fields
Fields | Type | Description |
---|---|---|
id | integer | Định danh |
sheet_code | string | Mã phiếu |
sheet_date | string | Ngày tạo phiếu |
pay_date | integer | Ngày thanh toán |
create_user | integer | Người tạo |
approval_user | integer | Người duyệt |
request_id | integer | Định danh yêu cầu chi phí |
sheet_source | integer | Nguồn phiếu |
sheet_payment | string | Hình thức thanh toán |
sheet_amount | float | Số tiền |
fund_id | integer | Định danh quỹ |
fund_receive_id | integer | Định danh quỹ nhận |
sheet_type | integer | Loại phiếu |
sheet_status | integer | Trạng thái phiếu |
sheet_title | string | Tên phiếu |
sheet_description | string | Mô tả phiếu |
employee_get_money | integer | Người tạo |
payment_slip_receiver | string | Người nộp tiền |
customer_get_money | integer | Khách hàng nộp tiền |
account | string | Tên khách hàng |
budget_id | integer | Định danh ngân sách |
budget_detail_id | integer | Định danh chi tiết ngân sách |
fund_sheet_purchase_orders | array | Thông tin đơn hàng |
fund_sheet_purchase_orders.*.order_id | integer | Định danh đơn hàng |
fund_sheet_purchase_orders.*.account_id | integer | Định danh khách hàng |
fund_sheet_purchase_orders.*.order_code | string | Mã đơn hàng |
fund_sheet_purchase_orders.*.real_amount | float | Doanh thu |
fund_sheet_purchase_orders.*.f_amount | float | Số tiền đã thu |
fund_sheet_purchase_orders.*.order_date | string | Ngày tạo đơn hàng |
Example
HTTP Request
GET api/v6/fund_sheet_out/4?fields=sheet_title&code=PC\/2023-07\/23 HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
Status
200 OK
Response
{
"id": 4,
"sheet_title": "TEST SHEET API"
}