GET api/ApplicationContractPayment/{id}
Get a single application contract payment record. id = ID of the item
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
uspWDTFApplicationContractPaymentSelectByID_Result| Name | Description | Type | Additional 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-11-18T16:46:20.0234281-07:00",
"WarrantNumber": "sample string 5",
"SentToWolfsDate": "2025-11-18T16:46:20.0234281-07:00",
"AcceptedbyWolfsDate": "2025-11-18T16:46:20.0234281-07:00",
"VCNumber": "sample string 6",
"ContractStartDate": "2025-11-18T16:46:20.0234281-07:00",
"ContractEndDate": "2025-11-18T16:46:20.0234281-07:00",
"PaymentAmount": 7.0,
"InsertBy": 8,
"InsertDate": "2025-11-18T16:46:20.0234281-07:00",
"HasBeenSentToWolf": true,
"HasReceivedStatusFromWolf": true
}
text/html
Sample:
{"Id":1,"BusinessID":2,"ApplicationID":3,"AppContractID":4,"WarrantDate":"2025-11-18T16:46:20.0234281-07:00","WarrantNumber":"sample string 5","SentToWolfsDate":"2025-11-18T16:46:20.0234281-07:00","AcceptedbyWolfsDate":"2025-11-18T16:46:20.0234281-07:00","VCNumber":"sample string 6","ContractStartDate":"2025-11-18T16:46:20.0234281-07:00","ContractEndDate":"2025-11-18T16:46:20.0234281-07:00","PaymentAmount":7.0,"InsertBy":8,"InsertDate":"2025-11-18T16:46:20.0234281-07: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-11-18T16:46:20.0234281-07:00</AcceptedbyWolfsDate> <AppContractID>4</AppContractID> <ApplicationID>3</ApplicationID> <BusinessID>2</BusinessID> <ContractEndDate>2025-11-18T16:46:20.0234281-07:00</ContractEndDate> <ContractStartDate>2025-11-18T16:46:20.0234281-07:00</ContractStartDate> <HasBeenSentToWolf>true</HasBeenSentToWolf> <HasReceivedStatusFromWolf>true</HasReceivedStatusFromWolf> <Id>1</Id> <InsertBy>8</InsertBy> <InsertDate>2025-11-18T16:46:20.0234281-07:00</InsertDate> <PaymentAmount>7</PaymentAmount> <SentToWolfsDate>2025-11-18T16:46:20.0234281-07:00</SentToWolfsDate> <VCNumber>sample string 6</VCNumber> <WarrantDate>2025-11-18T16:46:20.0234281-07:00</WarrantDate> <WarrantNumber>sample string 5</WarrantNumber> </uspWDTFApplicationContractPaymentSelectByID_Result>