POST api/{apiVersion}/CustomerAccount/GetAccount
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CustomerAccountRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "54fbb7b8-39d1-49bd-8e88-8a3250bfe344" }
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "15ae7107-6b9b-454d-b8e5-197c241907f0", "SenderId": "b623fb40-9a62-40be-b9db-f5c0dc73ff77", "Balance": 3.0, "CurrencyId": "3c225a9f-3e9b-4589-976c-0ec6d287617e", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "8451be00-32e7-44dd-8720-9494fae24115", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "963f4b16-3cc7-44de-849a-0382d49f349f", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "5a96184e-b36f-4d46-bd00-236ad66ea3b7", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "5300ca9e-2176-4333-8c4d-5e9d02ca332a", "IsShow": true, "InformationText": "sample string 23" }, { "AccountId": "15ae7107-6b9b-454d-b8e5-197c241907f0", "SenderId": "b623fb40-9a62-40be-b9db-f5c0dc73ff77", "Balance": 3.0, "CurrencyId": "3c225a9f-3e9b-4589-976c-0ec6d287617e", "CurrencyName": "sample string 5", "AccountNumber": "sample string 6", "IBAN": "sample string 7", "CustomerId": "8451be00-32e7-44dd-8720-9494fae24115", "CustomerName": "sample string 9", "CardNumber": "sample string 10", "BlockedAmount": 11.0, "OrderNumber": 12, "Gsm": "sample string 13", "CustAccountRestrictionId": "963f4b16-3cc7-44de-849a-0382d49f349f", "UptIBAN": "sample string 15", "BicCode": "sample string 16", "CurrencyTitle": "sample string 17", "SepaIban": "sample string 18", "CustomerAccountTypeId": "5a96184e-b36f-4d46-bd00-236ad66ea3b7", "IsSepaBlocked": true, "AccountOpeningReason": "sample string 21", "RestrictionId": "5300ca9e-2176-4333-8c4d-5e9d02ca332a", "IsShow": true, "InformationText": "sample string 23" } ], "IsShowMessage": true, "IsShowRateAndReview": true }