Request Information
URI Parameters
None.
Body Parameters
The scenario.
Nano.UnderwritingScenario| Name | Description | Type | Additional information |
|---|---|---|---|
| caseIdentifier |
Gets or sets the case identifier. |
string |
None. |
| closingCostsPadding |
Gets or sets the closing costs padding. |
decimal number |
None. |
| includeCredit |
Gets or sets a value indicating whether to include credit. |
boolean |
None. |
| isUnderwritingScenario |
Gets or sets a value indicating whether this is an underwriting scenario. |
boolean |
None. |
| proposedHousingPadding |
Gets or sets the proposed housing padding. |
decimal number |
None. |
| systemType |
Gets or sets the underwriting system type. |
string |
None. |
| useNewCaseIdentifier |
Gets or sets a value indicating whether to use the new case identifier. |
boolean |
None. |
| useULAD |
Gets or sets a value indicating whether to use ULAD. |
boolean |
None. |
| userId |
Gets or sets the user identifier. |
integer |
None. |
| appId |
Gets or sets the application identifier. |
integer |
None. |
| appraisedValue |
Gets or sets the appraised value. |
decimal number |
None. |
| creditScore |
Gets or sets the credit score. |
integer |
None. |
| isScenario |
Gets or sets a value indicating whether it is a scenario. |
boolean |
None. |
| loanAmount |
Gets or sets the loan amount. |
decimal number |
None. |
| loanProductId |
Gets or sets the loan product identifier. |
integer |
None. |
| lockPeriod |
Gets or sets the lock period. |
integer |
None. |
| miRateTypeId |
Gets or sets the mi rate type identifier. |
integer |
None. |
| rate |
Gets or sets the rate. |
decimal number |
None. |
| salesPrice |
Gets or sets the sales price. |
decimal number |
None. |
Request Formats
application/json, text/json
{
"caseIdentifier": "sample String 1",
"closingCostsPadding": 2.0,
"includeCredit": true,
"isUnderwritingScenario": true,
"proposedHousingPadding": 5.0,
"systemType": "sample String 6",
"useNewCaseIdentifier": true,
"useULAD": true,
"userId": 1,
"appId": 9,
"appraisedValue": 1.0,
"creditScore": 1,
"isScenario": true,
"loanAmount": 1.0,
"loanProductId": 1,
"lockPeriod": 1,
"miRateTypeId": 1,
"rate": 1.0,
"salesPrice": 1.0
}
text/html
{"caseIdentifier":"sample String 1","closingCostsPadding":2.0,"includeCredit":true,"isUnderwritingScenario":true,"proposedHousingPadding":5.0,"systemType":"sample String 6","useNewCaseIdentifier":true,"useULAD":true,"userId":1,"appId":9,"appraisedValue":1.0,"creditScore":1,"isScenario":true,"loanAmount":1.0,"loanProductId":1,"lockPeriod":1,"miRateTypeId":1,"rate":1.0,"salesPrice":1.0}
application/xml, text/xml
<UnderwritingScenario xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppId>9</AppId> <AppraisedValue>1</AppraisedValue> <CreditScore>1</CreditScore> <IsScenario>true</IsScenario> <LoanAmount>1</LoanAmount> <LoanProductId>1</LoanProductId> <LockPeriod>1</LockPeriod> <MIRateTypeId>1</MIRateTypeId> <Rate>1</Rate> <SalesPrice>1</SalesPrice> <CaseIdentifier>sample String 1</CaseIdentifier> <ClosingCostsPadding>2</ClosingCostsPadding> <IncludeCredit>true</IncludeCredit> <IsUnderwritingScenario>true</IsUnderwritingScenario> <ProposedHousingPadding>5</ProposedHousingPadding> <SystemType>sample String 6</SystemType> <UseNewCaseIdentifier>true</UseNewCaseIdentifier> <UseULAD>true</UseULAD> <UserId>1</UserId> </UnderwritingScenario>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The result of the action.
RPCResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| data |
Gets or sets the data. |
Object |
None. |
| errors |
Gets or sets the errors. |
Collection of RPCError2 |
None. |
| included |
Gets or sets the included. |
Collection of Object |
None. |
| messages |
Gets or sets the errors. |
Collection of string |
None. |
| modelId |
Gets or sets the model identifier. |
integer |
None. |
Response Formats
application/json, text/json
{
"data": {},
"errors": [
{
"code": "DataValidation",
"detail": "sample String 1",
"id": "sample String 2",
"status": 100,
"title": "sample String 3"
},
{
"code": "DataValidation",
"detail": "sample String 1",
"id": "sample String 2",
"status": 100,
"title": "sample String 3"
}
],
"included": [
{},
{}
],
"messages": [
"sample String 1",
"sample String 2"
],
"modelId": 1
}
text/html
{"data":{},"errors":[{"code":"DataValidation","detail":"sample String 1","id":"sample String 2","status":100,"title":"sample String 3"},{"code":"DataValidation","detail":"sample String 1","id":"sample String 2","status":100,"title":"sample String 3"}],"included":[{},{}],"messages":["sample String 1","sample String 2"],"modelId":1}