Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| historicalLoanTermId |
The historical loan term identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The historical loan term, if it exists.
Nano.HistoricalLoanTerm| Name | Description | Type | Additional information |
|---|---|---|---|
| appraisedValue |
Gets or sets the appraised value. |
decimal number |
None. |
| date |
Gets or sets the date. |
date |
None. |
| escrowWaiver |
Gets or sets a value indicating whether gets or sets the escrow waiver. |
boolean |
None. |
| loanAmount |
Gets or sets the loan amount. |
decimal number |
None. |
| loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
| occupancyType |
Gets or sets the occupancy type. |
string |
None. |
| representativeCreditScore |
Gets or sets the representative credit score. |
integer |
None. |
| salesPrice |
Gets or sets the sales price. |
decimal number |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| id |
Gets or sets the historical loan term identifier. |
integer |
None. |
| corporatePartner |
Gets or sets the corporate partner. |
integer |
None. |
| historicalLoanContent |
Gets or sets the historical loan content. |
integer |
None. |
| historicalQualifyingTerm |
Gets or sets the historical qualifying term. |
integer |
None. |
| historicalLoanTermOutput |
Gets or sets the historical loan term output identifier. |
integer |
None. |
| miRateType |
Gets or sets the mi rate type. |
integer |
None. |
| loanProcessEvent |
Gets or sets the loan process event identifier. |
string |
None. |
| loanProduct |
Gets or sets the loan product. |
integer |
None. |
| propertyClassificationType |
Gets or sets the property classification type. |
integer |
None. |
| propertyType |
Gets or sets the property type. |
integer |
None. |
| user |
Gets or sets the user identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"appraisedValue": 1.0,
"date": "2025-11-09T05:59:35.8472573Z",
"escrowWaiver": true,
"loanAmount": 3.0,
"loanPurpose": "sample String 4",
"occupancyType": "sample String 5",
"representativeCreditScore": 6,
"salesPrice": 1.0,
"app": "7",
"id": "1",
"corporatePartner": 1,
"historicalLoanContent": 1,
"historicalQualifyingTerm": 1,
"historicalLoanTermOutput": "1",
"miRateType": 1,
"loanProcessEvent": "sample String 8",
"loanProduct": 9,
"propertyClassificationType": 1,
"propertyType": 10,
"user": 1
}
text/html
{"appraisedValue":1.0,"date":"2025-11-09T05:59:35.8472573Z","escrowWaiver":true,"loanAmount":3.0,"loanPurpose":"sample String 4","occupancyType":"sample String 5","representativeCreditScore":6,"salesPrice":1.0,"app":"7","id":"1","corporatePartner":1,"historicalLoanContent":1,"historicalQualifyingTerm":1,"historicalLoanTermOutput":"1","miRateType":1,"loanProcessEvent":"sample String 8","loanProduct":9,"propertyClassificationType":1,"propertyType":10,"user":1}
application/xml, text/xml
<HistoricalLoanTerm xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppraisedValue>1</AppraisedValue> <Date>2025-11-09T05:59:35.8472573Z</Date> <EscrowWaiver>true</EscrowWaiver> <LoanAmount>3</LoanAmount> <LoanPurpose>sample String 4</LoanPurpose> <OccupancyType>sample String 5</OccupancyType> <RepresentativeCreditScore>6</RepresentativeCreditScore> <SalesPrice>1</SalesPrice> <AppId>7</AppId> <HistoricalLoanTermId>1</HistoricalLoanTermId> <CorporatePartnerId>1</CorporatePartnerId> <HistoricalLoanContentId>1</HistoricalLoanContentId> <HistoricalQualifyingTermId>1</HistoricalQualifyingTermId> <HistoricalLoanTermOutputId>1</HistoricalLoanTermOutputId> <MIRateTypeId>1</MIRateTypeId> <LoanProcessEventId>sample String 8</LoanProcessEventId> <LoanProductId>9</LoanProductId> <PropertyClassificationTypeId>1</PropertyClassificationTypeId> <PropertyTypeId>10</PropertyTypeId> <UserId>1</UserId> </HistoricalLoanTerm>
application/vnd.api+json
Sample not available.