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": "a3da8717-dbea-4073-87ab-b669e34ad1af", "CustomerAccountCurrencyId": "6910d696-7729-43cc-9e35-8c6e3fcb881c", "Balance": 1.0, "CurrencyName": "sample string 3", "CustomerAccountRestrictionId": "556fe290-ccf3-4891-9415-7273206ddef1", "ConvertedBalance": 1.0, "ConvertedCurrencyId": "abde76cb-d3ae-4114-a2a7-d8a005189b59", "ConvertedCurrencyIdName": "sample string 5", "CustomerId": "7743c2c7-21d8-44ee-8f78-fc9bcd00dd59", "CustomerAccountTypeId": "caf8ad55-2b4b-4ff1-9af7-6593b079c1b6", "IBAN": "sample string 8", "IsBlocked": true, "CardNo": "sample string 10", "IsCardActive": true }, { "CustomerAccountsId": "a3da8717-dbea-4073-87ab-b669e34ad1af", "CustomerAccountCurrencyId": "6910d696-7729-43cc-9e35-8c6e3fcb881c", "Balance": 1.0, "CurrencyName": "sample string 3", "CustomerAccountRestrictionId": "556fe290-ccf3-4891-9415-7273206ddef1", "ConvertedBalance": 1.0, "ConvertedCurrencyId": "abde76cb-d3ae-4114-a2a7-d8a005189b59", "ConvertedCurrencyIdName": "sample string 5", "CustomerId": "7743c2c7-21d8-44ee-8f78-fc9bcd00dd59", "CustomerAccountTypeId": "caf8ad55-2b4b-4ff1-9af7-6593b079c1b6", "IBAN": "sample string 8", "IsBlocked": true, "CardNo": "sample string 10", "IsCardActive": true } ], "IsShowMessage": true, "IsShowRateAndReview": true }