Changes for page account
                      Last modified by Jenny Eklund on 2025/09/29 10:46
                  
            From version 8.1
        
                  edited by Rasmus Enekvist
          
on 2021/09/24 07:54
           on 2021/09/24 07:54
To version 9.1
      
              edited by Rasmus Enekvist
        
on 2021/09/24 08:00
     on 2021/09/24 08:00
    Change comment:   There is no comment for this version   
 Summary
- 
          Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
- 
      - Content
-   ... ... @@ -538,7 +538,7 @@ 538 538 **Date range example** 539 539 540 540 {{code language="http" title="**Request**"}} 541 -GET /ledger/ credit-account/v1/XXX/accounts/NNN/transactions?fromDate=2020-02-10&todate=2020-06-01 HTTP/1.1541 +GET /ledger/account/v1/XXX/accounts/NNN/transactions?fromDate=2020-02-10&todate=2020-06-01 HTTP/1.1 542 542 Host: - 543 543 Authorization: Bearer <Token> 544 544 Content-Type: application/json ... ... @@ -549,7 +549,7 @@ 549 549 **Monthly example** 550 550 551 551 {{code language="http" title="**Request**"}} 552 -GET /ledger/ credit-account/v1/XXX/accounts/NNN/transactions?month=2020-04 HTTP/1.1552 +GET /ledger/account/v1/XXX/accounts/NNN/transactions?month=2020-04 HTTP/1.1 553 553 Host: - 554 554 Authorization: Bearer <Token> 555 555 Content-Type: application/json ... ... @@ -560,7 +560,7 @@ 560 560 **Standard (default last 30 days) ** 561 561 562 562 {{code language="http" title="**Request**"}} 563 -GET /ledger/ credit-account/v1/XXX/accounts/NNN/transactions HTTP/1.1563 +GET /ledger/account/v1/XXX/accounts/NNN/transactions HTTP/1.1 564 564 Host: - 565 565 Authorization: Bearer <Token> 566 566 Content-Type: application/json ... ... @@ -598,7 +598,7 @@ 598 598 "date": "2019-10-09" 599 599 } 600 600 ], 601 - "@id": "/ledger/ credit-account/v1/XXX/accounts/NNN/transactions"601 + "@id": "/ledger/account/v1/XXX/accounts/NNN/transactions" 602 602 } 603 603 {{/code}} 604 604