Request Information
URI Parameters
None.
Body Parameters
The comparison quote request model.
ComparisonQuoteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| emailBody | string |
None. |
|
| emailSubject | string |
None. |
|
| loans | Collection of ComparisonQuoteRequest.Loan |
None. |
|
| receivers | Collection of LoanQuote.Person |
None. |
|
| requestType | string |
None. |
|
| sender | LoanQuote.Person |
None. |
|
| timeFrame | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"emailBody": "sample String 1",
"emailSubject": "sample String 2",
"loans": [
{
"form": null,
"label": "sample String 1",
"priceValidationParameters": {
"originationCharges": 1.0,
"totalCharges": 2.0,
"pointsFee": 3.0,
"lenderCreditFee": 4.0
}
},
{
"form": null,
"label": "sample String 1",
"priceValidationParameters": {
"originationCharges": 1.0,
"totalCharges": 2.0,
"pointsFee": 3.0,
"lenderCreditFee": 4.0
}
}
],
"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"
}
],
"requestType": "sample String 3",
"sender": {
"firstName": "sample String 1",
"lastName": "sample String 2",
"nickName": "sample String 3",
"email": "sample String 4"
},
"timeFrame": 1
}
text/html
Sample:
{"emailBody":"sample String 1","emailSubject":"sample String 2","loans":[{"form":null,"label":"sample String 1","priceValidationParameters":{"originationCharges":1.0,"totalCharges":2.0,"pointsFee":3.0,"lenderCreditFee":4.0}},{"form":null,"label":"sample String 1","priceValidationParameters":{"originationCharges":1.0,"totalCharges":2.0,"pointsFee":3.0,"lenderCreditFee":4.0}}],"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"}],"requestType":"sample String 3","sender":{"firstName":"sample String 1","lastName":"sample String 2","nickName":"sample String 3","email":"sample String 4"},"timeFrame":1}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage.
Collection of DeprecatedRPCError| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Gets the RPC error identifier. |
globally unique identifier |
None. |
| message |
Gets or sets the message. |
string |
None. |
| rpcType |
Gets or sets the RPC type. |
string |
None. |
| status |
Gets or sets the status. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "abd458c1-ce6f-4a02-aac1-3a1b53313c28",
"message": "sample String 1",
"rpcType": "sample String 2",
"status": "sample String 3"
},
{
"id": "abd458c1-ce6f-4a02-aac1-3a1b53313c28",
"message": "sample String 1",
"rpcType": "sample String 2",
"status": "sample String 3"
}
]
text/html
Sample:
[{"id":"abd458c1-ce6f-4a02-aac1-3a1b53313c28","message":"sample String 1","rpcType":"sample String 2","status":"sample String 3"},{"id":"abd458c1-ce6f-4a02-aac1-3a1b53313c28","message":"sample String 1","rpcType":"sample String 2","status":"sample String 3"}]
application/xml, text/xml
Sample:
<ArrayOfDeprecatedRPCError xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DeprecatedRPCError>
<Message>sample String 1</Message>
<RPCType>sample String 2</RPCType>
<Status>sample String 3</Status>
</DeprecatedRPCError>
<DeprecatedRPCError>
<Message>sample String 1</Message>
<RPCType>sample String 2</RPCType>
<Status>sample String 3</Status>
</DeprecatedRPCError>
</ArrayOfDeprecatedRPCError>