Get All Cash And Bank Accounts
Testing
Testing Env
https://taccounting.vodoerp.com
Testing Env
https://taccounting.vodoerp.com
GET
/api/v5/bank-cash-accounts
Last modified:2025-05-13 09:37:01
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://taccounting.vodoerp.com/api/v5/bank-cash-accounts?keyword&type' \
--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": 53,
"uuid": "ff854169-0242-11f0-877b-fa163e094c0f",
"business_id": 259,
"currency_id": null,
"type": "bank",
"name": "عمليات نقاط البيع",
"bank_account_name": null,
"code": null,
"credit_imit": null,
"iban_num": null,
"address": null,
"started_balance": null,
"balance": null,
"representative_id": 0,
"POS_account": "1",
"main_account": 0,
"created_at": "2024-09-25T02:51:52.000000Z",
"updated_at": "2024-09-25T02:51:52.000000Z"
},
{
"id": 81,
"uuid": "ff854aa9-0242-11f0-877b-fa163e094c0f",
"business_id": 259,
"currency_id": null,
"type": "bank",
"name": "ميسر للمدفوعات الالكترونية",
"bank_account_name": "ميسر للمدفوعات الالكترونية",
"code": null,
"credit_imit": "0",
"iban_num": null,
"address": null,
"started_balance": null,
"balance": null,
"representative_id": 0,
"POS_account": "0",
"main_account": 0,
"created_at": "2024-11-10T20:12:29.000000Z",
"updated_at": "2025-03-17T15:34:18.000000Z"
}
],
"first_page_url": "http://127.0.0.1:8000/api/v5/bank-cash-accounts/bank?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "http://127.0.0.1:8000/api/v5/bank-cash-accounts/bank?page=1",
"links": [
{
"url": null,
"label": "« السابق",
"active": false
},
{
"url": "http://127.0.0.1:8000/api/v5/bank-cash-accounts/bank?page=1",
"label": "1",
"active": true
},
{
"url": null,
"label": "التالي »",
"active": false
}
],
"next_page_url": null,
"path": "http://127.0.0.1:8000/api/v5/bank-cash-accounts/bank",
"per_page": 12,
"prev_page_url": null,
"to": 2,
"total": 2
},
"errors": []
}
Request
Query Params
keyword
string
optional
type
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}