Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The application identifier.

integer

None.

personId

The person identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

A list of previous government loans.

Collection of Nano.PreviousGovernmentLoan
NameDescriptionTypeAdditional 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

Sample:
[
  {
    "isPaidOff": true,
    "mortgageAmount": 1.0,
    "purchaseDate": "sample String 1",
    "salesPrice": 1.0,
    "address": "1",
    "liability": "1",
    "loanProgram": "2",
    "person": "3",
    "id": "4"
  },
  {
    "isPaidOff": true,
    "mortgageAmount": 1.0,
    "purchaseDate": "sample String 1",
    "salesPrice": 1.0,
    "address": "1",
    "liability": "1",
    "loanProgram": "2",
    "person": "3",
    "id": "4"
  }
]

text/html

Sample:
[{"isPaidOff":true,"mortgageAmount":1.0,"purchaseDate":"sample String 1","salesPrice":1.0,"address":"1","liability":"1","loanProgram":"2","person":"3","id":"4"},{"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

Sample:
<ArrayOfPreviousGovernmentLoan xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PreviousGovernmentLoan>
    <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>
  <PreviousGovernmentLoan>
    <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>
</ArrayOfPreviousGovernmentLoan>

application/vnd.api+json

Sample:

Sample not available.