GET api/FinancialInstitution/NewFinInstListObject

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

FinancialInstitutionList
NameDescriptionTypeAdditional information
FinancialInstitutionListID

integer

None.

FinancialInstitutionListCode

string

None.

FinancialInstitutionListName

string

None.

FinancialInstitutionCountryCodeList

Collection of string

None.

CountryID

globally unique identifier

None.

CountryCode

string

None.

CurrencyCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "FinancialInstitutionListID": 1,
  "FinancialInstitutionListCode": "sample string 2",
  "FinancialInstitutionListName": "sample string 3",
  "FinancialInstitutionCountryCodeList": [
    "sample string 1",
    "sample string 2"
  ],
  "CountryID": "fed406e6-9ae3-4d7f-8f7d-b75d9d2db475",
  "CountryCode": "sample string 5",
  "CurrencyCode": "sample string 6"
}

application/xml, text/xml

Sample:
<FinancialInstitutionList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConsoleAPI.Internal.Models.FinancialInstitution">
  <CountryCode>sample string 5</CountryCode>
  <CountryID>fed406e6-9ae3-4d7f-8f7d-b75d9d2db475</CountryID>
  <CurrencyCode>sample string 6</CurrencyCode>
  <FinancialInstitutionCountryCodeList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </FinancialInstitutionCountryCodeList>
  <FinancialInstitutionListCode>sample string 2</FinancialInstitutionListCode>
  <FinancialInstitutionListID>1</FinancialInstitutionListID>
  <FinancialInstitutionListName>sample string 3</FinancialInstitutionListName>
</FinancialInstitutionList>