Skip to main content

Sheet Details

Get detailed information of a receipt or payment voucher

Receipt Details by ID

HTTP Request

[GET] /api/v6/fund_sheet_in/{id}

Query Parameters

Fields

FieldsTypeDescription
idintegerIdentifier
sheet_codestringSheet code
sheet_datestringSheet creation date
pay_dateintegerPayment date
create_userintegerCreator
approval_userintegerApprover
request_idintegerExpense request identifier
sheet_sourceintegerSheet source
sheet_paymentstringPayment method
sheet_amountfloatAmount
fund_idintegerFund identifier
fund_receive_idintegerReceiving fund identifier
sheet_typeintegerSheet type
sheet_statusintegerSheet status
sheet_titlestringSheet title
sheet_descriptionstringSheet description
employee_get_moneyintegerCreator
payment_slip_receiverstringPayer
customer_get_moneyintegerCustomer payer
accountstringCustomer name
budget_idintegerBudget identifier
budget_detail_idintegerBudget detail identifier
fund_sheet_sale_ordersarrayOrder information
fund_sheet_sale_orders.*.order_idintegerOrder identifier
fund_sheet_sale_orders.*.account_idintegerCustomer identifier
fund_sheet_sale_orders.*.order_codestringOrder code
fund_sheet_sale_orders.*.real_amountfloatRevenue
fund_sheet_sale_orders.*.f_amountfloatAmount collected
fund_sheet_sale_orders.*.order_datestringOrder creation date

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"
}

Receipt Details by Sheet Code

HTTP Request

[GET] /api/v6/fund_sheet_in/code

Query Parameters

Fields

FieldsTypeDescription
idintegerIdentifier
sheet_codestringSheet code
sheet_datestringSheet creation date
pay_dateintegerPayment date
create_userintegerCreator
approval_userintegerApprover
request_idintegerExpense request identifier
sheet_sourceintegerSheet source
sheet_paymentstringPayment method
sheet_amountfloatAmount
fund_idintegerFund identifier
fund_receive_idintegerReceiving fund identifier
sheet_typeintegerSheet type
sheet_statusintegerSheet status
sheet_titlestringSheet title
sheet_descriptionstringSheet description
employee_get_moneyintegerCreator
payment_slip_receiverstringPayer
customer_get_moneyintegerCustomer payer
accountstringCustomer name
budget_idintegerBudget identifier
budget_detail_idintegerBudget detail identifier
fund_sheet_sale_ordersarrayOrder information
fund_sheet_sale_orders.*.order_idintegerOrder identifier
fund_sheet_sale_orders.*.account_idintegerCustomer identifier
fund_sheet_sale_orders.*.order_codestringOrder code
fund_sheet_sale_orders.*.real_amountfloatRevenue
fund_sheet_sale_orders.*.f_amountfloatAmount collected
fund_sheet_sale_orders.*.order_datestringOrder creation date

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"
}

Payment Voucher Details by ID

HTTP Request

[GET] /api/v6/fund_sheet_out/{id}

Query Parameters

Fields

FieldsTypeDescription
idintegerIdentifier
sheet_codestringSheet code
sheet_datestringSheet creation date
pay_dateintegerPayment date
create_userintegerCreator
approval_userintegerApprover
request_idintegerExpense request identifier
sheet_sourceintegerSheet source
sheet_paymentstringPayment method
sheet_amountfloatAmount
fund_idintegerFund identifier
fund_receive_idintegerReceiving fund identifier
sheet_typeintegerSheet type
sheet_statusintegerSheet status
sheet_titlestringSheet title
sheet_descriptionstringSheet description
employee_get_moneyintegerCreator
payment_slip_receiverstringPayer
customer_get_moneyintegerCustomer payer
accountstringCustomer name
budget_idintegerBudget identifier
budget_detail_idintegerBudget detail identifier
fund_sheet_purchase_ordersarrayOrder information
fund_sheet_purchase_orders.*.order_idintegerOrder identifier
fund_sheet_purchase_orders.*.account_idintegerCustomer identifier
fund_sheet_purchase_orders.*.order_codestringOrder code
fund_sheet_purchase_orders.*.real_amountfloatRevenue
fund_sheet_purchase_orders.*.f_amountfloatAmount collected
fund_sheet_purchase_orders.*.order_datestringOrder creation date

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"
}

Payment Voucher Details by Sheet Code

HTTP Request

[GET] /api/v6/fund_sheet_out/code

Query Parameters

Fields

FieldsTypeDescription
idintegerIdentifier
sheet_codestringSheet code
sheet_datestringSheet creation date
pay_dateintegerPayment date
create_userintegerCreator
approval_userintegerApprover
request_idintegerExpense request identifier
sheet_sourceintegerSheet source
sheet_paymentstringPayment method
sheet_amountfloatAmount
fund_idintegerFund identifier
fund_receive_idintegerReceiving fund identifier
sheet_typeintegerSheet type
sheet_statusintegerSheet status
sheet_titlestringSheet title
sheet_descriptionstringSheet description
employee_get_moneyintegerCreator
payment_slip_receiverstringPayer
customer_get_moneyintegerCustomer payer
accountstringCustomer name
budget_idintegerBudget identifier
budget_detail_idintegerBudget detail identifier
fund_sheet_purchase_ordersarrayOrder information
fund_sheet_purchase_orders.*.order_idintegerOrder identifier
fund_sheet_purchase_orders.*.account_idintegerCustomer identifier
fund_sheet_purchase_orders.*.order_codestringOrder code
fund_sheet_purchase_orders.*.real_amountfloatRevenue
fund_sheet_purchase_orders.*.f_amountfloatAmount collected
fund_sheet_purchase_orders.*.order_datestringOrder creation date

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"
}