Skip to content

Commit

Permalink
AIS - Adjustment in the description of the usage for /balance and /tr…
Browse files Browse the repository at this point in the history
…ansactions
  • Loading branch information
svenbiellmann committed Jan 12, 2024
1 parent f5b1111 commit 6ba477e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions accountAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ paths:
summary: Retrieve account balance information
description: |
Returns account balance information of the specified account.
* Returns the intraday booked balance (ITBD), if called without a date.
* Returns the closing booked balance (CLBD), if called for a past date. In case the
specified day has not yet been finalized, the response will be a 404 error.
* Returns the intraday booked balance (ITBD) for the current day, if called without a date.
* Returns the closing booked balance (CLBD) for a specific day, if called for a past date (i.e. the closing booked balance (CLBD) of that day). In case the specified day has not yet been finalized, the response code will be 202.
parameters:
- $ref: '#/components/parameters/authorization_in_header'
- $ref: '#/components/parameters/path_accountId'
Expand Down Expand Up @@ -172,10 +171,9 @@ paths:
- accounts
summary: Retrieve transactions of a specific account
description: |
Returns the transaction list (account postings with status booked only) of the specified account
Returns the transaction list of the specified account. Only postings with status booked will be returned.
* Returns the transaction list of the current day, if called without a date.
* Returns the transaction list for a specific day, if called for a past date.
In case the specified day has not yet been finalized, the response will be a 404 error.
* Returns the transaction list for a specific day, if called for a past date (i.e. all transactions from that day). In case the specified day is not yet finalized, the response code will be 202.
parameters:
- $ref: '#/components/parameters/authorization_in_header'
- $ref: '#/components/parameters/path_accountId'
Expand Down

0 comments on commit 6ba477e

Please sign in to comment.