GET api/CustomerAccount/GetAccount?customerId={customerId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfCustomerAccountName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of CustomerAccount |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "AccountId": "395aa191-f0a1-4bbf-8d8d-68fce580d2df", "SenderId": "d0c466b9-ff8d-43ee-9556-939c2f3e6a7d", "Balance": 3.0, "CurrencyId": "1df96d15-c1bf-49bc-ae08-edd9bee1d21f", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "dbf512e5-61da-4b11-b5b9-bd38473ccbe2", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "2ff7fa15-896a-439d-a883-901aed62bb99", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "f770e692-7e5f-4ce6-a7d0-a773b73ff304", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "6138d3e4-e9b5-4213-a70a-35e7c7e5f6a0", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "395aa191-f0a1-4bbf-8d8d-68fce580d2df", "SenderId": "d0c466b9-ff8d-43ee-9556-939c2f3e6a7d", "Balance": 3.0, "CurrencyId": "1df96d15-c1bf-49bc-ae08-edd9bee1d21f", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "dbf512e5-61da-4b11-b5b9-bd38473ccbe2", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "2ff7fa15-896a-439d-a883-901aed62bb99", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "f770e692-7e5f-4ce6-a7d0-a773b73ff304", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "6138d3e4-e9b5-4213-a70a-35e7c7e5f6a0", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }