You've already forked akaunting-py
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"data":[
|
|
{
|
|
"id":2,
|
|
"company_id":1,
|
|
"type":"bank",
|
|
"name":"Some Account",
|
|
"number":"00-0000-0000000-00",
|
|
"currency_code":"NZD",
|
|
"opening_balance":351.17,
|
|
"opening_balance_formatted":"$351.17",
|
|
"current_balance":306.3600000000006,
|
|
"current_balance_formatted":"$306.36",
|
|
"bank_name":"None",
|
|
"bank_phone":"None",
|
|
"bank_address":"None",
|
|
"enabled":true,
|
|
"created_from":"core::ui",
|
|
"created_by":1,
|
|
"created_at":"2022-05-30T11:06:21+12:00",
|
|
"updated_at":"2022-05-30T11:10:47+12:00"
|
|
}
|
|
],
|
|
"links":{
|
|
"first":"https://someakaunting-url/api/accounts?page=1",
|
|
"last":"https://someakaunting-url/api/accounts?page=1",
|
|
"prev":"None",
|
|
"next":"None"
|
|
},
|
|
"meta":{
|
|
"current_page":1,
|
|
"from":1,
|
|
"last_page":1,
|
|
"links":[
|
|
{
|
|
"url":"None",
|
|
"label":"Previous",
|
|
"active":false
|
|
},
|
|
{
|
|
"url":"https://someakaunting-url/api/accounts?page=1",
|
|
"label":"1",
|
|
"active":true
|
|
},
|
|
{
|
|
"url":"None",
|
|
"label":"Next",
|
|
"active":false
|
|
}
|
|
],
|
|
"path":"https://someakaunting-url/api/accounts",
|
|
"per_page":100,
|
|
"to":1,
|
|
"total":1
|
|
}
|
|
} |