POST api/VoiceLoanApplication
Request Information
URI Parameters
None.
Body Parameters
PostVoiceLoanApplicationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LoanApplication | VoiceLoanApplication |
None. |
|
| LoanFolder | string |
None. |
|
| DefaultLoanOfficerName | string |
None. |
|
| RequestID | string |
None. |
|
| credentials | LOSCredentials |
None. |
Request Formats
application/json, text/json
Sample:
{
"LoanApplication": {
"bankruptcyforeclosure": "sample string 1",
"birthday": "sample string 2",
"creditscore": "sample string 3",
"currentaddresscity": "sample string 4",
"currentaddressstate": "sample string 5",
"currentaddressstreet": "sample string 6",
"currentlyemployeed": "sample string 7",
"downpayment": "sample string 8",
"firstname": "sample string 9",
"gift": "sample string 10",
"homeprice": "sample string 11",
"howlonglivingcurrentaddress": "sample string 12",
"lastname": "sample string 13",
"loanpurpose": "sample string 14",
"loantype": "sample string 15",
"phonenumber": "sample string 16",
"propertytype": "sample string 17",
"state": "sample string 18",
"yearlyincome": "sample string 19"
},
"LoanFolder": "sample string 1",
"DefaultLoanOfficerName": "sample string 2",
"RequestID": "sample string 3",
"credentials": {
"userName": "sample string 1",
"password": "sample string 2",
"loanOriginationSystem": 0,
"url": "sample string 3",
"sdkKey": "sample string 4",
"isEarlyAdopter": true,
"nextGenClientID": "sample string 6",
"nextGenClientSecret": "sample string 7",
"nextGenInstance": "sample string 8",
"passwordHash": "sample string 9",
"databaseName": "sample string 10",
"pcLenderClientID": "sample string 11",
"pcLenderClientPassword": "sample string 12",
"pcLenderClientSecret": "sample string 13",
"pcLenderAppNonce": "sample string 14",
"hardcodedValue": "sample string 15",
"apiVersion": "sample string 16",
"isUAT": true
}
}
application/xml, text/xml
Sample:
<PostVoiceLoanApplicationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebService.Rest.Fusion.Common.Requests">
<RequestID>sample string 3</RequestID>
<credentials xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebService.Rest.Fusion.Common.Models">
<d2p1:apiVersion>sample string 16</d2p1:apiVersion>
<d2p1:databaseName>sample string 10</d2p1:databaseName>
<d2p1:hardcodedValue>sample string 15</d2p1:hardcodedValue>
<d2p1:isEarlyAdopter>true</d2p1:isEarlyAdopter>
<d2p1:isUAT>true</d2p1:isUAT>
<d2p1:loanOriginationSystem>EncompassSmartClient</d2p1:loanOriginationSystem>
<d2p1:nextGenClientID>sample string 6</d2p1:nextGenClientID>
<d2p1:nextGenClientSecret>sample string 7</d2p1:nextGenClientSecret>
<d2p1:nextGenInstance>sample string 8</d2p1:nextGenInstance>
<d2p1:password>sample string 2</d2p1:password>
<d2p1:passwordHash>sample string 9</d2p1:passwordHash>
<d2p1:pcLenderAppNonce>sample string 14</d2p1:pcLenderAppNonce>
<d2p1:pcLenderClientID>sample string 11</d2p1:pcLenderClientID>
<d2p1:pcLenderClientPassword>sample string 12</d2p1:pcLenderClientPassword>
<d2p1:pcLenderClientSecret>sample string 13</d2p1:pcLenderClientSecret>
<d2p1:sdkKey>sample string 4</d2p1:sdkKey>
<d2p1:url>sample string 3</d2p1:url>
<d2p1:userName>sample string 1</d2p1:userName>
</credentials>
<DefaultLoanOfficerName>sample string 2</DefaultLoanOfficerName>
<LoanApplication xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebService.Rest.Fusion.Common.Models">
<d2p1:bankruptcyforeclosure>sample string 1</d2p1:bankruptcyforeclosure>
<d2p1:birthday>sample string 2</d2p1:birthday>
<d2p1:creditscore>sample string 3</d2p1:creditscore>
<d2p1:currentaddresscity>sample string 4</d2p1:currentaddresscity>
<d2p1:currentaddressstate>sample string 5</d2p1:currentaddressstate>
<d2p1:currentaddressstreet>sample string 6</d2p1:currentaddressstreet>
<d2p1:currentlyemployeed>sample string 7</d2p1:currentlyemployeed>
<d2p1:downpayment>sample string 8</d2p1:downpayment>
<d2p1:firstname>sample string 9</d2p1:firstname>
<d2p1:gift>sample string 10</d2p1:gift>
<d2p1:homeprice>sample string 11</d2p1:homeprice>
<d2p1:howlonglivingcurrentaddress>sample string 12</d2p1:howlonglivingcurrentaddress>
<d2p1:lastname>sample string 13</d2p1:lastname>
<d2p1:loanpurpose>sample string 14</d2p1:loanpurpose>
<d2p1:loantype>sample string 15</d2p1:loantype>
<d2p1:phonenumber>sample string 16</d2p1:phonenumber>
<d2p1:propertytype>sample string 17</d2p1:propertytype>
<d2p1:state>sample string 18</d2p1:state>
<d2p1:yearlyincome>sample string 19</d2p1:yearlyincome>
</LoanApplication>
<LoanFolder>sample string 1</LoanFolder>
</PostVoiceLoanApplicationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.