Changes for page account

Last modified by David Persson on 2024/02/21 07:42
From version 9.1
edited by Rasmus Enekvist
on 2021/09/24 08:00
To version 10.1
edited by Rasmus Enekvist
on 2021/09/24 08:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -633,7 +633,7 @@
633 633  ==== List reservations in an account ====
634 634  
635 635  {{code language="http" title="**Request**"}}
636 -GET /ledger/credit-account/v1/XXX/accounts/NNN/reservations HTTP/1.1
636 +GET /ledger/account/v1/XXX/accounts/NNN/reservations HTTP/1.1
637 637  Host: -
638 638  Authorization: Bearer <Token>
639 639  Content-Type: application/json
... ... @@ -660,7 +660,7 @@
660 660   "date": "2019-10-02",
661 661   },
662 662   ],
663 - "@id": "/ledger/credit-account/v1/XXX/accounts/NNN/reservations",
663 + "@id": "/ledger/account/v1/XXX/accounts/NNN/reservations",
664 664  }
665 665  {{/code}}
666 666