Request Information
URI Parameters
None.
Body Parameters
The pre-qualification letter email request model.
PreQual.PreQualificationLetterEmailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| context | OutputStyle |
None. |
|
| emailBody | string |
None. |
|
| emailSubject | string |
None. |
|
| sender | PreQual.Person |
None. |
|
| receivers | Collection of PreQual.Person |
None. |
|
| letterType | string |
None. |
|
| formType | FormType |
None. |
|
| message | string |
None. |
|
| appId | integer |
None. |
|
| appraisedValue | decimal number |
None. |
|
| creditScore | integer |
None. |
|
| isScenario | boolean |
None. |
|
| loanAmount | decimal number |
None. |
|
| loanProductId | integer |
None. |
|
| lockPeriod | integer |
None. |
|
| miRateTypeId | integer |
None. |
|
| rate | decimal number |
None. |
|
| salesPrice | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"context": 0,
"emailBody": "sample String 1",
"emailSubject": "sample String 2",
"sender": {
"firstName": "sample String 1",
"lastName": "sample String 2",
"nickName": "sample String 3",
"email": "sample String 4"
},
"receivers": [
{
"firstName": "sample String 1",
"lastName": "sample String 2",
"nickName": "sample String 3",
"email": "sample String 4"
},
{
"firstName": "sample String 1",
"lastName": "sample String 2",
"nickName": "sample String 3",
"email": "sample String 4"
}
],
"letterType": "sample String 3",
"formType": 0,
"message": "sample String 4",
"appId": 5,
"appraisedValue": 1.0,
"creditScore": 1,
"isScenario": true,
"loanAmount": 1.0,
"loanProductId": 1,
"lockPeriod": 1,
"miRateTypeId": 1,
"rate": 1.0,
"salesPrice": 1.0
}
text/html
Sample:
{"context":0,"emailBody":"sample String 1","emailSubject":"sample String 2","sender":{"firstName":"sample String 1","lastName":"sample String 2","nickName":"sample String 3","email":"sample String 4"},"receivers":[{"firstName":"sample String 1","lastName":"sample String 2","nickName":"sample String 3","email":"sample String 4"},{"firstName":"sample String 1","lastName":"sample String 2","nickName":"sample String 3","email":"sample String 4"}],"letterType":"sample String 3","formType":0,"message":"sample String 4","appId":5,"appraisedValue":1.0,"creditScore":1,"isScenario":true,"loanAmount":1.0,"loanProductId":1,"lockPeriod":1,"miRateTypeId":1,"rate":1.0,"salesPrice":1.0}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage.
Collection of RPCError2| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
Gets or sets the code. |
RPCErrorCode |
None. |
| detail |
Gets or sets the detail. |
string |
None. |
| id |
Gets or sets the identifier. |
string |
None. |
| status |
Gets or sets the status. |
HttpStatusCode |
None. |
| title |
Gets or sets the title. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"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"
}
]
text/html
Sample:
[{"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"}]
application/xml, text/xml
Sample:
<ArrayOfRPCError2 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RPCError2>
<Code>DataValidation</Code>
<Detail>sample String 1</Detail>
<Id>sample String 2</Id>
<Status>Continue</Status>
<Title>sample String 3</Title>
</RPCError2>
<RPCError2>
<Code>DataValidation</Code>
<Detail>sample String 1</Detail>
<Id>sample String 2</Id>
<Status>Continue</Status>
<Title>sample String 3</Title>
</RPCError2>
</ArrayOfRPCError2>