Request Information
URI Parameters
None.
Body Parameters
The arm term.
Pico.ARMTerm| Name | Description | Type | Additional information |
|---|---|---|---|
| adjustmentPeriod |
Gets or sets the adjustment period. |
integer |
None. |
| description |
Gets or sets the description. |
string |
None. |
| duPlanCode |
Gets or sets the du plan code. |
string |
None. |
| fixedPeriod |
Gets or sets the fixed period. |
integer |
None. |
| initialAdjustmentCap |
Gets or sets the initial adjustment cap. |
decimal number |
None. |
| isActive |
Gets or sets the is active. |
boolean |
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. |
| qualifyingRateAdjustment |
Gets or sets the qualifying rate adjustment. |
decimal number |
None. |
| qualifyingRateMethod |
Gets or sets the qualifying rate method. |
string |
None. |
| id |
Gets or sets the ARM term identifier. |
integer |
None. |
| indexType |
Gets or sets the type of the index. |
integer |
None. |
Request Formats
application/json, text/json
{
"adjustmentPeriod": 1,
"description": "sample String 2",
"duPlanCode": "sample String 3",
"fixedPeriod": 4,
"initialAdjustmentCap": 1.1,
"isActive": true,
"lifetimeCap": 1.1,
"margin": 1.1,
"periodicAdjustmentCap": 1.1,
"qualifyingRateAdjustment": 1.1,
"qualifyingRateMethod": "sample String 5",
"id": "6",
"indexType": "1"
}
text/html
{"adjustmentPeriod":1,"description":"sample String 2","duPlanCode":"sample String 3","fixedPeriod":4,"initialAdjustmentCap":1.1,"isActive":true,"lifetimeCap":1.1,"margin":1.1,"periodicAdjustmentCap":1.1,"qualifyingRateAdjustment":1.1,"qualifyingRateMethod":"sample String 5","id":"6","indexType":"1"}
application/xml, text/xml
<ARMTerm xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AdjustmentPeriod>1</AdjustmentPeriod> <Description>sample String 2</Description> <DUPlanCode>sample String 3</DUPlanCode> <FixedPeriod>4</FixedPeriod> <InitialAdjustmentCap>1.1</InitialAdjustmentCap> <IsActive>true</IsActive> <LifetimeCap>1.1</LifetimeCap> <Margin>1.1</Margin> <PeriodicAdjustmentCap>1.1</PeriodicAdjustmentCap> <QualifyingRateAdjustment>1.1</QualifyingRateAdjustment> <QualifyingRateMethod>sample String 5</QualifyingRateMethod> <ARMTermId>6</ARMTermId> <IndexType>1</IndexType> </ARMTerm>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The created arm term.
Pico.ARMTerm| Name | Description | Type | Additional information |
|---|---|---|---|
| adjustmentPeriod |
Gets or sets the adjustment period. |
integer |
None. |
| description |
Gets or sets the description. |
string |
None. |
| duPlanCode |
Gets or sets the du plan code. |
string |
None. |
| fixedPeriod |
Gets or sets the fixed period. |
integer |
None. |
| initialAdjustmentCap |
Gets or sets the initial adjustment cap. |
decimal number |
None. |
| isActive |
Gets or sets the is active. |
boolean |
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. |
| qualifyingRateAdjustment |
Gets or sets the qualifying rate adjustment. |
decimal number |
None. |
| qualifyingRateMethod |
Gets or sets the qualifying rate method. |
string |
None. |
| id |
Gets or sets the ARM term identifier. |
integer |
None. |
| indexType |
Gets or sets the type of the index. |
integer |
None. |
Response Formats
application/json, text/json
{
"adjustmentPeriod": 1,
"description": "sample String 2",
"duPlanCode": "sample String 3",
"fixedPeriod": 4,
"initialAdjustmentCap": 1.1,
"isActive": true,
"lifetimeCap": 1.1,
"margin": 1.1,
"periodicAdjustmentCap": 1.1,
"qualifyingRateAdjustment": 1.1,
"qualifyingRateMethod": "sample String 5",
"id": "6",
"indexType": "1"
}
text/html
{"adjustmentPeriod":1,"description":"sample String 2","duPlanCode":"sample String 3","fixedPeriod":4,"initialAdjustmentCap":1.1,"isActive":true,"lifetimeCap":1.1,"margin":1.1,"periodicAdjustmentCap":1.1,"qualifyingRateAdjustment":1.1,"qualifyingRateMethod":"sample String 5","id":"6","indexType":"1"}
application/xml, text/xml
<ARMTerm xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AdjustmentPeriod>1</AdjustmentPeriod> <Description>sample String 2</Description> <DUPlanCode>sample String 3</DUPlanCode> <FixedPeriod>4</FixedPeriod> <InitialAdjustmentCap>1.1</InitialAdjustmentCap> <IsActive>true</IsActive> <LifetimeCap>1.1</LifetimeCap> <Margin>1.1</Margin> <PeriodicAdjustmentCap>1.1</PeriodicAdjustmentCap> <QualifyingRateAdjustment>1.1</QualifyingRateAdjustment> <QualifyingRateMethod>sample String 5</QualifyingRateMethod> <ARMTermId>6</ARMTermId> <IndexType>1</IndexType> </ARMTerm>