Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of purchase contracts.
Collection of Nano.PurchaseContractName | Description | Type | Additional information |
---|---|---|---|
appraisalDeadline |
Gets or sets the appraisal deadline. |
string |
None. |
borrowerCostsPaidBySeller |
Gets or sets the borrower costs paid by seller. |
decimal number |
None. |
closingDeadline |
Gets or sets the closing deadline. |
string |
None. |
earnestMoneyDeposit |
Gets or sets the earnest money deposit. |
decimal number |
None. |
financingApprovalDeadline |
Gets or sets the financing approval deadline. |
string |
None. |
hasSellerPaidClosingCosts |
Gets or sets a value indicating whether the seller has paid closing costs. |
boolean |
None. |
offerDate |
Gets or sets the offer date. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the purchase contract identifier. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "appraisalDeadline": "sample String 1", "borrowerCostsPaidBySeller": 1.0, "closingDeadline": "sample String 2", "earnestMoneyDeposit": 1.0, "financingApprovalDeadline": "sample String 3", "hasSellerPaidClosingCosts": true, "offerDate": "sample String 5", "app": "6", "id": "7" }, { "appraisalDeadline": "sample String 1", "borrowerCostsPaidBySeller": 1.0, "closingDeadline": "sample String 2", "earnestMoneyDeposit": 1.0, "financingApprovalDeadline": "sample String 3", "hasSellerPaidClosingCosts": true, "offerDate": "sample String 5", "app": "6", "id": "7" } ]
text/html
Sample:
[{"appraisalDeadline":"sample String 1","borrowerCostsPaidBySeller":1.0,"closingDeadline":"sample String 2","earnestMoneyDeposit":1.0,"financingApprovalDeadline":"sample String 3","hasSellerPaidClosingCosts":true,"offerDate":"sample String 5","app":"6","id":"7"},{"appraisalDeadline":"sample String 1","borrowerCostsPaidBySeller":1.0,"closingDeadline":"sample String 2","earnestMoneyDeposit":1.0,"financingApprovalDeadline":"sample String 3","hasSellerPaidClosingCosts":true,"offerDate":"sample String 5","app":"6","id":"7"}]
application/xml, text/xml
Sample:
<ArrayOfPurchaseContract xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PurchaseContract> <AppraisalDeadline>sample String 1</AppraisalDeadline> <BorrowerCostsPaidBySeller>1</BorrowerCostsPaidBySeller> <ClosingDeadline>sample String 2</ClosingDeadline> <EarnestMoneyDeposit>1</EarnestMoneyDeposit> <FinancingApprovalDeadline>sample String 3</FinancingApprovalDeadline> <HasSellerPaidClosingCosts>true</HasSellerPaidClosingCosts> <OfferDate>sample String 5</OfferDate> <AppId>6</AppId> <PurchaseContractId>7</PurchaseContractId> </PurchaseContract> <PurchaseContract> <AppraisalDeadline>sample String 1</AppraisalDeadline> <BorrowerCostsPaidBySeller>1</BorrowerCostsPaidBySeller> <ClosingDeadline>sample String 2</ClosingDeadline> <EarnestMoneyDeposit>1</EarnestMoneyDeposit> <FinancingApprovalDeadline>sample String 3</FinancingApprovalDeadline> <HasSellerPaidClosingCosts>true</HasSellerPaidClosingCosts> <OfferDate>sample String 5</OfferDate> <AppId>6</AppId> <PurchaseContractId>7</PurchaseContractId> </PurchaseContract> </ArrayOfPurchaseContract>
application/vnd.api+json
Sample:
Sample not available.