GET api/ApplicationContractPayment/IncludeSentToWolf/{includeSentToWolf}
Returns all of the application contract payment records. If includeSentToWolf is set to true those records that have been sent to the Wolf system will also be included.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
includeSentToWolf | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of uspWDTFApplicationContractPaymentSelectAll_ResultName | 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-04-29T09:33:41.6169706-06:00", "WarrantNumber": "sample string 5", "SentToWolfsDate": "2025-04-29T09:33:41.6169706-06:00", "AcceptedbyWolfsDate": "2025-04-29T09:33:41.6169706-06:00", "VCNumber": "sample string 6", "ContractStartDate": "2025-04-29T09:33:41.6169706-06:00", "ContractEndDate": "2025-04-29T09:33:41.6169706-06:00", "PaymentAmount": 7.0, "InsertBy": 8, "InsertDate": "2025-04-29T09:33:41.6169706-06:00", "HasBeenSentToWolf": true, "HasReceivedStatusFromWolf": true }, { "Id": 1, "BusinessID": 2, "ApplicationID": 3, "AppContractID": 4, "WarrantDate": "2025-04-29T09:33:41.6169706-06:00", "WarrantNumber": "sample string 5", "SentToWolfsDate": "2025-04-29T09:33:41.6169706-06:00", "AcceptedbyWolfsDate": "2025-04-29T09:33:41.6169706-06:00", "VCNumber": "sample string 6", "ContractStartDate": "2025-04-29T09:33:41.6169706-06:00", "ContractEndDate": "2025-04-29T09:33:41.6169706-06:00", "PaymentAmount": 7.0, "InsertBy": 8, "InsertDate": "2025-04-29T09:33:41.6169706-06:00", "HasBeenSentToWolf": true, "HasReceivedStatusFromWolf": true } ]
text/html
Sample:
[{"Id":1,"BusinessID":2,"ApplicationID":3,"AppContractID":4,"WarrantDate":"2025-04-29T09:33:41.6169706-06:00","WarrantNumber":"sample string 5","SentToWolfsDate":"2025-04-29T09:33:41.6169706-06:00","AcceptedbyWolfsDate":"2025-04-29T09:33:41.6169706-06:00","VCNumber":"sample string 6","ContractStartDate":"2025-04-29T09:33:41.6169706-06:00","ContractEndDate":"2025-04-29T09:33:41.6169706-06:00","PaymentAmount":7.0,"InsertBy":8,"InsertDate":"2025-04-29T09:33:41.6169706-06:00","HasBeenSentToWolf":true,"HasReceivedStatusFromWolf":true},{"Id":1,"BusinessID":2,"ApplicationID":3,"AppContractID":4,"WarrantDate":"2025-04-29T09:33:41.6169706-06:00","WarrantNumber":"sample string 5","SentToWolfsDate":"2025-04-29T09:33:41.6169706-06:00","AcceptedbyWolfsDate":"2025-04-29T09:33:41.6169706-06:00","VCNumber":"sample string 6","ContractStartDate":"2025-04-29T09:33:41.6169706-06:00","ContractEndDate":"2025-04-29T09:33:41.6169706-06:00","PaymentAmount":7.0,"InsertBy":8,"InsertDate":"2025-04-29T09:33:41.6169706-06:00","HasBeenSentToWolf":true,"HasReceivedStatusFromWolf":true}]
application/xml, text/xml
Sample:
<ArrayOfuspWDTFApplicationContractPaymentSelectAll_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL"> <uspWDTFApplicationContractPaymentSelectAll_Result> <AcceptedbyWolfsDate>2025-04-29T09:33:41.6169706-06:00</AcceptedbyWolfsDate> <AppContractID>4</AppContractID> <ApplicationID>3</ApplicationID> <BusinessID>2</BusinessID> <ContractEndDate>2025-04-29T09:33:41.6169706-06:00</ContractEndDate> <ContractStartDate>2025-04-29T09:33:41.6169706-06:00</ContractStartDate> <HasBeenSentToWolf>true</HasBeenSentToWolf> <HasReceivedStatusFromWolf>true</HasReceivedStatusFromWolf> <Id>1</Id> <InsertBy>8</InsertBy> <InsertDate>2025-04-29T09:33:41.6169706-06:00</InsertDate> <PaymentAmount>7</PaymentAmount> <SentToWolfsDate>2025-04-29T09:33:41.6169706-06:00</SentToWolfsDate> <VCNumber>sample string 6</VCNumber> <WarrantDate>2025-04-29T09:33:41.6169706-06:00</WarrantDate> <WarrantNumber>sample string 5</WarrantNumber> </uspWDTFApplicationContractPaymentSelectAll_Result> <uspWDTFApplicationContractPaymentSelectAll_Result> <AcceptedbyWolfsDate>2025-04-29T09:33:41.6169706-06:00</AcceptedbyWolfsDate> <AppContractID>4</AppContractID> <ApplicationID>3</ApplicationID> <BusinessID>2</BusinessID> <ContractEndDate>2025-04-29T09:33:41.6169706-06:00</ContractEndDate> <ContractStartDate>2025-04-29T09:33:41.6169706-06:00</ContractStartDate> <HasBeenSentToWolf>true</HasBeenSentToWolf> <HasReceivedStatusFromWolf>true</HasReceivedStatusFromWolf> <Id>1</Id> <InsertBy>8</InsertBy> <InsertDate>2025-04-29T09:33:41.6169706-06:00</InsertDate> <PaymentAmount>7</PaymentAmount> <SentToWolfsDate>2025-04-29T09:33:41.6169706-06:00</SentToWolfsDate> <VCNumber>sample string 6</VCNumber> <WarrantDate>2025-04-29T09:33:41.6169706-06:00</WarrantDate> <WarrantNumber>sample string 5</WarrantNumber> </uspWDTFApplicationContractPaymentSelectAll_Result> </ArrayOfuspWDTFApplicationContractPaymentSelectAll_Result>