Request Information
URI Parameters
None.
Body Parameters
The GenericRateTrackerScenario.
GenericRateTrackerScenarioName | Description | Type | Additional information |
---|---|---|---|
appraisedValue |
Gets or sets the appraised value. |
decimal number |
None. |
baseLoanAmount |
Gets or sets the base loan amount. |
decimal number |
None. |
creditScore |
Gets or sets the credit score. |
integer |
None. |
loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
occupancyType |
Gets or sets the type of the occupancy. |
string |
None. |
salesPrice |
Gets or sets the sales price. |
decimal number |
None. |
state |
Gets or sets the state. |
string |
None. |
county |
Gets or sets the county identifier. |
integer |
None. |
id |
Gets or sets the generic rate tracker scenario identifier. |
integer |
None. |
loanProduct |
Gets or sets the loan product identifier. |
integer |
None. |
loanProgram |
Gets or sets the loan program identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
integer |
None. |
propertyType |
Gets or sets the property type identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "appraisedValue": 1.0, "baseLoanAmount": 1.0, "creditScore": 2, "loanPurpose": "sample String 3", "occupancyType": "sample String 4", "salesPrice": 1.0, "state": "sample String 5", "county": "6", "id": "7", "loanProduct": "1", "loanProgram": "8", "organization": "9", "propertyType": "10" }
text/html
{"appraisedValue":1.0,"baseLoanAmount":1.0,"creditScore":2,"loanPurpose":"sample String 3","occupancyType":"sample String 4","salesPrice":1.0,"state":"sample String 5","county":"6","id":"7","loanProduct":"1","loanProgram":"8","organization":"9","propertyType":"10"}
application/xml, text/xml
<GenericRateTrackerScenario xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppraisedValue>1</AppraisedValue> <BaseLoanAmount>1</BaseLoanAmount> <CreditScore>2</CreditScore> <LoanPurpose>sample String 3</LoanPurpose> <OccupancyType>sample String 4</OccupancyType> <SalesPrice>1</SalesPrice> <State>sample String 5</State> <CountyId>6</CountyId> <GenericRateTrackerScenarioId>7</GenericRateTrackerScenarioId> <LoanProductId>1</LoanProductId> <LoanProgramId>8</LoanProgramId> <OrganizationId>9</OrganizationId> <PropertyTypeId>10</PropertyTypeId> </GenericRateTrackerScenario>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The created GenericRateTrackerScenario.
GenericRateTrackerScenarioName | Description | Type | Additional information |
---|---|---|---|
appraisedValue |
Gets or sets the appraised value. |
decimal number |
None. |
baseLoanAmount |
Gets or sets the base loan amount. |
decimal number |
None. |
creditScore |
Gets or sets the credit score. |
integer |
None. |
loanPurpose |
Gets or sets the loan purpose. |
string |
None. |
occupancyType |
Gets or sets the type of the occupancy. |
string |
None. |
salesPrice |
Gets or sets the sales price. |
decimal number |
None. |
state |
Gets or sets the state. |
string |
None. |
county |
Gets or sets the county identifier. |
integer |
None. |
id |
Gets or sets the generic rate tracker scenario identifier. |
integer |
None. |
loanProduct |
Gets or sets the loan product identifier. |
integer |
None. |
loanProgram |
Gets or sets the loan program identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
integer |
None. |
propertyType |
Gets or sets the property type identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "appraisedValue": 1.0, "baseLoanAmount": 1.0, "creditScore": 2, "loanPurpose": "sample String 3", "occupancyType": "sample String 4", "salesPrice": 1.0, "state": "sample String 5", "county": "6", "id": "7", "loanProduct": "1", "loanProgram": "8", "organization": "9", "propertyType": "10" }
text/html
{"appraisedValue":1.0,"baseLoanAmount":1.0,"creditScore":2,"loanPurpose":"sample String 3","occupancyType":"sample String 4","salesPrice":1.0,"state":"sample String 5","county":"6","id":"7","loanProduct":"1","loanProgram":"8","organization":"9","propertyType":"10"}
application/xml, text/xml
<GenericRateTrackerScenario xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppraisedValue>1</AppraisedValue> <BaseLoanAmount>1</BaseLoanAmount> <CreditScore>2</CreditScore> <LoanPurpose>sample String 3</LoanPurpose> <OccupancyType>sample String 4</OccupancyType> <SalesPrice>1</SalesPrice> <State>sample String 5</State> <CountyId>6</CountyId> <GenericRateTrackerScenarioId>7</GenericRateTrackerScenarioId> <LoanProductId>1</LoanProductId> <LoanProgramId>8</LoanProgramId> <OrganizationId>9</OrganizationId> <PropertyTypeId>10</PropertyTypeId> </GenericRateTrackerScenario>