GET api/ApplicationContractFunding/ByApplication/{id}/{includeSentToWolf}

Returns all of the application contract funding records for an application. If includeSentToWolf is set to true those records that have been sent to the Wolf system will also be included.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

includeSentToWolf

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of uspWDTFApplicationContractFundingSelectByApplicationID_Result
NameDescriptionTypeAdditional information
Id

integer

None.

BusinessID

integer

None.

ApplicationID

integer

None.

AppContractID

integer

None.

FundingSourceID

integer

None.

Description

string

None.

FundingAmount

decimal number

None.

InsertBy

integer

None.

InsertDate

date

None.

HasBeenSentToWolf

boolean

None.

HasReceivedStatusFromWolf

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "BusinessID": 2,
    "ApplicationID": 3,
    "AppContractID": 4,
    "FundingSourceID": 5,
    "Description": "sample string 6",
    "FundingAmount": 7.0,
    "InsertBy": 8,
    "InsertDate": "2025-04-29T09:56:59.6133561-06:00",
    "HasBeenSentToWolf": true,
    "HasReceivedStatusFromWolf": true
  },
  {
    "Id": 1,
    "BusinessID": 2,
    "ApplicationID": 3,
    "AppContractID": 4,
    "FundingSourceID": 5,
    "Description": "sample string 6",
    "FundingAmount": 7.0,
    "InsertBy": 8,
    "InsertDate": "2025-04-29T09:56:59.6133561-06:00",
    "HasBeenSentToWolf": true,
    "HasReceivedStatusFromWolf": true
  }
]

text/html

Sample:
[{"Id":1,"BusinessID":2,"ApplicationID":3,"AppContractID":4,"FundingSourceID":5,"Description":"sample string 6","FundingAmount":7.0,"InsertBy":8,"InsertDate":"2025-04-29T09:56:59.6133561-06:00","HasBeenSentToWolf":true,"HasReceivedStatusFromWolf":true},{"Id":1,"BusinessID":2,"ApplicationID":3,"AppContractID":4,"FundingSourceID":5,"Description":"sample string 6","FundingAmount":7.0,"InsertBy":8,"InsertDate":"2025-04-29T09:56:59.6133561-06:00","HasBeenSentToWolf":true,"HasReceivedStatusFromWolf":true}]

application/xml, text/xml

Sample:
<ArrayOfuspWDTFApplicationContractFundingSelectByApplicationID_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <uspWDTFApplicationContractFundingSelectByApplicationID_Result>
    <AppContractID>4</AppContractID>
    <ApplicationID>3</ApplicationID>
    <BusinessID>2</BusinessID>
    <Description>sample string 6</Description>
    <FundingAmount>7</FundingAmount>
    <FundingSourceID>5</FundingSourceID>
    <HasBeenSentToWolf>true</HasBeenSentToWolf>
    <HasReceivedStatusFromWolf>true</HasReceivedStatusFromWolf>
    <Id>1</Id>
    <InsertBy>8</InsertBy>
    <InsertDate>2025-04-29T09:56:59.6133561-06:00</InsertDate>
  </uspWDTFApplicationContractFundingSelectByApplicationID_Result>
  <uspWDTFApplicationContractFundingSelectByApplicationID_Result>
    <AppContractID>4</AppContractID>
    <ApplicationID>3</ApplicationID>
    <BusinessID>2</BusinessID>
    <Description>sample string 6</Description>
    <FundingAmount>7</FundingAmount>
    <FundingSourceID>5</FundingSourceID>
    <HasBeenSentToWolf>true</HasBeenSentToWolf>
    <HasReceivedStatusFromWolf>true</HasReceivedStatusFromWolf>
    <Id>1</Id>
    <InsertBy>8</InsertBy>
    <InsertDate>2025-04-29T09:56:59.6133561-06:00</InsertDate>
  </uspWDTFApplicationContractFundingSelectByApplicationID_Result>
</ArrayOfuspWDTFApplicationContractFundingSelectByApplicationID_Result>