Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
previousGovernmentLoanId |
The previous government loan identifier. |
integer |
Required |
Body Parameters
The previous government loan.
Nano.PreviousGovernmentLoanName | Description | Type | Additional information |
---|---|---|---|
isPaidOff |
Gets or sets a value indicating whether it is paid off. |
boolean |
None. |
mortgageAmount |
Gets or sets the mortgage amount. |
decimal number |
None. |
purchaseDate |
Gets or sets the purchase date. |
string |
None. |
salesPrice |
Gets or sets the sales price. |
decimal number |
None. |
address |
Gets or sets the address identifier. |
integer |
None. |
liability |
Gets or sets the liability identifier. |
integer |
None. |
loanProgram |
Gets or sets the loan program identifier. |
integer |
None. |
person |
Gets or sets the person identifier. |
integer |
None. |
id |
Gets or sets the previous government loan identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "isPaidOff": true, "mortgageAmount": 1.0, "purchaseDate": "sample String 1", "salesPrice": 1.0, "address": "1", "liability": "1", "loanProgram": "2", "person": "3", "id": "4" }
text/html
{"isPaidOff":true,"mortgageAmount":1.0,"purchaseDate":"sample String 1","salesPrice":1.0,"address":"1","liability":"1","loanProgram":"2","person":"3","id":"4"}
application/xml, text/xml
<PreviousGovernmentLoan xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsPaidOff>true</IsPaidOff> <MortgageAmount>1</MortgageAmount> <PurchaseDate>sample String 1</PurchaseDate> <SalesPrice>1</SalesPrice> <AddressId>1</AddressId> <LiabilityId>1</LiabilityId> <LoanProgramId>2</LoanProgramId> <PersonId>3</PersonId> <PreviousGovernmentLoanId>4</PreviousGovernmentLoanId> </PreviousGovernmentLoan>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated previous government loan.
Nano.PreviousGovernmentLoanName | Description | Type | Additional information |
---|---|---|---|
isPaidOff |
Gets or sets a value indicating whether it is paid off. |
boolean |
None. |
mortgageAmount |
Gets or sets the mortgage amount. |
decimal number |
None. |
purchaseDate |
Gets or sets the purchase date. |
string |
None. |
salesPrice |
Gets or sets the sales price. |
decimal number |
None. |
address |
Gets or sets the address identifier. |
integer |
None. |
liability |
Gets or sets the liability identifier. |
integer |
None. |
loanProgram |
Gets or sets the loan program identifier. |
integer |
None. |
person |
Gets or sets the person identifier. |
integer |
None. |
id |
Gets or sets the previous government loan identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "isPaidOff": true, "mortgageAmount": 1.0, "purchaseDate": "sample String 1", "salesPrice": 1.0, "address": "1", "liability": "1", "loanProgram": "2", "person": "3", "id": "4" }
text/html
{"isPaidOff":true,"mortgageAmount":1.0,"purchaseDate":"sample String 1","salesPrice":1.0,"address":"1","liability":"1","loanProgram":"2","person":"3","id":"4"}
application/xml, text/xml
<PreviousGovernmentLoan xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsPaidOff>true</IsPaidOff> <MortgageAmount>1</MortgageAmount> <PurchaseDate>sample String 1</PurchaseDate> <SalesPrice>1</SalesPrice> <AddressId>1</AddressId> <LiabilityId>1</LiabilityId> <LoanProgramId>2</LoanProgramId> <PersonId>3</PersonId> <PreviousGovernmentLoanId>4</PreviousGovernmentLoanId> </PreviousGovernmentLoan>
application/vnd.api+json
Sample not available.