Changes for page account
                      Last modified by Jenny Eklund on 2025/09/29 10:46
                  
            From version 11.1
        
                  edited by Rasmus Enekvist
          
on 2021/09/24 08:04
           on 2021/09/24 08:04
To version 12.1
      
              edited by Rasmus Enekvist
        
on 2021/09/24 08:05
     on 2021/09/24 08:05
    Change comment:   There is no comment for this version   
 Summary
- 
          Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
- 
      - Content
-   ... ... @@ -785,7 +785,7 @@ 785 785 786 786 787 787 {{code language="http" title="**Request**"}} 788 -GET /ledger/ credit-account/v1/XXX/accounts/NNN/active-payment-orders/ HTTP/1.1788 +GET /ledger/account/v1/XXX/accounts/NNN/active-payment-orders/ HTTP/1.1 789 789 Host: - 790 790 Authorization: Bearer <Token> 791 791 Content-Type: application/json ... ... @@ -806,8 +806,8 @@ 806 806 } 807 807 ], 808 808 "view": { 809 - "@id": "/ledger/ credit-account/v1/XXX/accounts/NNN/active-payment-orders?$top=2&$skip=0",810 - "next": "/ledger/ credit-account/v1/XXX/accounts/NNN/active-payment-orders?$top=2&$skip=2"809 + "@id": "/ledger/account/v1/XXX/accounts/NNN/active-payment-orders?$top=2&$skip=0", 810 + "next": "/ledger/account/v1/XXX/accounts/NNN/active-payment-orders?$top=2&$skip=2" 811 811 } 812 812 } 813 813 {{/code}}