Show Accounts Receivable
Testing
Testing Env
https://taccounting.vodoerp.com
Testing Env
https://taccounting.vodoerp.com
GET
/api/v5/customers-suppliers/{type}/{uuid}/accounts-receivable
Last modified:2025-05-19 09:56:34
1
=> refer to customer,2
=> refer to supplierRequest Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://taccounting.vodoerp.com/api/v5/customers-suppliers//e8dd6203-714c-4d19-9fde-f90e12533e6a/accounts-receivable?page=&reference&type=&from=&to=' \
--header 'user-token: ' \
--header 'secure-business-key: 4765066450c0bd66325.48403130' \
--header 'lang: en'
Response Response Example
200 - Success
{
"status": true,
"message": "تم استرجاع البيانات بنجاØ",
"data": {
"current_page": 1,
"data": [
{
"action_id": "1330",
"sub_account_id": null,
"sub_account_type": null,
"reference": "1129",
"type": "receipts",
"description": null,
"amount": 250,
"created_date": "2025-05-08",
"migration_datetime": "2025-05-08 13:14:53",
"qty": 0,
"debit": null,
"credit": 250,
"balance": 50
},
{
"action_id": "1329",
"sub_account_id": null,
"sub_account_type": null,
"reference": "1128",
"type": "payments",
"description": null,
"amount": 300,
"created_date": "2025-05-08",
"migration_datetime": "2025-05-08 13:14:06",
"qty": 0,
"debit": 300,
"credit": null,
"balance": 300
}
],
"first_page_url": "http://127.0.0.1:8000/api/v5/customers/e8dd6203-714c-4d19-9fde-f90e12533e6a/accounts-receivable?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://127.0.0.1:8000/api/v5/customers/e8dd6203-714c-4d19-9fde-f90e12533e6a/accounts-receivable?page=1",
"links": [
{
"url": null,
"label": "« السابق",
"active": false
},
{
"url": "http://127.0.0.1:8000/api/v5/customers/e8dd6203-714c-4d19-9fde-f90e12533e6a/accounts-receivable?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "التالي »",
"active": false
}
],
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v5/customers/e8dd6203-714c-4d19-9fde-f90e12533e6a/accounts-receivable",
"per_page": 12,
"prev_page_url": null,
"to": 2,
"total": 2
},
"errors": []
}
Request
Path Params
type
stringÂ
required
uuid
stringÂ
required
Example:
e8dd6203-714c-4d19-9fde-f90e12533e6a
Query Params
page
stringÂ
optional
reference
stringÂ
optional
type
stringÂ
optional
from
stringÂ
optional
to
stringÂ
optional
Header Params
user-token
stringÂ
required
Example:
{{user_token}}
secure-business-key
stringÂ
required
Example:
{{secure_business_key}}
lang
stringÂ
optional
Example:
{{lang}}
Body Params multipart/form-data
object {0}