|
| 1 | +{ |
| 2 | + "data": [ |
| 3 | + { |
| 4 | + "type": "accounts", |
| 5 | + "id": "2", |
| 6 | + "attributes": { |
| 7 | + "created_at": "2018-09-17T12:46:47+01:00", |
| 8 | + "updated_at": "2018-09-17T12:46:47+01:00", |
| 9 | + "active": false, |
| 10 | + "order": 1, |
| 11 | + "name": "My checking account", |
| 12 | + "type": "asset", |
| 13 | + "account_role": "defaultAsset", |
| 14 | + "currency_id": "12", |
| 15 | + "currency_code": "EUR", |
| 16 | + "currency_symbol": "$", |
| 17 | + "currency_decimal_places": 2, |
| 18 | + "native_currency_id": "12", |
| 19 | + "native_currency_code": "EUR", |
| 20 | + "native_currency_symbol": "$", |
| 21 | + "native_currency_decimal_places": 2, |
| 22 | + "current_balance": "123.45", |
| 23 | + "native_current_balance": "123.45", |
| 24 | + "current_balance_date": "2018-09-17T12:46:47+01:00", |
| 25 | + "notes": "Some example notes", |
| 26 | + "monthly_payment_date": "2018-09-17T12:46:47+01:00", |
| 27 | + "credit_card_type": "monthlyFull", |
| 28 | + "account_number": "7009312345678", |
| 29 | + "iban": "GB98MIDL07009312345678", |
| 30 | + "bic": "BOFAUS3N", |
| 31 | + "virtual_balance": "123.45", |
| 32 | + "native_virtual_balance": "123.45", |
| 33 | + "opening_balance": "-1012.12", |
| 34 | + "native_opening_balance": "-1012.12", |
| 35 | + "opening_balance_date": "2018-09-17T12:46:47+01:00", |
| 36 | + "liability_type": "loan", |
| 37 | + "liability_direction": "credit", |
| 38 | + "interest": "5.3", |
| 39 | + "interest_period": "monthly", |
| 40 | + "current_debt": "1012.12", |
| 41 | + "include_net_worth": true, |
| 42 | + "longitude": 5.916667, |
| 43 | + "latitude": 51.983333, |
| 44 | + "zoom_level": 6 |
| 45 | + } |
| 46 | + }, |
| 47 | + { |
| 48 | + "type": "accounts", |
| 49 | + "id": "3", |
| 50 | + "attributes": { |
| 51 | + "created_at": "2019-01-01T10:00:00+01:00", |
| 52 | + "updated_at": "2020-01-01T10:00:00+01:00", |
| 53 | + "active": true, |
| 54 | + "order": 2, |
| 55 | + "name": "Savings Account", |
| 56 | + "type": "asset", |
| 57 | + "account_role": "savingsAsset", |
| 58 | + "currency_id": "13", |
| 59 | + "currency_code": "USD", |
| 60 | + "currency_symbol": "$", |
| 61 | + "currency_decimal_places": 2, |
| 62 | + "native_currency_id": "13", |
| 63 | + "native_currency_code": "USD", |
| 64 | + "native_currency_symbol": "$", |
| 65 | + "native_currency_decimal_places": 2, |
| 66 | + "current_balance": "5000.00", |
| 67 | + "native_current_balance": "5000.00", |
| 68 | + "current_balance_date": "2020-01-01T10:00:00+01:00", |
| 69 | + "notes": "Main savings account", |
| 70 | + "monthly_payment_date": null, |
| 71 | + "credit_card_type": null, |
| 72 | + "account_number": "1234567890", |
| 73 | + "iban": "US12345678901234567890", |
| 74 | + "bic": "CITIUS33", |
| 75 | + "virtual_balance": "0.00", |
| 76 | + "native_virtual_balance": "0.00", |
| 77 | + "opening_balance": "1000.00", |
| 78 | + "native_opening_balance": "1000.00", |
| 79 | + "opening_balance_date": "2019-01-01T10:00:00+01:00", |
| 80 | + "liability_type": null, |
| 81 | + "liability_direction": null, |
| 82 | + "interest": "1.2", |
| 83 | + "interest_period": "yearly", |
| 84 | + "current_debt": null, |
| 85 | + "include_net_worth": true, |
| 86 | + "longitude": -74.006, |
| 87 | + "latitude": 40.7128, |
| 88 | + "zoom_level": 8 |
| 89 | + } |
| 90 | + }, |
| 91 | + { |
| 92 | + "type": "accounts", |
| 93 | + "id": "4", |
| 94 | + "attributes": { |
| 95 | + "created_at": "2021-05-10T09:30:00+01:00", |
| 96 | + "updated_at": "2022-05-10T09:30:00+01:00", |
| 97 | + "active": true, |
| 98 | + "order": 3, |
| 99 | + "name": "Credit Card", |
| 100 | + "type": "liability", |
| 101 | + "account_role": "creditCard", |
| 102 | + "currency_id": "14", |
| 103 | + "currency_code": "GBP", |
| 104 | + "currency_symbol": "£", |
| 105 | + "currency_decimal_places": 2, |
| 106 | + "native_currency_id": "14", |
| 107 | + "native_currency_code": "GBP", |
| 108 | + "native_currency_symbol": "£", |
| 109 | + "native_currency_decimal_places": 2, |
| 110 | + "current_balance": "-250.00", |
| 111 | + "native_current_balance": "-250.00", |
| 112 | + "current_balance_date": "2022-05-10T09:30:00+01:00", |
| 113 | + "notes": "Credit card account", |
| 114 | + "monthly_payment_date": "2022-05-15T09:30:00+01:00", |
| 115 | + "credit_card_type": "monthlyFull", |
| 116 | + "account_number": "9876543210", |
| 117 | + "iban": "GB29NWBK60161331926819", |
| 118 | + "bic": "NWBKGB2L", |
| 119 | + "virtual_balance": "0.00", |
| 120 | + "native_virtual_balance": "0.00", |
| 121 | + "opening_balance": "0.00", |
| 122 | + "native_opening_balance": "0.00", |
| 123 | + "opening_balance_date": "2021-05-10T09:30:00+01:00", |
| 124 | + "liability_type": "credit", |
| 125 | + "liability_direction": "debit", |
| 126 | + "interest": "19.99", |
| 127 | + "interest_period": "monthly", |
| 128 | + "current_debt": "250.00", |
| 129 | + "include_net_worth": false, |
| 130 | + "longitude": 0.1278, |
| 131 | + "latitude": 51.5074, |
| 132 | + "zoom_level": 10 |
| 133 | + } |
| 134 | + } |
| 135 | + ], |
| 136 | + "meta": { |
| 137 | + "pagination": { |
| 138 | + "total": 3, |
| 139 | + "count": 20, |
| 140 | + "per_page": 100, |
| 141 | + "current_page": 1, |
| 142 | + "total_pages": 1 |
| 143 | + } |
| 144 | + } |
| 145 | + } |
0 commit comments