GET api/{apiVersion}/CustomerAccount/GetAccount?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
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": "c7997514-8aa6-4561-a065-2666024b584b", "SenderId": "2ce92907-d97b-4c24-bfc6-9395f00e7890", "Balance": 3.0, "CurrencyId": "039d61ea-6128-4430-b807-b4dedc1ff7ae", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "207657ee-6e18-4f07-afa9-d6fcecd31c5f", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "ebc645f4-8122-4eed-b61c-fba64a8ee1df", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "38e663b0-bba1-445c-85ee-d474c5a9292a", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "8439a6bf-37b1-40fe-918f-7098ff1c8283", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "c7997514-8aa6-4561-a065-2666024b584b", "SenderId": "2ce92907-d97b-4c24-bfc6-9395f00e7890", "Balance": 3.0, "CurrencyId": "039d61ea-6128-4430-b807-b4dedc1ff7ae", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "207657ee-6e18-4f07-afa9-d6fcecd31c5f", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "ebc645f4-8122-4eed-b61c-fba64a8ee1df", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "38e663b0-bba1-445c-85ee-d474c5a9292a", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "8439a6bf-37b1-40fe-918f-7098ff1c8283", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }