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": "c162c3fd-ab70-4e44-a785-ebf48ee2745f", "SenderId": "6fd2e4db-f08f-48cf-8a32-73405cd71150", "Balance": 3.0, "CurrencyId": "a910fccb-99c8-4948-b3c1-abf53766d9be", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "696000bd-78fc-49a9-bc73-4d6895571c60", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "c1cdae37-08e7-4d50-8443-21bafc2cfcce", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "5919df6d-12c0-4698-8a4e-b8829a2dbc5b", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "0504ec37-bbfa-489c-aead-29ff85fa4258", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "c162c3fd-ab70-4e44-a785-ebf48ee2745f", "SenderId": "6fd2e4db-f08f-48cf-8a32-73405cd71150", "Balance": 3.0, "CurrencyId": "a910fccb-99c8-4948-b3c1-abf53766d9be", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "696000bd-78fc-49a9-bc73-4d6895571c60", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "c1cdae37-08e7-4d50-8443-21bafc2cfcce", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "5919df6d-12c0-4698-8a4e-b8829a2dbc5b", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "0504ec37-bbfa-489c-aead-29ff85fa4258", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }