POST api/{apiVersion}/UptionCard/GetCustomerAccounts
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CardCustomerAccountsRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "03094c56-8e37-4a72-9c85-7e40a26ff521" }
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "725a0533-1fc6-4037-82a1-7bae5aa85240", "CustomerAccountCurrencyId": "0da75af2-2e47-4645-93bc-3be66c31c398", "Balance": 1.0, "CurrencyName": "sample string 3", "CustomerAccountRestrictionId": "a84375be-2dfc-40e2-b881-95024ca7dbe9", "ConvertedBalance": 1.0, "ConvertedCurrencyId": "72d03b51-06a3-4edd-9401-935938d74d7c", "ConvertedCurrencyIdName": "sample string 5", "CustomerId": "9ce995f4-86cc-4733-835b-a04c76280f33", "CustomerAccountTypeId": "e7814346-235a-4d0e-b1c7-65c8d7ee80c6", "IBAN": "sample string 8", "IsBlocked": true, "CardNo": "sample string 10", "IsCardActive": true }, { "CustomerAccountsId": "725a0533-1fc6-4037-82a1-7bae5aa85240", "CustomerAccountCurrencyId": "0da75af2-2e47-4645-93bc-3be66c31c398", "Balance": 1.0, "CurrencyName": "sample string 3", "CustomerAccountRestrictionId": "a84375be-2dfc-40e2-b881-95024ca7dbe9", "ConvertedBalance": 1.0, "ConvertedCurrencyId": "72d03b51-06a3-4edd-9401-935938d74d7c", "ConvertedCurrencyIdName": "sample string 5", "CustomerId": "9ce995f4-86cc-4733-835b-a04c76280f33", "CustomerAccountTypeId": "e7814346-235a-4d0e-b1c7-65c8d7ee80c6", "IBAN": "sample string 8", "IsBlocked": true, "CardNo": "sample string 10", "IsCardActive": true } ], "IsShowMessage": true, "IsShowRateAndReview": true }