POST api/mortCalc/purchaseScenario

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PurchasePrice": 1.0,
  "DownPayment": 2.0,
  "InterestRate": 3.0,
  "LoanTermMonths": 4,
  "MonthlyPropertyTax": 1.0,
  "MonthlyInsurance": 1.0,
  "MonthlyHOAFee": 1.0,
  "MonthlyExtraPayment": 1.0,
  "ApiKey": "sample string 5",
  "MobileDeviceId": "sample string 6",
  "UserId": 7
}

application/xml, text/xml

Sample:
<MtgCalcPurchase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RateAlert.DAL.Entities">
  <ApiKey>sample string 5</ApiKey>
  <MobileDeviceId>sample string 6</MobileDeviceId>
  <UserId>7</UserId>
  <DownPayment>2</DownPayment>
  <InterestRate>3</InterestRate>
  <LoanTermMonths>4</LoanTermMonths>
  <MonthlyExtraPayment>1</MonthlyExtraPayment>
  <MonthlyHOAFee>1</MonthlyHOAFee>
  <MonthlyInsurance>1</MonthlyInsurance>
  <MonthlyPropertyTax>1</MonthlyPropertyTax>
  <PurchasePrice>1</PurchasePrice>
</MtgCalcPurchase>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MtgCalcPurchase'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.