Request Information
URI Parameters
None.
Body Parameters
The subordinate financing.
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. |
Request 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"
}
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"}
application/xml, text/xml
<SubordinateFinancing xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created subordinate financing.
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"
}
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"}
application/xml, text/xml
<SubordinateFinancing xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <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>
application/vnd.api+json
Sample not available.