Get all Account Currencies for the given account product
get
/service/accounts/ccysforaccountproduct
This endpoint is used to get all valid Account Currencies for the given account product.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
accountProduct(optional): string
Account Product under the Real Customer Number
-
limit(optional): integer
limit is maximum no of records to be fetched
-
offset(optional): integer
offset is starting no of records to be fetched
-
realCustomerNo(optional): string
Real customer number for which virtual accounts applicable for closure needs to be fetched
Header Parameters
-
sourceCode: string
Source from which request is initiated
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Successful operation.
Nested Schema : CcyDto
Type:
Show Source
object
-
currencyCode(optional):
string
Currency Code
-
currencyName(optional):
string
Currency Code Description
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error