GET api/PreApproval/Get?preApprovalID={preApprovalID}

Returns Approval object, if it is ready, use GetStatus function to check that

Request Information

URI Parameters

NameDescriptionTypeAdditional information
preApprovalID

ID of PreApproval object

string

None.

Body Parameters

None.

Response Information

Resource Description

Returns HttpResponseMessage and ApprovalEntity

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "LoanNo": "sample string 1",
  "PreApprovalDate": "sample string 2",
  "ExpiryDate": "sample string 3",
  "LoanPurpose": 4,
  "CollateralSubject": "sample string 5",
  "PropertyAddress": "sample string 6",
  "PurchasePrice": "sample string 7",
  "Improvements": "sample string 8",
  "Downpayment": "sample string 9",
  "Amount": "sample string 10",
  "LTV": "sample string 11",
  "Term": 12,
  "InterestRate": "sample string 13",
  "APR": "sample string 14",
  "MonthlyPayment": "sample string 15",
  "TotalPayable": 16.0,
  "OriginationFee": "sample string 17",
  "OriginationFeePercent": "sample string 18",
  "TotalIncomes": "sample string 19",
  "TotalLiabilities": "sample string 20",
  "DIR": "sample string 21",
  "LoanTypeID": "sample string 22",
  "LoanPurposeID": "sample string 23"
}