GET api/v1/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": "54077a18-e4df-419b-ab30-d2edd45f7199", "SenderId": "ca90888d-f6d1-4bd4-a220-a5962917faba", "Balance": 3.0, "CurrencyId": "d9a4bf1a-e7ca-4925-9583-b8a5955f907f", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "6528b66e-46ea-4ef5-9b7b-b790f0bdc345", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "835580d4-256b-49c6-80b9-ec08168fe0ba", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "aa914723-81de-411f-aa30-acb21a5756a2", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "b887d0f1-6757-401e-8015-9a737ca3b837", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "54077a18-e4df-419b-ab30-d2edd45f7199", "SenderId": "ca90888d-f6d1-4bd4-a220-a5962917faba", "Balance": 3.0, "CurrencyId": "d9a4bf1a-e7ca-4925-9583-b8a5955f907f", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "6528b66e-46ea-4ef5-9b7b-b790f0bdc345", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "835580d4-256b-49c6-80b9-ec08168fe0ba", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "aa914723-81de-411f-aa30-acb21a5756a2", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "b887d0f1-6757-401e-8015-9a737ca3b837", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }