Update test data

This commit is contained in:
2022-11-25 23:03:43 +13:00
parent bbd2083109
commit f10b39a3ba
7 changed files with 82 additions and 8 deletions

View File

@@ -0,0 +1,34 @@
{
"data":[
{
"id":2,
"company_id":1,
"name":"Some Account",
"number":"00-0000-0000000-00",
"currency_code":"NZD",
"opening_balance":0,
"opening_balance_formatted":"$0.00",
"current_balance":100,
"current_balance_formatted":"$100.00",
"bank_name":"A Bank",
"bank_phone":"None",
"bank_address":"None",
"enabled":true,
"created_by":1,
"created_at":"2022-05-13T16:16:16+12:00",
"updated_at":"2022-05-13T16:16:16+12:00"
}
],
"meta":{
"pagination":{
"total":1,
"count":1,
"per_page":25,
"current_page":1,
"total_pages":1,
"links":{
}
}
}
}

View File

@@ -0,0 +1,15 @@
{
"data":[],
"meta":{
"pagination":{
"total":0,
"count":0,
"per_page":25,
"current_page":0,
"total_pages":0,
"links":{
}
}
}
}