GET api/ApplicationContractPayment/ByBusiness/{id}/{includeSentToWolf}

Returns all of the application contract payment records for a business. 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 uspWDTFApplicationContractPaymentSelectByBusinessID_Result
NameDescriptionTypeAdditional information
Id

integer

None.

BusinessID

integer

None.

ApplicationID

integer

None.

AppContractID

integer

None.

WarrantDate

date

None.

WarrantNumber

string

None.

SentToWolfsDate

date

None.

AcceptedbyWolfsDate

date

None.

VCNumber

string

None.

ContractStartDate

date

None.

ContractEndDate

date

None.

PaymentAmount

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,
    "WarrantDate": "2025-04-29T10:16:01.9164286-06:00",
    "WarrantNumber": "sample string 5",
    "SentToWolfsDate": "2025-04-29T10:16:01.9164286-06:00",
    "AcceptedbyWolfsDate": "2025-04-29T10:16:01.9164286-06:00",
    "VCNumber": "sample string 6",
    "ContractStartDate": "2025-04-29T10:16:01.9164286-06:00",
    "ContractEndDate": "2025-04-29T10:16:01.9164286-06:00",
    "PaymentAmount": 7.0,
    "InsertBy": 8,
    "InsertDate": "2025-04-29T10:16:01.9164286-06:00",
    "HasBeenSentToWolf": true,
    "HasReceivedStatusFromWolf": true
  },
  {
    "Id": 1,
    "BusinessID": 2,
    "ApplicationID": 3,
    "AppContractID": 4,
    "WarrantDate": "2025-04-29T10:16:01.9164286-06:00",
    "WarrantNumber": "sample string 5",
    "SentToWolfsDate": "2025-04-29T10:16:01.9164286-06:00",
    "AcceptedbyWolfsDate": "2025-04-29T10:16:01.9164286-06:00",
    "VCNumber": "sample string 6",
    "ContractStartDate": "2025-04-29T10:16:01.9164286-06:00",
    "ContractEndDate": "2025-04-29T10:16:01.9164286-06:00",
    "PaymentAmount": 7.0,
    "InsertBy": 8,
    "InsertDate": "2025-04-29T10:16:01.9164286-06:00",
    "HasBeenSentToWolf": true,
    "HasReceivedStatusFromWolf": true
  }
]

text/html

Sample:
[{"Id":1,"BusinessID":2,"ApplicationID":3,"AppContractID":4,"WarrantDate":"2025-04-29T10:16:01.9164286-06:00","WarrantNumber":"sample string 5","SentToWolfsDate":"2025-04-29T10:16:01.9164286-06:00","AcceptedbyWolfsDate":"2025-04-29T10:16:01.9164286-06:00","VCNumber":"sample string 6","ContractStartDate":"2025-04-29T10:16:01.9164286-06:00","ContractEndDate":"2025-04-29T10:16:01.9164286-06:00","PaymentAmount":7.0,"InsertBy":8,"InsertDate":"2025-04-29T10:16:01.9164286-06:00","HasBeenSentToWolf":true,"HasReceivedStatusFromWolf":true},{"Id":1,"BusinessID":2,"ApplicationID":3,"AppContractID":4,"WarrantDate":"2025-04-29T10:16:01.9164286-06:00","WarrantNumber":"sample string 5","SentToWolfsDate":"2025-04-29T10:16:01.9164286-06:00","AcceptedbyWolfsDate":"2025-04-29T10:16:01.9164286-06:00","VCNumber":"sample string 6","ContractStartDate":"2025-04-29T10:16:01.9164286-06:00","ContractEndDate":"2025-04-29T10:16:01.9164286-06:00","PaymentAmount":7.0,"InsertBy":8,"InsertDate":"2025-04-29T10:16:01.9164286-06:00","HasBeenSentToWolf":true,"HasReceivedStatusFromWolf":true}]

application/xml, text/xml

Sample:
<ArrayOfuspWDTFApplicationContractPaymentSelectByBusinessID_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <uspWDTFApplicationContractPaymentSelectByBusinessID_Result>
    <AcceptedbyWolfsDate>2025-04-29T10:16:01.9164286-06:00</AcceptedbyWolfsDate>
    <AppContractID>4</AppContractID>
    <ApplicationID>3</ApplicationID>
    <BusinessID>2</BusinessID>
    <ContractEndDate>2025-04-29T10:16:01.9164286-06:00</ContractEndDate>
    <ContractStartDate>2025-04-29T10:16:01.9164286-06:00</ContractStartDate>
    <HasBeenSentToWolf>true</HasBeenSentToWolf>
    <HasReceivedStatusFromWolf>true</HasReceivedStatusFromWolf>
    <Id>1</Id>
    <InsertBy>8</InsertBy>
    <InsertDate>2025-04-29T10:16:01.9164286-06:00</InsertDate>
    <PaymentAmount>7</PaymentAmount>
    <SentToWolfsDate>2025-04-29T10:16:01.9164286-06:00</SentToWolfsDate>
    <VCNumber>sample string 6</VCNumber>
    <WarrantDate>2025-04-29T10:16:01.9164286-06:00</WarrantDate>
    <WarrantNumber>sample string 5</WarrantNumber>
  </uspWDTFApplicationContractPaymentSelectByBusinessID_Result>
  <uspWDTFApplicationContractPaymentSelectByBusinessID_Result>
    <AcceptedbyWolfsDate>2025-04-29T10:16:01.9164286-06:00</AcceptedbyWolfsDate>
    <AppContractID>4</AppContractID>
    <ApplicationID>3</ApplicationID>
    <BusinessID>2</BusinessID>
    <ContractEndDate>2025-04-29T10:16:01.9164286-06:00</ContractEndDate>
    <ContractStartDate>2025-04-29T10:16:01.9164286-06:00</ContractStartDate>
    <HasBeenSentToWolf>true</HasBeenSentToWolf>
    <HasReceivedStatusFromWolf>true</HasReceivedStatusFromWolf>
    <Id>1</Id>
    <InsertBy>8</InsertBy>
    <InsertDate>2025-04-29T10:16:01.9164286-06:00</InsertDate>
    <PaymentAmount>7</PaymentAmount>
    <SentToWolfsDate>2025-04-29T10:16:01.9164286-06:00</SentToWolfsDate>
    <VCNumber>sample string 6</VCNumber>
    <WarrantDate>2025-04-29T10:16:01.9164286-06:00</WarrantDate>
    <WarrantNumber>sample string 5</WarrantNumber>
  </uspWDTFApplicationContractPaymentSelectByBusinessID_Result>
</ArrayOfuspWDTFApplicationContractPaymentSelectByBusinessID_Result>