Request Information
URI Parameters
None.
Body Parameters
The purchase contract.
Nano.PurchaseContract| Name | 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. |
Request Formats
application/json, text/json
{
"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
{"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
<PurchaseContract xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created purchase contract.
Nano.PurchaseContract| Name | 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
{
"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
{"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
<PurchaseContract xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>
application/vnd.api+json
Sample not available.