PUT api/ApplicationContract
Update an Application contract record
Request Information
URI Parameters
None.
Body Parameters
ApplicationContractDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| ApplicationID | integer |
None. |
|
| AmemdmentBusinessSignDate | date |
None. |
|
| AmendmentAttorneyGeneralSignDate | date |
None. |
|
| AmendmentDWSSignDate | date |
None. |
|
| AmendmentMailToBusinesDate | date |
None. |
|
| AmendmentPostmarFromBusToDWSDate | date |
None. |
|
| AttorneyGeneralSignDate | date |
None. |
|
| BusinessSignDate | date |
None. |
|
| ContractMailedToBusDate | date |
None. |
|
| ContractNumber | string |
None. |
|
| DWSSignDate | date |
None. |
|
| FinalAttemptToCollectLetterDate | date |
None. |
|
| FinalReportReceivedDate | date |
None. |
|
| LitigationDecision | string |
None. |
|
| PaymentPlanEstablished | boolean |
None. |
|
| PostmarkFromBusinessToDWSDate | date |
None. |
|
| ReferredToAGDate | date |
None. |
|
| InsertDate | date |
None. |
|
| InsertBy | integer |
None. |
|
| IsApplicationApproved | boolean |
None. |
|
| UpdateBy | integer |
None. |
|
| UpdateDate | date |
None. |
|
| WDTFUpdateBy | integer |
None. |
|
| WDTFUpdateDate | date |
None. |
|
| BusinessID | integer |
None. |
|
| FinalApprovedAmount | decimal number |
None. |
|
| FundingSourceID | integer |
None. |
|
| HasBeenSelectedForTransferToWolf | boolean |
None. |
|
| HasBeenSentToWolf | boolean |
None. |
|
| HasReceivedStatusFromWolf | boolean |
None. |
|
| UnitCodeID | integer |
None. |
|
| ActivityCodeID | integer |
None. |
|
| MessageFRAvailableSentDate | date |
None. |
|
| Message120DaySentDate | date |
None. |
|
| Message130DaySentDate | date |
None. |
|
| Message136DaySentDate | date |
None. |
|
| FinalReportCompleteDate | date |
None. |
|
| AmendmentSentToAGDate | date |
None. |
|
| SFSubmitToCobbleDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"ApplicationID": 2,
"AmemdmentBusinessSignDate": "2025-12-14T03:43:31.8119078-07:00",
"AmendmentAttorneyGeneralSignDate": "2025-12-14T03:43:31.8119078-07:00",
"AmendmentDWSSignDate": "2025-12-14T03:43:31.8119078-07:00",
"AmendmentMailToBusinesDate": "2025-12-14T03:43:31.8119078-07:00",
"AmendmentPostmarFromBusToDWSDate": "2025-12-14T03:43:31.8119078-07:00",
"AttorneyGeneralSignDate": "2025-12-14T03:43:31.8119078-07:00",
"BusinessSignDate": "2025-12-14T03:43:31.8119078-07:00",
"ContractMailedToBusDate": "2025-12-14T03:43:31.8119078-07:00",
"ContractNumber": "sample string 3",
"DWSSignDate": "2025-12-14T03:43:31.8119078-07:00",
"FinalAttemptToCollectLetterDate": "2025-12-14T03:43:31.8119078-07:00",
"FinalReportReceivedDate": "2025-12-14T03:43:31.8119078-07:00",
"LitigationDecision": "sample string 4",
"PaymentPlanEstablished": true,
"PostmarkFromBusinessToDWSDate": "2025-12-14T03:43:31.8119078-07:00",
"ReferredToAGDate": "2025-12-14T03:43:31.8119078-07:00",
"InsertDate": "2025-12-14T03:43:31.8119078-07:00",
"InsertBy": 6,
"IsApplicationApproved": true,
"UpdateBy": 1,
"UpdateDate": "2025-12-14T03:43:31.8119078-07:00",
"WDTFUpdateBy": 1,
"WDTFUpdateDate": "2025-12-14T03:43:31.8119078-07:00",
"BusinessID": 1,
"FinalApprovedAmount": 1.0,
"FundingSourceID": 1,
"HasBeenSelectedForTransferToWolf": true,
"HasBeenSentToWolf": true,
"HasReceivedStatusFromWolf": true,
"UnitCodeID": 1,
"ActivityCodeID": 1,
"MessageFRAvailableSentDate": "2025-12-14T03:43:31.8119078-07:00",
"Message120DaySentDate": "2025-12-14T03:43:31.8119078-07:00",
"Message130DaySentDate": "2025-12-14T03:43:31.8119078-07:00",
"Message136DaySentDate": "2025-12-14T03:43:31.8119078-07:00",
"FinalReportCompleteDate": "2025-12-14T03:43:31.8119078-07:00",
"AmendmentSentToAGDate": "2025-12-14T03:43:31.8119078-07:00",
"SFSubmitToCobbleDate": "2025-12-14T03:43:31.8119078-07:00"
}
text/html
Sample:
{"id":1,"ApplicationID":2,"AmemdmentBusinessSignDate":"2025-12-14T03:43:31.8119078-07:00","AmendmentAttorneyGeneralSignDate":"2025-12-14T03:43:31.8119078-07:00","AmendmentDWSSignDate":"2025-12-14T03:43:31.8119078-07:00","AmendmentMailToBusinesDate":"2025-12-14T03:43:31.8119078-07:00","AmendmentPostmarFromBusToDWSDate":"2025-12-14T03:43:31.8119078-07:00","AttorneyGeneralSignDate":"2025-12-14T03:43:31.8119078-07:00","BusinessSignDate":"2025-12-14T03:43:31.8119078-07:00","ContractMailedToBusDate":"2025-12-14T03:43:31.8119078-07:00","ContractNumber":"sample string 3","DWSSignDate":"2025-12-14T03:43:31.8119078-07:00","FinalAttemptToCollectLetterDate":"2025-12-14T03:43:31.8119078-07:00","FinalReportReceivedDate":"2025-12-14T03:43:31.8119078-07:00","LitigationDecision":"sample string 4","PaymentPlanEstablished":true,"PostmarkFromBusinessToDWSDate":"2025-12-14T03:43:31.8119078-07:00","ReferredToAGDate":"2025-12-14T03:43:31.8119078-07:00","InsertDate":"2025-12-14T03:43:31.8119078-07:00","InsertBy":6,"IsApplicationApproved":true,"UpdateBy":1,"UpdateDate":"2025-12-14T03:43:31.8119078-07:00","WDTFUpdateBy":1,"WDTFUpdateDate":"2025-12-14T03:43:31.8119078-07:00","BusinessID":1,"FinalApprovedAmount":1.0,"FundingSourceID":1,"HasBeenSelectedForTransferToWolf":true,"HasBeenSentToWolf":true,"HasReceivedStatusFromWolf":true,"UnitCodeID":1,"ActivityCodeID":1,"MessageFRAvailableSentDate":"2025-12-14T03:43:31.8119078-07:00","Message120DaySentDate":"2025-12-14T03:43:31.8119078-07:00","Message130DaySentDate":"2025-12-14T03:43:31.8119078-07:00","Message136DaySentDate":"2025-12-14T03:43:31.8119078-07:00","FinalReportCompleteDate":"2025-12-14T03:43:31.8119078-07:00","AmendmentSentToAGDate":"2025-12-14T03:43:31.8119078-07:00","SFSubmitToCobbleDate":"2025-12-14T03:43:31.8119078-07:00"}
application/xml, text/xml
Sample:
<ApplicationContractDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL"> <ActivityCodeID>1</ActivityCodeID> <AmemdmentBusinessSignDate>2025-12-14T03:43:31.8119078-07:00</AmemdmentBusinessSignDate> <AmendmentAttorneyGeneralSignDate>2025-12-14T03:43:31.8119078-07:00</AmendmentAttorneyGeneralSignDate> <AmendmentDWSSignDate>2025-12-14T03:43:31.8119078-07:00</AmendmentDWSSignDate> <AmendmentMailToBusinesDate>2025-12-14T03:43:31.8119078-07:00</AmendmentMailToBusinesDate> <AmendmentPostmarFromBusToDWSDate>2025-12-14T03:43:31.8119078-07:00</AmendmentPostmarFromBusToDWSDate> <AmendmentSentToAGDate>2025-12-14T03:43:31.8119078-07:00</AmendmentSentToAGDate> <ApplicationID>2</ApplicationID> <AttorneyGeneralSignDate>2025-12-14T03:43:31.8119078-07:00</AttorneyGeneralSignDate> <BusinessID>1</BusinessID> <BusinessSignDate>2025-12-14T03:43:31.8119078-07:00</BusinessSignDate> <ContractMailedToBusDate>2025-12-14T03:43:31.8119078-07:00</ContractMailedToBusDate> <ContractNumber>sample string 3</ContractNumber> <DWSSignDate>2025-12-14T03:43:31.8119078-07:00</DWSSignDate> <FinalApprovedAmount>1</FinalApprovedAmount> <FinalAttemptToCollectLetterDate>2025-12-14T03:43:31.8119078-07:00</FinalAttemptToCollectLetterDate> <FinalReportCompleteDate>2025-12-14T03:43:31.8119078-07:00</FinalReportCompleteDate> <FinalReportReceivedDate>2025-12-14T03:43:31.8119078-07:00</FinalReportReceivedDate> <FundingSourceID>1</FundingSourceID> <HasBeenSelectedForTransferToWolf>true</HasBeenSelectedForTransferToWolf> <HasBeenSentToWolf>true</HasBeenSentToWolf> <HasReceivedStatusFromWolf>true</HasReceivedStatusFromWolf> <InsertBy>6</InsertBy> <InsertDate>2025-12-14T03:43:31.8119078-07:00</InsertDate> <IsApplicationApproved>true</IsApplicationApproved> <LitigationDecision>sample string 4</LitigationDecision> <Message120DaySentDate>2025-12-14T03:43:31.8119078-07:00</Message120DaySentDate> <Message130DaySentDate>2025-12-14T03:43:31.8119078-07:00</Message130DaySentDate> <Message136DaySentDate>2025-12-14T03:43:31.8119078-07:00</Message136DaySentDate> <MessageFRAvailableSentDate>2025-12-14T03:43:31.8119078-07:00</MessageFRAvailableSentDate> <PaymentPlanEstablished>true</PaymentPlanEstablished> <PostmarkFromBusinessToDWSDate>2025-12-14T03:43:31.8119078-07:00</PostmarkFromBusinessToDWSDate> <ReferredToAGDate>2025-12-14T03:43:31.8119078-07:00</ReferredToAGDate> <SFSubmitToCobbleDate>2025-12-14T03:43:31.8119078-07:00</SFSubmitToCobbleDate> <UnitCodeID>1</UnitCodeID> <UpdateBy>1</UpdateBy> <UpdateDate>2025-12-14T03:43:31.8119078-07:00</UpdateDate> <WDTFUpdateBy>1</WDTFUpdateBy> <WDTFUpdateDate>2025-12-14T03:43:31.8119078-07:00</WDTFUpdateDate> <id>1</id> </ApplicationContractDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StatusDTO
StatusDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"msg": "sample string 1"
}
text/html
Sample:
{"id":1,"msg":"sample string 1"}
application/xml, text/xml
Sample:
<StatusDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL"> <id>1</id> <msg>sample string 1</msg> </StatusDTO>