Get Additional Account Information by Account ID
get
/notes-service/note/acct/addn/{acctId}
This endpoint is used to Get the additional account information by Account ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
acctId(required): string
The account ID for which we need the account information.
Header Parameters
-
appId(required): string
The app ID for the request.
-
branchCode(required): string
The branch code for the request.
-
contentType: string
The content type of the request.
-
tenantId: string
The tenant ID for the request.
-
userId(required): string
The user ID for the request.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure.
Headers
-
Location: string
Additional information of the account.
Root Schema : AcctRelatedAdditionalInfoDto
Type:
object
Additional acct info.
Show Source
-
overdueAmountDto:
object OverdueAmountDto
Overdue amount and currency.
Nested Schema : OverdueAmountDto
Type:
object
Overdue amount and currency.
Show Source
-
acctCurrCd:
string
Account currency.
-
overdueAmt:
number
Overdue amount.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error