GET api/FundingTypes/ListTypes

Get details for all funcing Type

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

FundingTypeReportDetails()

FundingTypeReportDetails
NameDescriptionTypeAdditional information
fundingTypeID

integer

None.

fundingTypeName

string

None.

fundingTypeSequence

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "fundingTypeID": 707,
  "fundingTypeName": "sample string 2",
  "fundingTypeSequence": 534
}

application/xml, text/xml

Sample:
<FundingTypeReportDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Turnpoint">
  <fundingTypeID>707</fundingTypeID>
  <fundingTypeName>sample string 2</fundingTypeName>
  <fundingTypeSequence>534</fundingTypeSequence>
</FundingTypeReportDetails>