GET SarbData/IFData/GetInstitutions/{ifType}/{period}

Gets the Institutions for a particular month

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ifType

BA900,DI900,BD900

string

Required

period

yyyy-MM-01

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of spGet_IFInstitutionsPerPeriodPerType_Result
NameDescriptionTypeAdditional information
Id

string

None.

Name

string

None.

LastUpdate

string

None.

NameChange

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "sample string 1",
    "Name": "sample string 2",
    "LastUpdate": "sample string 3",
    "NameChange": "sample string 4"
  },
  {
    "Id": "sample string 1",
    "Name": "sample string 2",
    "LastUpdate": "sample string 3",
    "NameChange": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfspGet_IFInstitutionsPerPeriodPerType_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SarbWebApi.Models">
  <spGet_IFInstitutionsPerPeriodPerType_Result>
    <Id>sample string 1</Id>
    <LastUpdate>sample string 3</LastUpdate>
    <Name>sample string 2</Name>
    <NameChange>sample string 4</NameChange>
  </spGet_IFInstitutionsPerPeriodPerType_Result>
  <spGet_IFInstitutionsPerPeriodPerType_Result>
    <Id>sample string 1</Id>
    <LastUpdate>sample string 3</LastUpdate>
    <Name>sample string 2</Name>
    <NameChange>sample string 4</NameChange>
  </spGet_IFInstitutionsPerPeriodPerType_Result>
</ArrayOfspGet_IFInstitutionsPerPeriodPerType_Result>