Retrieve the account ID for the given account number.
post
/dmaccount-service/accounts/getAccountIdforAccountNumber
This endpoint is used to retrieve the account ID for the given account number.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
The application ID of the host service.
-
branchCode(required): string
The branch code of the requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of the requesting user.
Request body that contains account number for which account Id is required.
Root Schema : DmAccountNumberCollection
Type:
object
Input Account Number to fetch ID.
Show Source
-
accountnumber:
array accountnumber
Account Number
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the account ID of the given account number.
Root Schema : DmAccountNumbertoIDCollection
Type:
object
Collection of DmAccountNumbertoID.
Show Source
-
accountId:
array accountId
Account ID
201 Response
Returns a message indicating either success or failure.
Headers
-
Location: string
Return the account ID of the given account number.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error.