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 subordinate financings.
Collection of Nano.SubordinateFinancing| Name | Description | Type | Additional information |
|---|---|---|---|
| existingSecondPlan |
Gets or sets the existing second plan. |
string |
None. |
| highCreditLimit |
Gets or sets the high credit limit. |
decimal number |
None. |
| isExisting |
Gets or sets a value indicating whether it is existing or new. |
boolean |
None. |
| isPurchaseMoney |
Gets or sets a value indicating whether it is purchase money. |
boolean |
None. |
| isSeasonedTwelveMonths |
Gets or sets a value indicating whether it is seasoned twelve months. |
boolean |
None. |
| loanAmount |
Gets or sets the loan amount. |
decimal number |
None. |
| payment |
Gets or sets the payment. |
decimal number |
None. |
| source |
Gets or sets the source. |
string |
None. |
| sourceType |
Gets or sets the source type. |
string |
None. |
| sourceTypeOtherDescription |
Gets or sets the source type other description. |
string |
None. |
| app |
Gets or sets the application identifier. |
integer |
None. |
| liabilityType |
Gets or sets the liability type identifier. |
integer |
None. |
| id |
Gets or sets the subordinate financing identifier. |
integer |
None. |
Response Formats
application/json, text/json
[
{
"existingSecondPlan": "sample String 1",
"highCreditLimit": 1.0,
"isExisting": true,
"isPurchaseMoney": true,
"isSeasonedTwelveMonths": true,
"loanAmount": 1.0,
"payment": 1.0,
"source": "sample String 3",
"sourceType": "sample String 4",
"sourceTypeOtherDescription": "sample String 5",
"app": "6",
"liabilityType": 1,
"id": "7"
},
{
"existingSecondPlan": "sample String 1",
"highCreditLimit": 1.0,
"isExisting": true,
"isPurchaseMoney": true,
"isSeasonedTwelveMonths": true,
"loanAmount": 1.0,
"payment": 1.0,
"source": "sample String 3",
"sourceType": "sample String 4",
"sourceTypeOtherDescription": "sample String 5",
"app": "6",
"liabilityType": 1,
"id": "7"
}
]
text/html
[{"existingSecondPlan":"sample String 1","highCreditLimit":1.0,"isExisting":true,"isPurchaseMoney":true,"isSeasonedTwelveMonths":true,"loanAmount":1.0,"payment":1.0,"source":"sample String 3","sourceType":"sample String 4","sourceTypeOtherDescription":"sample String 5","app":"6","liabilityType":1,"id":"7"},{"existingSecondPlan":"sample String 1","highCreditLimit":1.0,"isExisting":true,"isPurchaseMoney":true,"isSeasonedTwelveMonths":true,"loanAmount":1.0,"payment":1.0,"source":"sample String 3","sourceType":"sample String 4","sourceTypeOtherDescription":"sample String 5","app":"6","liabilityType":1,"id":"7"}]
application/xml, text/xml
<ArrayOfSubordinateFinancing xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SubordinateFinancing>
<ExistingSecondPlan>sample String 1</ExistingSecondPlan>
<HighCreditLimit>1</HighCreditLimit>
<IsExisting>true</IsExisting>
<IsPurchaseMoney>true</IsPurchaseMoney>
<IsSeasonedTwelveMonths>true</IsSeasonedTwelveMonths>
<LoanAmount>1</LoanAmount>
<Payment>1</Payment>
<Source>sample String 3</Source>
<SourceType>sample String 4</SourceType>
<SourceTypeOtherDescription>sample String 5</SourceTypeOtherDescription>
<AppId>6</AppId>
<LiabilityTypeId>1</LiabilityTypeId>
<SubordinateFinancingId>7</SubordinateFinancingId>
</SubordinateFinancing>
<SubordinateFinancing>
<ExistingSecondPlan>sample String 1</ExistingSecondPlan>
<HighCreditLimit>1</HighCreditLimit>
<IsExisting>true</IsExisting>
<IsPurchaseMoney>true</IsPurchaseMoney>
<IsSeasonedTwelveMonths>true</IsSeasonedTwelveMonths>
<LoanAmount>1</LoanAmount>
<Payment>1</Payment>
<Source>sample String 3</Source>
<SourceType>sample String 4</SourceType>
<SourceTypeOtherDescription>sample String 5</SourceTypeOtherDescription>
<AppId>6</AppId>
<LiabilityTypeId>1</LiabilityTypeId>
<SubordinateFinancingId>7</SubordinateFinancingId>
</SubordinateFinancing>
</ArrayOfSubordinateFinancing>
application/vnd.api+json
Sample not available.