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": "d2b5a4b2-bde6-46d0-8bf1-d712e4f72405", "CustomerAccountCurrencyId": "d57677b6-69c5-48d2-a274-b4acd4f894f2", "Balance": 1.0, "CurrencyName": "sample string 3", "CustomerAccountRestrictionId": "aebbdd18-43dd-4f3d-b3bd-30a66ac04e64", "ConvertedBalance": 1.0, "ConvertedCurrencyId": "23159a51-9eab-4c34-9b4f-14768efc4c38", "ConvertedCurrencyIdName": "sample string 5", "CustomerId": "97922324-272b-41c4-ac31-a4bdc5dddd0e", "CustomerAccountTypeId": "7271a040-2978-47ba-bd5b-eb7b18817689", "IBAN": "sample string 8", "IsBlocked": true, "CardNo": "sample string 10", "IsCardActive": true }, { "CustomerAccountsId": "d2b5a4b2-bde6-46d0-8bf1-d712e4f72405", "CustomerAccountCurrencyId": "d57677b6-69c5-48d2-a274-b4acd4f894f2", "Balance": 1.0, "CurrencyName": "sample string 3", "CustomerAccountRestrictionId": "aebbdd18-43dd-4f3d-b3bd-30a66ac04e64", "ConvertedBalance": 1.0, "ConvertedCurrencyId": "23159a51-9eab-4c34-9b4f-14768efc4c38", "ConvertedCurrencyIdName": "sample string 5", "CustomerId": "97922324-272b-41c4-ac31-a4bdc5dddd0e", "CustomerAccountTypeId": "7271a040-2978-47ba-bd5b-eb7b18817689", "IBAN": "sample string 8", "IsBlocked": true, "CardNo": "sample string 10", "IsCardActive": true } ], "IsShowMessage": true, "IsShowRateAndReview": true }