Request Information

URI Parameters

NameDescriptionTypeAdditional information
loanEstimateValueId

The loan estimate value identifier.

integer

Required

Body Parameters

The loan estimate value.

Nano.LoanEstimateValue
NameDescriptionTypeAdditional information
adjustmentsAndOtherCredits

Gets or sets the adjustments and other credits.

decimal number

None.

closingCostsFinanced

Gets or sets the closing costs financed.

decimal number

None.

closingCostsPaidBeforeClosing

Gets or sets the closing costs paid before closing.

decimal number

None.

deposit

Gets or sets the deposit.

decimal number

None.

downPaymentOrFundsFromBorrower

Gets or sets down payment or funds from borrower.

decimal number

None.

fundsForBorrower

Gets or sets the funds for borrower.

decimal number

None.

sellerCredits

Gets or sets the seller credits.

decimal number

None.

totalClosingCosts

Gets or sets the total closing costs.

decimal number

None.

totalPayoffsAndPayments

Gets or sets the total payoffs and payments.

decimal number

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the loan estimate value identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "adjustmentsAndOtherCredits": 1.0,
  "closingCostsFinanced": 1.0,
  "closingCostsPaidBeforeClosing": 1.0,
  "deposit": 1.0,
  "downPaymentOrFundsFromBorrower": 1.0,
  "fundsForBorrower": 1.0,
  "sellerCredits": 1.0,
  "totalClosingCosts": 1.0,
  "totalPayoffsAndPayments": 1.0,
  "app": "1",
  "id": "2"
}

text/html

Sample:
{"adjustmentsAndOtherCredits":1.0,"closingCostsFinanced":1.0,"closingCostsPaidBeforeClosing":1.0,"deposit":1.0,"downPaymentOrFundsFromBorrower":1.0,"fundsForBorrower":1.0,"sellerCredits":1.0,"totalClosingCosts":1.0,"totalPayoffsAndPayments":1.0,"app":"1","id":"2"}

application/xml, text/xml

Sample:
<LoanEstimateValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AdjustmentsAndOtherCredits>1</AdjustmentsAndOtherCredits>
  <ClosingCostsFinanced>1</ClosingCostsFinanced>
  <ClosingCostsPaidBeforeClosing>1</ClosingCostsPaidBeforeClosing>
  <Deposit>1</Deposit>
  <DownPaymentOrFundsFromBorrower>1</DownPaymentOrFundsFromBorrower>
  <FundsForBorrower>1</FundsForBorrower>
  <SellerCredits>1</SellerCredits>
  <TotalClosingCosts>1</TotalClosingCosts>
  <TotalPayoffsAndPayments>1</TotalPayoffsAndPayments>
  <AppId>1</AppId>
  <LoanEstimateValueId>2</LoanEstimateValueId>
</LoanEstimateValue>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated loan estimate value.

Nano.LoanEstimateValue
NameDescriptionTypeAdditional information
adjustmentsAndOtherCredits

Gets or sets the adjustments and other credits.

decimal number

None.

closingCostsFinanced

Gets or sets the closing costs financed.

decimal number

None.

closingCostsPaidBeforeClosing

Gets or sets the closing costs paid before closing.

decimal number

None.

deposit

Gets or sets the deposit.

decimal number

None.

downPaymentOrFundsFromBorrower

Gets or sets down payment or funds from borrower.

decimal number

None.

fundsForBorrower

Gets or sets the funds for borrower.

decimal number

None.

sellerCredits

Gets or sets the seller credits.

decimal number

None.

totalClosingCosts

Gets or sets the total closing costs.

decimal number

None.

totalPayoffsAndPayments

Gets or sets the total payoffs and payments.

decimal number

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the loan estimate value identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "adjustmentsAndOtherCredits": 1.0,
  "closingCostsFinanced": 1.0,
  "closingCostsPaidBeforeClosing": 1.0,
  "deposit": 1.0,
  "downPaymentOrFundsFromBorrower": 1.0,
  "fundsForBorrower": 1.0,
  "sellerCredits": 1.0,
  "totalClosingCosts": 1.0,
  "totalPayoffsAndPayments": 1.0,
  "app": "1",
  "id": "2"
}

text/html

Sample:
{"adjustmentsAndOtherCredits":1.0,"closingCostsFinanced":1.0,"closingCostsPaidBeforeClosing":1.0,"deposit":1.0,"downPaymentOrFundsFromBorrower":1.0,"fundsForBorrower":1.0,"sellerCredits":1.0,"totalClosingCosts":1.0,"totalPayoffsAndPayments":1.0,"app":"1","id":"2"}

application/xml, text/xml

Sample:
<LoanEstimateValue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <AdjustmentsAndOtherCredits>1</AdjustmentsAndOtherCredits>
  <ClosingCostsFinanced>1</ClosingCostsFinanced>
  <ClosingCostsPaidBeforeClosing>1</ClosingCostsPaidBeforeClosing>
  <Deposit>1</Deposit>
  <DownPaymentOrFundsFromBorrower>1</DownPaymentOrFundsFromBorrower>
  <FundsForBorrower>1</FundsForBorrower>
  <SellerCredits>1</SellerCredits>
  <TotalClosingCosts>1</TotalClosingCosts>
  <TotalPayoffsAndPayments>1</TotalPayoffsAndPayments>
  <AppId>1</AppId>
  <LoanEstimateValueId>2</LoanEstimateValueId>
</LoanEstimateValue>

application/vnd.api+json

Sample:

Sample not available.