GET api/ApplicationContractPayment/{id}

Get a single application contract payment record. id = ID of the item

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

uspWDTFApplicationContractPaymentSelectByID_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:01:48.5947025-06:00",
  "WarrantNumber": "sample string 5",
  "SentToWolfsDate": "2025-04-29T10:01:48.5947025-06:00",
  "AcceptedbyWolfsDate": "2025-04-29T10:01:48.5947025-06:00",
  "VCNumber": "sample string 6",
  "ContractStartDate": "2025-04-29T10:01:48.5947025-06:00",
  "ContractEndDate": "2025-04-29T10:01:48.5947025-06:00",
  "PaymentAmount": 7.0,
  "InsertBy": 8,
  "InsertDate": "2025-04-29T10:01:48.5947025-06:00",
  "HasBeenSentToWolf": true,
  "HasReceivedStatusFromWolf": true
}

text/html

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

application/xml, text/xml

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