Request Information
URI Parameters
None.
Body Parameters
The arm term application detail.
Nano.ARMAppDetailName | Description | Type | Additional information |
---|---|---|---|
adjustmentPeriod |
Gets or sets the adjustment period. |
integer |
None. |
fixedPeriod |
Gets or sets the fixed period. |
integer |
None. |
initialAdjustmentCap |
Gets or sets the initial adjustment cap. |
integer |
None. |
lifetimeCap |
Gets or sets the lifetime cap. |
integer |
None. |
margin |
Gets or sets the margin. |
decimal number |
None. |
periodicAdjustmentCap |
Gets or sets the periodic adjustment cap. |
integer |
None. |
qualifyingRateMethod |
Gets or sets the qualifying rate method. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the ARM application detail identifier. |
integer |
None. |
indexType |
Gets or sets the index type identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "adjustmentPeriod": 1, "fixedPeriod": 2, "initialAdjustmentCap": 3, "lifetimeCap": 4, "margin": 5.0, "periodicAdjustmentCap": 6, "qualifyingRateMethod": "sample String 7", "app": "8", "id": "9", "indexType": "10" }
text/html
{"adjustmentPeriod":1,"fixedPeriod":2,"initialAdjustmentCap":3,"lifetimeCap":4,"margin":5.0,"periodicAdjustmentCap":6,"qualifyingRateMethod":"sample String 7","app":"8","id":"9","indexType":"10"}
application/xml, text/xml
<ARMAppDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AdjustmentPeriod>1</AdjustmentPeriod> <FixedPeriod>2</FixedPeriod> <InitialAdjustmentCap>3</InitialAdjustmentCap> <LifetimeCap>4</LifetimeCap> <Margin>5</Margin> <PeriodicAdjustmentCap>6</PeriodicAdjustmentCap> <QualifyingRateMethod>sample String 7</QualifyingRateMethod> <AppId>8</AppId> <ARMAppDetailId>9</ARMAppDetailId> <IndexTypeId>10</IndexTypeId> </ARMAppDetail>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The created arm term application detail.
Nano.ARMAppDetailName | Description | Type | Additional information |
---|---|---|---|
adjustmentPeriod |
Gets or sets the adjustment period. |
integer |
None. |
fixedPeriod |
Gets or sets the fixed period. |
integer |
None. |
initialAdjustmentCap |
Gets or sets the initial adjustment cap. |
integer |
None. |
lifetimeCap |
Gets or sets the lifetime cap. |
integer |
None. |
margin |
Gets or sets the margin. |
decimal number |
None. |
periodicAdjustmentCap |
Gets or sets the periodic adjustment cap. |
integer |
None. |
qualifyingRateMethod |
Gets or sets the qualifying rate method. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the ARM application detail identifier. |
integer |
None. |
indexType |
Gets or sets the index type identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "adjustmentPeriod": 1, "fixedPeriod": 2, "initialAdjustmentCap": 3, "lifetimeCap": 4, "margin": 5.0, "periodicAdjustmentCap": 6, "qualifyingRateMethod": "sample String 7", "app": "8", "id": "9", "indexType": "10" }
text/html
{"adjustmentPeriod":1,"fixedPeriod":2,"initialAdjustmentCap":3,"lifetimeCap":4,"margin":5.0,"periodicAdjustmentCap":6,"qualifyingRateMethod":"sample String 7","app":"8","id":"9","indexType":"10"}
application/xml, text/xml
<ARMAppDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AdjustmentPeriod>1</AdjustmentPeriod> <FixedPeriod>2</FixedPeriod> <InitialAdjustmentCap>3</InitialAdjustmentCap> <LifetimeCap>4</LifetimeCap> <Margin>5</Margin> <PeriodicAdjustmentCap>6</PeriodicAdjustmentCap> <QualifyingRateMethod>sample String 7</QualifyingRateMethod> <AppId>8</AppId> <ARMAppDetailId>9</ARMAppDetailId> <IndexTypeId>10</IndexTypeId> </ARMAppDetail>