Request Information

URI Parameters

NameDescriptionTypeAdditional information
subordinateFinancingId

The subordinate financing identifier.

integer

Required

Body Parameters

The subordinate financing.

Nano.SubordinateFinancing
NameDescriptionTypeAdditional 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

Sample:
{
  "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

Sample:
{"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

Sample:
<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:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated subordinate financing.

Nano.SubordinateFinancing
NameDescriptionTypeAdditional 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

Sample:
{
  "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

Sample:
{"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

Sample:
<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:

Sample not available.