Get all valid virtual identifier for a given customer
get
/service/idmaps/fetchIdentifier
This endpoint is used to get all valid virtual identifier for a given customer and the identifier details.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
realCustomerNo(required): string
Real Customer No of remittance list id
-
virtualIdentifier: string
virtual identifier for which details to be checked
Response
Supported Media Types
- application/json
- application/xml
- text/csv
200 Response
Returns message of succes or failure
Headers
Nested Schema : IdentifierMapLOVServiceDTO
Type:
Show Source
object
-
accountGroupId:
string
VMCA
-
branchName:
string
branch name
-
maxLength:
number
maximum length of VI account number as per rule
-
minLength:
number
Minimum length of VI account number as per rule
-
realAccountBrn:
string
real account branch
-
realAccountNo:
string
real account number
-
realCustomerNo:
string
Real Customer Name
-
remitteridMask:
string
Remitter Id mask at branch level
-
remitterListId:
string
Remitter List Id
-
remitterListIdDesc:
string
Remitter List Description
-
validationRuleId:
string
corporate rule of the identifier
-
virtualIdentifier:
string
virtual identifier
-
virtualIdentifierBranch:
string
virtual Identifier branch
-
virtualIdentifierDesc:
string
identifier Description
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