GET api/FundBudget

Get all of the BFY budget records

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of uspWDTFFundBudgetSelectAll_Result
NameDescriptionTypeAdditional information
id

integer

None.

BFYAmount

decimal number

None.

BFYAmountRemaining

decimal number

None.

BFYStartDate

date

None.

BFYEndDate

date

None.

InsertBy

integer

None.

InsertDate

date

None.

Name

string

None.

IsActive

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "BFYAmount": 2.0,
    "BFYAmountRemaining": 3.0,
    "BFYStartDate": "2025-04-29T10:04:51.922775-06:00",
    "BFYEndDate": "2025-04-29T10:04:51.922775-06:00",
    "InsertBy": 6,
    "InsertDate": "2025-04-29T10:04:51.922775-06:00",
    "Name": "sample string 8",
    "IsActive": true
  },
  {
    "id": 1,
    "BFYAmount": 2.0,
    "BFYAmountRemaining": 3.0,
    "BFYStartDate": "2025-04-29T10:04:51.922775-06:00",
    "BFYEndDate": "2025-04-29T10:04:51.922775-06:00",
    "InsertBy": 6,
    "InsertDate": "2025-04-29T10:04:51.922775-06:00",
    "Name": "sample string 8",
    "IsActive": true
  }
]

text/html

Sample:
[{"id":1,"BFYAmount":2.0,"BFYAmountRemaining":3.0,"BFYStartDate":"2025-04-29T10:04:51.922775-06:00","BFYEndDate":"2025-04-29T10:04:51.922775-06:00","InsertBy":6,"InsertDate":"2025-04-29T10:04:51.922775-06:00","Name":"sample string 8","IsActive":true},{"id":1,"BFYAmount":2.0,"BFYAmountRemaining":3.0,"BFYStartDate":"2025-04-29T10:04:51.922775-06:00","BFYEndDate":"2025-04-29T10:04:51.922775-06:00","InsertBy":6,"InsertDate":"2025-04-29T10:04:51.922775-06:00","Name":"sample string 8","IsActive":true}]

application/xml, text/xml

Sample:
<ArrayOfuspWDTFFundBudgetSelectAll_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <uspWDTFFundBudgetSelectAll_Result>
    <BFYAmount>2</BFYAmount>
    <BFYAmountRemaining>3</BFYAmountRemaining>
    <BFYEndDate>2025-04-29T10:04:51.922775-06:00</BFYEndDate>
    <BFYStartDate>2025-04-29T10:04:51.922775-06:00</BFYStartDate>
    <InsertBy>6</InsertBy>
    <InsertDate>2025-04-29T10:04:51.922775-06:00</InsertDate>
    <IsActive>true</IsActive>
    <Name>sample string 8</Name>
    <id>1</id>
  </uspWDTFFundBudgetSelectAll_Result>
  <uspWDTFFundBudgetSelectAll_Result>
    <BFYAmount>2</BFYAmount>
    <BFYAmountRemaining>3</BFYAmountRemaining>
    <BFYEndDate>2025-04-29T10:04:51.922775-06:00</BFYEndDate>
    <BFYStartDate>2025-04-29T10:04:51.922775-06:00</BFYStartDate>
    <InsertBy>6</InsertBy>
    <InsertDate>2025-04-29T10:04:51.922775-06:00</InsertDate>
    <IsActive>true</IsActive>
    <Name>sample string 8</Name>
    <id>1</id>
  </uspWDTFFundBudgetSelectAll_Result>
</ArrayOfuspWDTFFundBudgetSelectAll_Result>