Request Information
URI Parameters
None.
Body Parameters
The quick pre-qualification completed email model.
QuickPreQualificationCompletedEmailModelName | Description | Type | Additional information |
---|---|---|---|
AppId |
Gets or sets the app identifier. |
integer |
None. |
CreditAuthorization |
Gets or sets a value indicating whether the credit report was authorized. |
boolean |
None. |
CreditReportErrors |
Gets or sets the credit report error messages. |
Collection of string |
None. |
Borrower1LastName |
Gets or sets the borrower 1 last name. |
string |
None. |
LoanApplicationUrl |
Gets or sets the loan application url. |
URI |
None. |
LoanFulfillmentUrl |
Gets or sets the loan fulfillment url. |
URI |
None. |
LoanOfficerId |
Gets or sets a value indicating the loan officer identifier. |
integer |
None. |
MyAccountUrl |
Gets or sets the loan my account url. |
URI |
None. |
Organization |
Gets or sets the organization. |
string |
None. |
ToEmailAddressFound |
Gets or sets a value indicating whether the to email address not found. |
boolean |
None. |
Request Formats
application/json, text/json
{ "AppId": 1, "CreditAuthorization": true, "CreditReportErrors": [ "sample String 1", "sample String 2" ], "Borrower1LastName": "sample String 3", "LoanApplicationUrl": "http://webapihelppage4.com", "LoanFulfillmentUrl": "http://webapihelppage5.com", "LoanOfficerId": 1, "MyAccountUrl": "http://webapihelppage6.com", "Organization": "sample String 7", "ToEmailAddressFound": true }
text/html
{"AppId":1,"CreditAuthorization":true,"CreditReportErrors":["sample String 1","sample String 2"],"Borrower1LastName":"sample String 3","LoanApplicationUrl":"http://webapihelppage4.com","LoanFulfillmentUrl":"http://webapihelppage5.com","LoanOfficerId":1,"MyAccountUrl":"http://webapihelppage6.com","Organization":"sample String 7","ToEmailAddressFound":true}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The result of the action.
RPCResponseName | 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}