Changes for page account

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

Summary

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.1
788 +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}}