Get_customer_invoices_list
Testing Env
https://taccounting.vodoerp.com
Testing Env
https://taccounting.vodoerp.com
GET
/api/v4/customers/customer_invoices_list/{customer_uuid}
Last modified:2025-04-22 13:37:51
note :this end pint get 10 items per page
** Query Param** | description |
---|---|
filter_reference | optional number filter by invoice reference |
filter_from_date | optional number filter by invoice date can pass period filter_from_date and filter_to_date |
filter_to_date | optional number filter by invoice date can pass period filter_from_date and filter_to_date |
filter_branch_id | optional number filter by invoice branch |
page | optional number current page number Default:1 |
keyword | optional string keyword search filter |
HEADERS | description |
---|---|
Accept-Language | required string ar,en |
secure-business-key | required string ex: 4765066450c0bd66325.48403130 from accounts system base on business |
apikey | required string ex: efe2db322a53 for make reuest more secure must add apikey in header |
platform-key | required string ex: 1234567 use this value as test |
platform | required string ex: web use this value as test |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://taccounting.vodoerp.com/api/v4/customers/customer_invoices_list/?filter_reference=&filter_from_date=&filter_to_date=allaa&filter_branch_id=&pagination=true&paginate=5&page=2' \
--header 'secure-business-key: 574526399db2b55b5a7.88351406' \
--header 'platform: web' \
--header 'platform-key: 123333' \
--header 'Accept-Language: ar' \
--header 'apikey: efe2db322a53'
Response Response Example
{
"status": true,
"message": "done",
"data": {
"current_page": 1,
"data": [
{
"id": 309,
"uuid": "7855de0b-4d33-4871-93d2-023c05e486db",
"user_id": 2294,
"branch_id": 0,
"business_id": 256,
"currency_id": 158,
"reference": 1,
"sales_order_id": null,
"ecomm_order_id": null,
"order_number": null,
"quote_number": null,
"due_date": null,
"created_date": "2025-01-30",
"description": null,
"invoice_status_days": 0,
"invoice_status": "<span class=\"badge badge-warning\" style=\"font-size: 12px;color:#fff\">Due today</span>",
"billing_address": null,
"rounding": "0",
"rounding_value": "0",
"tax_inclusive": "0",
"discount": null,
"total_amount_word": "0",
"total": 100,
"credit_amount": null,
"payment_amount": null,
"receipt_amount": null,
"expenses_amount": null,
"jornal_entries_amount": null,
"amount_total": 100,
"tax_amount_total": 0,
"total_without_deduct": "100",
"due_balalnce": 100,
"qty_due_balance": 0,
"hide_due_date": "0",
"deduct_type": "",
"deduct_value": 0,
"payment_fees": 0,
"early_discount_type": "",
"early_discount_value": 0,
"early_discount_days": 0,
"custom_title": "",
"note": "",
"bank_id": 0,
"representative_id": 0,
"pos_session_id": 0,
"created_by": 1,
"invoice_type": null,
"reservation_invoice_id": null,
"column_type": "sales_invoices",
"rate_value": 0,
"created_at": "2025-01-30T10:33:37.000000Z",
"updated_at": "2025-01-30T10:33:37.000000Z"
},
{
"id": 310,
"uuid": "918f0a89-a371-4ea8-adad-a8ee63f02d83",
"user_id": 2294,
"branch_id": 0,
"business_id": 256,
"currency_id": 158,
"reference": 2,
"sales_order_id": null,
"ecomm_order_id": null,
"order_number": null,
"quote_number": null,
"due_date": null,
"created_date": "2025-01-30",
"description": null,
"invoice_status_days": 0,
"invoice_status": "<span class=\"badge badge-warning\" style=\"font-size: 12px;color:#fff\">Due today</span>",
"billing_address": null,
"rounding": "0",
"rounding_value": "0",
"tax_inclusive": "0",
"discount": null,
"total_amount_word": "0",
"total": 100,
"credit_amount": null,
"payment_amount": null,
"receipt_amount": null,
"expenses_amount": null,
"jornal_entries_amount": null,
"amount_total": 100,
"tax_amount_total": 0,
"total_without_deduct": "100",
"due_balalnce": 100,
"qty_due_balance": 0,
"hide_due_date": "0",
"deduct_type": "",
"deduct_value": 0,
"payment_fees": 0,
"early_discount_type": "",
"early_discount_value": 0,
"early_discount_days": 0,
"custom_title": "",
"note": "",
"bank_id": 0,
"representative_id": 0,
"pos_session_id": 0,
"created_by": 1,
"invoice_type": null,
"reservation_invoice_id": null,
"column_type": "sales_invoices",
"rate_value": 0,
"created_at": "2025-01-30T10:33:50.000000Z",
"updated_at": "2025-01-30T10:33:50.000000Z"
},
{
"id": 311,
"uuid": "4f5abeaa-3f44-417e-bdbd-0f647f49725d",
"user_id": 2294,
"branch_id": 0,
"business_id": 256,
"currency_id": 158,
"reference": 3,
"sales_order_id": null,
"ecomm_order_id": null,
"order_number": null,
"quote_number": null,
"due_date": null,
"created_date": "2025-01-30",
"description": null,
"invoice_status_days": 0,
"invoice_status": "<span class=\"badge badge-warning\" style=\"font-size: 12px;color:#fff\">Due today</span>",
"billing_address": null,
"rounding": "0",
"rounding_value": "0",
"tax_inclusive": "0",
"discount": null,
"total_amount_word": "0",
"total": 100,
"credit_amount": null,
"payment_amount": null,
"receipt_amount": null,
"expenses_amount": null,
"jornal_entries_amount": null,
"amount_total": 100,
"tax_amount_total": 0,
"total_without_deduct": "100",
"due_balalnce": 100,
"qty_due_balance": 0,
"hide_due_date": "0",
"deduct_type": "",
"deduct_value": 0,
"payment_fees": 0,
"early_discount_type": "",
"early_discount_value": 0,
"early_discount_days": 0,
"custom_title": "",
"note": "",
"bank_id": 0,
"representative_id": 0,
"pos_session_id": 0,
"created_by": 1,
"invoice_type": null,
"reservation_invoice_id": null,
"column_type": "sales_invoices",
"rate_value": 0,
"created_at": "2025-01-30T10:34:12.000000Z",
"updated_at": "2025-01-30T10:34:12.000000Z"
},
{
"id": 312,
"uuid": "32bc968f-855e-4288-b62e-af543107360a",
"user_id": 2294,
"branch_id": 0,
"business_id": 256,
"currency_id": 158,
"reference": 4,
"sales_order_id": null,
"ecomm_order_id": null,
"order_number": null,
"quote_number": null,
"due_date": null,
"created_date": "2025-01-30",
"description": null,
"invoice_status_days": 0,
"invoice_status": "<span class=\"badge badge-warning\" style=\"font-size: 12px;color:#fff\">Due today</span>",
"billing_address": null,
"rounding": "0",
"rounding_value": "0",
"tax_inclusive": "0",
"discount": null,
"total_amount_word": "0",
"total": 100,
"credit_amount": null,
"payment_amount": null,
"receipt_amount": null,
"expenses_amount": null,
"jornal_entries_amount": null,
"amount_total": 100,
"tax_amount_total": 0,
"total_without_deduct": "100",
"due_balalnce": 100,
"qty_due_balance": 1,
"hide_due_date": "0",
"deduct_type": "",
"deduct_value": 0,
"payment_fees": 0,
"early_discount_type": "",
"early_discount_value": 0,
"early_discount_days": 0,
"custom_title": "",
"note": "",
"bank_id": 0,
"representative_id": 0,
"pos_session_id": 0,
"created_by": 1,
"invoice_type": null,
"reservation_invoice_id": null,
"column_type": "sales_invoices",
"rate_value": 0,
"created_at": "2025-01-30T11:22:05.000000Z",
"updated_at": "2025-01-30T11:22:06.000000Z"
},
{
"id": 313,
"uuid": "dd5a994a-b5a5-4590-8b08-cd53dff26904",
"user_id": 2294,
"branch_id": 0,
"business_id": 256,
"currency_id": 158,
"reference": 5,
"sales_order_id": null,
"ecomm_order_id": null,
"order_number": null,
"quote_number": null,
"due_date": null,
"created_date": "2025-01-30",
"description": null,
"invoice_status_days": 0,
"invoice_status": "<span class=\"badge badge-warning\" style=\"font-size: 12px;color:#fff\">Due today</span>",
"billing_address": null,
"rounding": "0",
"rounding_value": "0",
"tax_inclusive": "0",
"discount": null,
"total_amount_word": "0",
"total": 100,
"credit_amount": null,
"payment_amount": null,
"receipt_amount": 80,
"expenses_amount": null,
"jornal_entries_amount": null,
"amount_total": 100,
"tax_amount_total": 0,
"total_without_deduct": "100",
"due_balalnce": 20,
"qty_due_balance": 1,
"hide_due_date": "0",
"deduct_type": "",
"deduct_value": 0,
"payment_fees": 0,
"early_discount_type": "",
"early_discount_value": 0,
"early_discount_days": 0,
"custom_title": "",
"note": "",
"bank_id": 0,
"representative_id": 0,
"pos_session_id": 0,
"created_by": 1,
"invoice_type": null,
"reservation_invoice_id": null,
"column_type": "sales_invoices",
"rate_value": 5,
"created_at": "2025-01-30T11:25:22.000000Z",
"updated_at": "2025-01-30T11:48:48.000000Z"
}
],
"first_page_url": "https://taccounting.vodoerp.com/api/v4/customers/customer_invoices_list/2dcf98a4-25b9-4343-ba5d-ed829eaec583?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://taccounting.vodoerp.com/api/v4/customers/customer_invoices_list/2dcf98a4-25b9-4343-ba5d-ed829eaec583?page=1",
"next_page_url": null,
"path": "https://taccounting.vodoerp.com/api/v4/customers/customer_invoices_list/2dcf98a4-25b9-4343-ba5d-ed829eaec583",
"per_page": "5",
"prev_page_url": null,
"to": 5,
"total": 5
}
}
Request
Path Params
customer_uuid
stringÂ
required
Query Params
filter_reference
stringÂ
required
filter_from_date
stringÂ
required
filter_to_date
stringÂ
optional
Example:
allaa
filter_branch_id
stringÂ
required
pagination
stringÂ
optional
Example:
true
paginate
stringÂ
required
Example:
5
page
stringÂ
required
Example:
2
Header Params
secure-business-key
stringÂ
required
Example:
574526399db2b55b5a7.88351406
platform
stringÂ
required
Example:
web
platform-key
stringÂ
required
Example:
123333
Accept-Language
stringÂ
required
Example:
ar
apikey
stringÂ
required
Example:
efe2db322a53
Body Params multipart/form-data
object {0}