POST api/{apiVersion}/CustomerAccount/GetAccount

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CustomerAccountRequest
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "fa9757c5-b2bc-4c50-9b64-82bdc53a935d"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfListOfCustomerAccount
NameDescriptionTypeAdditional 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": "3951594e-66cc-49f3-a827-10586de27e60",
      "SenderId": "8fd8017f-4301-4d4f-b418-eb7831b382da",
      "Balance": 3.0,
      "CurrencyId": "7ddcc706-31ec-49da-9a6c-565148420753",
      "CurrencyName": "sample string 5",
      "AccountNumber": "sample string 6",
      "IBAN": "sample string 7",
      "CustomerId": "edf03a68-5e3e-4364-be2f-2dfc278b5b79",
      "CustomerName": "sample string 9",
      "CardNumber": "sample string 10",
      "BlockedAmount": 11.0,
      "OrderNumber": 12,
      "Gsm": "sample string 13",
      "CustAccountRestrictionId": "3d69a628-758c-4aef-95fe-ae53c4b56218",
      "UptIBAN": "sample string 15",
      "BicCode": "sample string 16",
      "CurrencyTitle": "sample string 17",
      "SepaIban": "sample string 18",
      "CustomerAccountTypeId": "260f2ef7-08ed-4ca2-8dd5-5ea6064a90e6",
      "IsSepaBlocked": true,
      "AccountOpeningReason": "sample string 21",
      "RestrictionId": "422bcba5-3c38-4825-9216-17bac06c7573",
      "IsShow": true,
      "InformationText": "sample string 23"
    },
    {
      "AccountId": "3951594e-66cc-49f3-a827-10586de27e60",
      "SenderId": "8fd8017f-4301-4d4f-b418-eb7831b382da",
      "Balance": 3.0,
      "CurrencyId": "7ddcc706-31ec-49da-9a6c-565148420753",
      "CurrencyName": "sample string 5",
      "AccountNumber": "sample string 6",
      "IBAN": "sample string 7",
      "CustomerId": "edf03a68-5e3e-4364-be2f-2dfc278b5b79",
      "CustomerName": "sample string 9",
      "CardNumber": "sample string 10",
      "BlockedAmount": 11.0,
      "OrderNumber": 12,
      "Gsm": "sample string 13",
      "CustAccountRestrictionId": "3d69a628-758c-4aef-95fe-ae53c4b56218",
      "UptIBAN": "sample string 15",
      "BicCode": "sample string 16",
      "CurrencyTitle": "sample string 17",
      "SepaIban": "sample string 18",
      "CustomerAccountTypeId": "260f2ef7-08ed-4ca2-8dd5-5ea6064a90e6",
      "IsSepaBlocked": true,
      "AccountOpeningReason": "sample string 21",
      "RestrictionId": "422bcba5-3c38-4825-9216-17bac06c7573",
      "IsShow": true,
      "InformationText": "sample string 23"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}