GET api/FinancialInstitution/FinancialInstitutionListsByVAR?entityCode={entityCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entityCode

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FinancialInstitutionListsByVAR
NameDescriptionTypeAdditional information
EntityCode

string

None.

FinancialInstitutionLists

Collection of ListItemOfInt32

None.

GuidIdentity

globally unique identifier

None.

Code

string

None.

Name

string

None.

Tag

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "EntityCode": "sample string 1",
    "FinancialInstitutionLists": [
      {
        "GuidIdentity": "071c118d-7e5d-4b01-967e-bb2875b3b7ba",
        "Code": 1,
        "Name": "sample string 2",
        "Tag": "sample string 3"
      },
      {
        "GuidIdentity": "071c118d-7e5d-4b01-967e-bb2875b3b7ba",
        "Code": 1,
        "Name": "sample string 2",
        "Tag": "sample string 3"
      }
    ],
    "GuidIdentity": "be82288f-bebb-437d-827d-234c4bdec03f",
    "Code": "sample string 2",
    "Name": "sample string 3",
    "Tag": "sample string 4"
  },
  {
    "EntityCode": "sample string 1",
    "FinancialInstitutionLists": [
      {
        "GuidIdentity": "071c118d-7e5d-4b01-967e-bb2875b3b7ba",
        "Code": 1,
        "Name": "sample string 2",
        "Tag": "sample string 3"
      },
      {
        "GuidIdentity": "071c118d-7e5d-4b01-967e-bb2875b3b7ba",
        "Code": 1,
        "Name": "sample string 2",
        "Tag": "sample string 3"
      }
    ],
    "GuidIdentity": "be82288f-bebb-437d-827d-234c4bdec03f",
    "Code": "sample string 2",
    "Name": "sample string 3",
    "Tag": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfFinancialInstitutionListsByVAR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.FinancialInstitution">
  <FinancialInstitutionListsByVAR>
    <Code xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 2</Code>
    <GuidIdentity xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">be82288f-bebb-437d-827d-234c4bdec03f</GuidIdentity>
    <Name xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 3</Name>
    <Tag xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 4</Tag>
    <EntityCode>sample string 1</EntityCode>
    <FinancialInstitutionLists xmlns:d3p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
      <d3p1:ListItemOfint>
        <d3p1:Code>1</d3p1:Code>
        <d3p1:GuidIdentity>071c118d-7e5d-4b01-967e-bb2875b3b7ba</d3p1:GuidIdentity>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Tag>sample string 3</d3p1:Tag>
      </d3p1:ListItemOfint>
      <d3p1:ListItemOfint>
        <d3p1:Code>1</d3p1:Code>
        <d3p1:GuidIdentity>071c118d-7e5d-4b01-967e-bb2875b3b7ba</d3p1:GuidIdentity>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Tag>sample string 3</d3p1:Tag>
      </d3p1:ListItemOfint>
    </FinancialInstitutionLists>
  </FinancialInstitutionListsByVAR>
  <FinancialInstitutionListsByVAR>
    <Code xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 2</Code>
    <GuidIdentity xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">be82288f-bebb-437d-827d-234c4bdec03f</GuidIdentity>
    <Name xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 3</Name>
    <Tag xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">sample string 4</Tag>
    <EntityCode>sample string 1</EntityCode>
    <FinancialInstitutionLists xmlns:d3p1="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models">
      <d3p1:ListItemOfint>
        <d3p1:Code>1</d3p1:Code>
        <d3p1:GuidIdentity>071c118d-7e5d-4b01-967e-bb2875b3b7ba</d3p1:GuidIdentity>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Tag>sample string 3</d3p1:Tag>
      </d3p1:ListItemOfint>
      <d3p1:ListItemOfint>
        <d3p1:Code>1</d3p1:Code>
        <d3p1:GuidIdentity>071c118d-7e5d-4b01-967e-bb2875b3b7ba</d3p1:GuidIdentity>
        <d3p1:Name>sample string 2</d3p1:Name>
        <d3p1:Tag>sample string 3</d3p1:Tag>
      </d3p1:ListItemOfint>
    </FinancialInstitutionLists>
  </FinancialInstitutionListsByVAR>
</ArrayOfFinancialInstitutionListsByVAR>