Fetches distinct virtual account currency for a real customer
get
/service/distinctCurrencies
This endpoint is used to fetch distinct virtual account currency for a real customer.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
realCustomerNo: string
Real Customer Number
-
virtualEntityId(optional): string
Virtual Entity ID
Header Parameters
-
sourceCode: string
Source Code
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Returns list of distinct currencies for a real customer number from readonly virtual account table
Headers
Root Schema : DistinctCurrenciesServiceCollection
Type:
object
Collection of distinct currencies for a real customer number from readonly virtual account table
Show Source
Nested Schema : DistinctCurrencieserviceDTO
Type:
Show Source
object
-
currency(optional):
string
Virtual Account Currency
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