Retrieves the account ID based on the provided account number and product processor code
post
/dmaccount-service/accounts/getAccountId
This endpoint retrieves the account ID based on the provided account number and product processor code
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 the request or response body.
-
userId(required): string
The user ID of the requesting user.
Request body containing a list of account numbers and a product processor code to fetch the corresponding list of account IDs.
Root Schema : AccountNumberCollection
Type:
object
Collection of account numbers along with product processor code.
Show Source
-
accountNumberList:
array accountNumberList
-
prdProcessrCd:
string
Product Processor Code
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the account ID of the specified account number.
Root Schema : AcctNbrAcctIdDtoCollection
Type:
object
Account numbers mapped with their respective account ids.
Show Source
Nested Schema : accountNumberList
Type:
Show Source
array
-
Array of:
object AcctNbrAcctIdDto
Contains account numbers along with their respective account IDs.
Nested Schema : AcctNbrAcctIdDto
Type:
object
Contains account numbers along with their respective account IDs.
Show Source
201 Response
Returns a message indicating either success or failure.
Headers
-
Location: string
Returns the account ID of the specified 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.