Show Wallet Transactions
Testing
Testing Env
https://taccounting.vodoerp.com
Testing Env
https://taccounting.vodoerp.com
GET
/api/v5/customers-suppliers/{type}/{uuid}/wallet
Last modified:2025-05-19 09:59:07
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/wallet?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": [
{
"id": 1330,
"type": "1",
"created_at": "2025-05-08 13:14:53",
"created_date": "2025-05-08",
"paid_received_type": 1,
"reference": 1129,
"description": null,
"debit": 250,
"credit": null,
"balance": -50
},
{
"id": 1329,
"type": "2",
"created_at": "2025-05-08 13:14:06",
"created_date": "2025-05-08",
"paid_received_type": 1,
"reference": 1128,
"description": null,
"debit": null,
"credit": 300,
"balance": -300
}
],
"first_page_url": "http://127.0.0.1:8000/api/v5/customers/e8dd6203-714c-4d19-9fde-f90e12533e6a/wallet?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://127.0.0.1:8000/api/v5/customers/e8dd6203-714c-4d19-9fde-f90e12533e6a/wallet?page=1",
"links": [
{
"url": null,
"label": "« السابق",
"active": false
},
{
"url": "http://127.0.0.1:8000/api/v5/customers/e8dd6203-714c-4d19-9fde-f90e12533e6a/wallet?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/wallet",
"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}