Changes for page account

Last modified by David Persson on 2024/02/21 07:42
From version 16.1
edited by Rasmus Enekvist
on 2021/09/27 07:52
To version 17.1
edited by Rasmus Enekvist
on 2021/09/27 07:56
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -61,7 +61,7 @@
61 61  
62 62  ==== Get a specific account ====
63 63  
64 -==== ====
64 +==== ====
65 65  
66 66  {{code language="http" title="**Request**"}}
67 67  GET /ledger/account/v1/XXX/accounts/NNN HTTP/1.1
... ... @@ -88,6 +88,7 @@
88 88   "totalBalance" : -1900.0,
89 89   "reservedAmount": 50.0,
90 90   "availableAmount": 3850.0,
91 + "maxPaymentAmount": 51900.0,
91 91   "openBill" : "/ledger/account/v1/XXX/accounts/NNN/bills/reminder-456",
92 92   "charityDonation": true,
93 93   "interestRate": {
... ... @@ -285,7 +285,7 @@
285 285  }
286 286  {{/code}}
287 287  
288 -==== ====
289 +==== ====
289 289  
290 290  ==== Get specific bill ====
291 291  
... ... @@ -812,7 +812,7 @@
812 812  }
813 813  {{/code}}
814 814  
815 -==== ====
816 +==== ====
816 816  
817 817  ==== Active-payment-orders resource properties ====
818 818  
... ... @@ -826,7 +826,7 @@
826 826  )))
827 827  |(% style="width:337px" %)amount|(% style="width:205px" %)decimal|(% style="width:208px" %) |(% style="width:58px" %) |(% style="width:1176px" %)The amount to debit the owner of the consent
828 828  
829 -=== ===
830 +=== ===
830 830  
831 831  == Problems ==
832 832