GET api/FundBudgetLog/FiscalYear/{year}

Get all of the fund budget log records for a Fiscal year (yyyy), 2010, 2018,... So entering 2019 will get all the records from 07/01/2018 - 06/30/2019

Request Information

URI Parameters

NameDescriptionTypeAdditional information
year

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of uspWDTFFundBudgetLogSelectByFiscalYear_Result
NameDescriptionTypeAdditional information
BFYStartDate

date

None.

BFYEndDate

date

None.

Id

integer

None.

FundBudgetID

integer

None.

Amount

decimal number

None.

Note

string

None.

Action

string

None.

InsertBy

integer

None.

InsertDate

date

None.

Name

string

None.

BeforeChangeInitial

decimal number

None.

BeforeChangeRemaining

decimal number

None.

BusinessID

integer

None.

ApplicationID

integer

None.

RemainingAmount

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BFYStartDate": "2025-04-29T10:28:01.5359441-06:00",
    "BFYEndDate": "2025-04-29T10:28:01.5359441-06:00",
    "Id": 3,
    "FundBudgetID": 4,
    "Amount": 5.0,
    "Note": "sample string 6",
    "Action": "sample string 7",
    "InsertBy": 8,
    "InsertDate": "2025-04-29T10:28:01.5359441-06:00",
    "Name": "sample string 10",
    "BeforeChangeInitial": 1.0,
    "BeforeChangeRemaining": 1.0,
    "BusinessID": 1,
    "ApplicationID": 1,
    "RemainingAmount": 1.0
  },
  {
    "BFYStartDate": "2025-04-29T10:28:01.5359441-06:00",
    "BFYEndDate": "2025-04-29T10:28:01.5359441-06:00",
    "Id": 3,
    "FundBudgetID": 4,
    "Amount": 5.0,
    "Note": "sample string 6",
    "Action": "sample string 7",
    "InsertBy": 8,
    "InsertDate": "2025-04-29T10:28:01.5359441-06:00",
    "Name": "sample string 10",
    "BeforeChangeInitial": 1.0,
    "BeforeChangeRemaining": 1.0,
    "BusinessID": 1,
    "ApplicationID": 1,
    "RemainingAmount": 1.0
  }
]

text/html

Sample:
[{"BFYStartDate":"2025-04-29T10:28:01.5359441-06:00","BFYEndDate":"2025-04-29T10:28:01.5359441-06:00","Id":3,"FundBudgetID":4,"Amount":5.0,"Note":"sample string 6","Action":"sample string 7","InsertBy":8,"InsertDate":"2025-04-29T10:28:01.5359441-06:00","Name":"sample string 10","BeforeChangeInitial":1.0,"BeforeChangeRemaining":1.0,"BusinessID":1,"ApplicationID":1,"RemainingAmount":1.0},{"BFYStartDate":"2025-04-29T10:28:01.5359441-06:00","BFYEndDate":"2025-04-29T10:28:01.5359441-06:00","Id":3,"FundBudgetID":4,"Amount":5.0,"Note":"sample string 6","Action":"sample string 7","InsertBy":8,"InsertDate":"2025-04-29T10:28:01.5359441-06:00","Name":"sample string 10","BeforeChangeInitial":1.0,"BeforeChangeRemaining":1.0,"BusinessID":1,"ApplicationID":1,"RemainingAmount":1.0}]

application/xml, text/xml

Sample:
<ArrayOfuspWDTFFundBudgetLogSelectByFiscalYear_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <uspWDTFFundBudgetLogSelectByFiscalYear_Result>
    <Action>sample string 7</Action>
    <Amount>5</Amount>
    <ApplicationID>1</ApplicationID>
    <BFYEndDate>2025-04-29T10:28:01.5359441-06:00</BFYEndDate>
    <BFYStartDate>2025-04-29T10:28:01.5359441-06:00</BFYStartDate>
    <BeforeChangeInitial>1</BeforeChangeInitial>
    <BeforeChangeRemaining>1</BeforeChangeRemaining>
    <BusinessID>1</BusinessID>
    <FundBudgetID>4</FundBudgetID>
    <Id>3</Id>
    <InsertBy>8</InsertBy>
    <InsertDate>2025-04-29T10:28:01.5359441-06:00</InsertDate>
    <Name>sample string 10</Name>
    <Note>sample string 6</Note>
    <RemainingAmount>1</RemainingAmount>
  </uspWDTFFundBudgetLogSelectByFiscalYear_Result>
  <uspWDTFFundBudgetLogSelectByFiscalYear_Result>
    <Action>sample string 7</Action>
    <Amount>5</Amount>
    <ApplicationID>1</ApplicationID>
    <BFYEndDate>2025-04-29T10:28:01.5359441-06:00</BFYEndDate>
    <BFYStartDate>2025-04-29T10:28:01.5359441-06:00</BFYStartDate>
    <BeforeChangeInitial>1</BeforeChangeInitial>
    <BeforeChangeRemaining>1</BeforeChangeRemaining>
    <BusinessID>1</BusinessID>
    <FundBudgetID>4</FundBudgetID>
    <Id>3</Id>
    <InsertBy>8</InsertBy>
    <InsertDate>2025-04-29T10:28:01.5359441-06:00</InsertDate>
    <Name>sample string 10</Name>
    <Note>sample string 6</Note>
    <RemainingAmount>1</RemainingAmount>
  </uspWDTFFundBudgetLogSelectByFiscalYear_Result>
</ArrayOfuspWDTFFundBudgetLogSelectByFiscalYear_Result>