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: string
Account Product under the Real Customer Number
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
-
realCustomerNo: string
Real customer number for which virtual accounts applicable for closure needs to be fetched
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Response
Supported Media Types
- application/json
- application/xml
- text/csv
200 Response
Successful operation.
Nested Schema : CcyDto
Type:
Show Source
object
-
currencyCode:
string
Currency Code
-
currencyName:
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