Retrieve Account ID for Given Account Number
post
/dmaccount-service/accounts/getAccountIdforAccountNumber
This endpoint is used to retrieve the Account ID for given Account Number.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
userId(required): string
The user ID of 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
Return the Account ID of given Account Number.
Root Schema : DmAccountNumbertoIDCollection
Type:
object
Collection of DmAccountNumbertoID.
Show Source
-
accountId:
array accountId
Account ID
201 Response
Returns message of success or failure.
Headers
-
Location: string
Return the Account ID of 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.