Nhảy tới nội dung

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 - phiếu chi theo mã phiếu

HTTP Request

GET /api/v3/fund/sheet

Query Parameters

ParameterDefaultDescription
sheet_codeMã phiếu

Response

{
"sheet_info": {
"sheet_id": "963",
"sheet_code": "PT/2023-04/0615",
"sheet_date": "03/04/2023",
"pay_date": "01/01/1970 08:00:00",
"create_user": "3",
"approval_user": "0",
"request_id": "0",
"sheet_source": "1",
"sheet_payment": "1",
"sheet_amount": "450000",
"fund_id": "2",
"fund_receive_id": null,
"sheet_type": "1",
"sheet_status": "0",
"sheet_title": "Nhập đơn hàng DH17960",
"sheet_description": "",
"employee_get_money": "3",
"payment_slip_receiver": "",
"customer_get_money": "0",
"account": "",
"reciaccount": "",
"budget_id": "0",
"budget_detail_id": "0"
},
"sheet_orders": [
{
"order_id": "17960",
"amount": "450000",
"sheet_amount": "450000",
"account_id": "0",
"order_code": "DH17960",
"real_amount": "450000.000000",
"f_amount": "0.000000",
"order_date": "03/04/2023"
}
]
}

Lấy chi tiết phiếu thu - phiếu chi theo Id phiếu

HTTP Request

GET /api/v3/fund/sheet/SHEET_ID

ParameterDefaultDescription
SHEET_IDId phiếu

Response

{
"sheet_info": {
"sheet_id": "963",
"sheet_code": "PT/2023-04/0615",
"sheet_date": "03/04/2023",
"pay_date": "01/01/1970 08:00:00",
"create_user": "3",
"approval_user": "0",
"request_id": "0",
"sheet_source": "1",
"sheet_payment": "1",
"sheet_amount": "450000",
"fund_id": "2",
"fund_receive_id": null,
"sheet_type": "1",
"sheet_status": "0",
"sheet_title": "Nhập đơn hàng DH17960",
"sheet_description": "",
"employee_get_money": "3",
"payment_slip_receiver": "",
"customer_get_money": "0",
"account": "",
"reciaccount": "",
"budget_id": "0",
"budget_detail_id": "0"
},
"sheet_orders": [
{
"order_id": "17960",
"amount": "450000",
"sheet_amount": "450000",
"account_id": "0",
"order_code": "DH17960",
"real_amount": "450000.000000",
"f_amount": "0.000000",
"order_date": "03/04/2023"
}
]
}