Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
Required |
Body Parameters
The arm term application detail.
Nano.ARMAppDetail| Name | 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. |
decimal number |
None. |
| lifetimeCap |
Gets or sets the lifetime cap. |
decimal number |
None. |
| margin |
Gets or sets the margin. |
decimal number |
None. |
| periodicAdjustmentCap |
Gets or sets the periodic adjustment cap. |
decimal number |
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.1,
"lifetimeCap": 4.1,
"margin": 5.1,
"periodicAdjustmentCap": 6.1,
"qualifyingRateMethod": "sample String 7",
"app": "8",
"id": "9",
"indexType": "10"
}
text/html
{"adjustmentPeriod":1,"fixedPeriod":2,"initialAdjustmentCap":3.1,"lifetimeCap":4.1,"margin":5.1,"periodicAdjustmentCap":6.1,"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.1</InitialAdjustmentCap> <LifetimeCap>4.1</LifetimeCap> <Margin>5.1</Margin> <PeriodicAdjustmentCap>6.1</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 updated arm term application detail.
Nano.ARMAppDetail| Name | 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. |
decimal number |
None. |
| lifetimeCap |
Gets or sets the lifetime cap. |
decimal number |
None. |
| margin |
Gets or sets the margin. |
decimal number |
None. |
| periodicAdjustmentCap |
Gets or sets the periodic adjustment cap. |
decimal number |
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.1,
"lifetimeCap": 4.1,
"margin": 5.1,
"periodicAdjustmentCap": 6.1,
"qualifyingRateMethod": "sample String 7",
"app": "8",
"id": "9",
"indexType": "10"
}
text/html
{"adjustmentPeriod":1,"fixedPeriod":2,"initialAdjustmentCap":3.1,"lifetimeCap":4.1,"margin":5.1,"periodicAdjustmentCap":6.1,"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.1</InitialAdjustmentCap> <LifetimeCap>4.1</LifetimeCap> <Margin>5.1</Margin> <PeriodicAdjustmentCap>6.1</PeriodicAdjustmentCap> <QualifyingRateMethod>sample String 7</QualifyingRateMethod> <AppId>8</AppId> <ARMAppDetailId>9</ARMAppDetailId> <IndexTypeId>10</IndexTypeId> </ARMAppDetail>