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": "bc1f23aa-ec34-417c-8278-f49bb15cd891"
}

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": "720cecb1-a3d3-44b1-a257-a8dea4e930cb",
      "SenderId": "b5d28791-eb6b-4a98-b6f3-7c78fec4cf2d",
      "Balance": 3.0,
      "CurrencyId": "6352ad49-8e23-43da-be8b-b910ad04a0bc",
      "CurrencyName": "sample string 5",
      "AccountNumber": "sample string 6",
      "IBAN": "sample string 7",
      "CustomerId": "a2e7bef0-d4c5-4beb-8ee8-3b62ac114cac",
      "CustomerName": "sample string 9",
      "CardNumber": "sample string 10",
      "BlockedAmount": 11.0,
      "OrderNumber": 12,
      "Gsm": "sample string 13",
      "CustAccountRestrictionId": "04a56e6c-ec86-4c8a-a272-35c787ce248b",
      "UptIBAN": "sample string 15",
      "BicCode": "sample string 16",
      "CurrencyTitle": "sample string 17",
      "SepaIban": "sample string 18",
      "CustomerAccountTypeId": "65c0efcc-752d-4096-9a2f-964c1a11a725",
      "IsSepaBlocked": true,
      "AccountOpeningReason": "sample string 21",
      "RestrictionId": "f9831277-f5f8-4430-9b21-f156ff9b09e0",
      "IsShow": true,
      "InformationText": "sample string 23"
    },
    {
      "AccountId": "720cecb1-a3d3-44b1-a257-a8dea4e930cb",
      "SenderId": "b5d28791-eb6b-4a98-b6f3-7c78fec4cf2d",
      "Balance": 3.0,
      "CurrencyId": "6352ad49-8e23-43da-be8b-b910ad04a0bc",
      "CurrencyName": "sample string 5",
      "AccountNumber": "sample string 6",
      "IBAN": "sample string 7",
      "CustomerId": "a2e7bef0-d4c5-4beb-8ee8-3b62ac114cac",
      "CustomerName": "sample string 9",
      "CardNumber": "sample string 10",
      "BlockedAmount": 11.0,
      "OrderNumber": 12,
      "Gsm": "sample string 13",
      "CustAccountRestrictionId": "04a56e6c-ec86-4c8a-a272-35c787ce248b",
      "UptIBAN": "sample string 15",
      "BicCode": "sample string 16",
      "CurrencyTitle": "sample string 17",
      "SepaIban": "sample string 18",
      "CustomerAccountTypeId": "65c0efcc-752d-4096-9a2f-964c1a11a725",
      "IsSepaBlocked": true,
      "AccountOpeningReason": "sample string 21",
      "RestrictionId": "f9831277-f5f8-4430-9b21-f156ff9b09e0",
      "IsShow": true,
      "InformationText": "sample string 23"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}