GET api/FundBudget/{id}

Get a single BFY budget record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

uspWDTFFundBudgetSelectByID_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.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "BFYAmount": 2.0,
  "BFYAmountRemaining": 3.0,
  "BFYStartDate": "2025-04-29T13:36:52.8910704-06:00",
  "BFYEndDate": "2025-04-29T13:36:52.8910704-06:00",
  "InsertBy": 6,
  "InsertDate": "2025-04-29T13:36:52.8910704-06:00",
  "Name": "sample string 8"
}

text/html

Sample:
{"id":1,"BFYAmount":2.0,"BFYAmountRemaining":3.0,"BFYStartDate":"2025-04-29T13:36:52.8910704-06:00","BFYEndDate":"2025-04-29T13:36:52.8910704-06:00","InsertBy":6,"InsertDate":"2025-04-29T13:36:52.8910704-06:00","Name":"sample string 8"}

application/xml, text/xml

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