GET api/FinancialInstitution/FinancialInstitutionLists?includeDeleted={includeDeleted}&CountryID={CountryID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
includeDeleted

boolean

Required

CountryID

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FinancialInstitutionListsByCountry
NameDescriptionTypeAdditional information
FinancialInstitutionListID

integer

None.

CountryID

globally unique identifier

None.

CountryName

string

None.

CurrencyID

globally unique identifier

None.

CurrencyCode

string

None.

IsDeleted

boolean

None.

IsInUse

boolean

None.

GuidIdentity

globally unique identifier

None.

Code

string

None.

Name

string

None.

Tag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "FinancialInstitutionListID": 1,
    "CountryID": "8e0a1b24-6c6f-4caf-a3e0-65a3dbd1840b",
    "CountryName": "sample string 3",
    "CurrencyID": "d83d45fc-a311-435e-a780-7779609facbd",
    "CurrencyCode": "sample string 5",
    "IsDeleted": true,
    "IsInUse": true,
    "GuidIdentity": "d5d802b4-9805-4c87-829f-1a76b830dad8",
    "Code": "sample string 8",
    "Name": "sample string 9",
    "Tag": "sample string 10"
  },
  {
    "FinancialInstitutionListID": 1,
    "CountryID": "8e0a1b24-6c6f-4caf-a3e0-65a3dbd1840b",
    "CountryName": "sample string 3",
    "CurrencyID": "d83d45fc-a311-435e-a780-7779609facbd",
    "CurrencyCode": "sample string 5",
    "IsDeleted": true,
    "IsInUse": true,
    "GuidIdentity": "d5d802b4-9805-4c87-829f-1a76b830dad8",
    "Code": "sample string 8",
    "Name": "sample string 9",
    "Tag": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFinancialInstitutionListsByCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.FinancialInstitution">
  <FinancialInstitutionListsByCountry>
    <Code xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 8</Code>
    <GuidIdentity xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">d5d802b4-9805-4c87-829f-1a76b830dad8</GuidIdentity>
    <Name xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 9</Name>
    <Tag xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 10</Tag>
    <CountryID>8e0a1b24-6c6f-4caf-a3e0-65a3dbd1840b</CountryID>
    <CountryName>sample string 3</CountryName>
    <CurrencyCode>sample string 5</CurrencyCode>
    <CurrencyID>d83d45fc-a311-435e-a780-7779609facbd</CurrencyID>
    <FinancialInstitutionListID>1</FinancialInstitutionListID>
    <IsDeleted>true</IsDeleted>
    <IsInUse>true</IsInUse>
  </FinancialInstitutionListsByCountry>
  <FinancialInstitutionListsByCountry>
    <Code xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 8</Code>
    <GuidIdentity xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">d5d802b4-9805-4c87-829f-1a76b830dad8</GuidIdentity>
    <Name xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 9</Name>
    <Tag xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 10</Tag>
    <CountryID>8e0a1b24-6c6f-4caf-a3e0-65a3dbd1840b</CountryID>
    <CountryName>sample string 3</CountryName>
    <CurrencyCode>sample string 5</CurrencyCode>
    <CurrencyID>d83d45fc-a311-435e-a780-7779609facbd</CurrencyID>
    <FinancialInstitutionListID>1</FinancialInstitutionListID>
    <IsDeleted>true</IsDeleted>
    <IsInUse>true</IsInUse>
  </FinancialInstitutionListsByCountry>
</ArrayOfFinancialInstitutionListsByCountry>