GET api/{apiVersion}/UptionCard/GetCustomerAccounts?customerId={customerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | globally unique identifier |
Required |
|
apiVersion | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfUptionCardCustomerAccountName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of UptionCardCustomerAccount |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "CustomerAccountsId": "a57fd339-1445-4059-a29e-673fdc93aff6", "CustomerAccountCurrencyId": "85b06f39-1702-42b3-8272-e881c273ac38", "Balance": 1.0, "CurrencyName": "sample string 3", "CustomerAccountRestrictionId": "78287620-b44a-439d-8222-81916bac6179", "ConvertedBalance": 1.0, "ConvertedCurrencyId": "755933c6-14ad-4a30-a924-b9744e9256c6", "ConvertedCurrencyIdName": "sample string 5", "CustomerId": "df0b7776-dceb-469c-857a-7f75017d94a1", "CustomerAccountTypeId": "99a8f658-1dd5-4381-806a-803b559b6078", "IBAN": "sample string 8", "IsBlocked": true, "CardNo": "sample string 10", "IsCardActive": true }, { "CustomerAccountsId": "a57fd339-1445-4059-a29e-673fdc93aff6", "CustomerAccountCurrencyId": "85b06f39-1702-42b3-8272-e881c273ac38", "Balance": 1.0, "CurrencyName": "sample string 3", "CustomerAccountRestrictionId": "78287620-b44a-439d-8222-81916bac6179", "ConvertedBalance": 1.0, "ConvertedCurrencyId": "755933c6-14ad-4a30-a924-b9744e9256c6", "ConvertedCurrencyIdName": "sample string 5", "CustomerId": "df0b7776-dceb-469c-857a-7f75017d94a1", "CustomerAccountTypeId": "99a8f658-1dd5-4381-806a-803b559b6078", "IBAN": "sample string 8", "IsBlocked": true, "CardNo": "sample string 10", "IsCardActive": true } ], "IsShowMessage": true, "IsShowRateAndReview": true }