POST api/loan/condition/{loanID}/{type}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
loanID | string |
Required |
|
type | ConditionType |
Required |
Body Parameters
LOSCredentialsName | Description | Type | Additional information |
---|---|---|---|
userName | string |
None. |
|
password | string |
None. |
|
loanOriginationSystem | LoanOriginationSystems |
None. |
|
fusionAppSecret | string |
None. |
|
fusionAPIKey | string |
None. |
|
url | string |
None. |
|
sdkKey | string |
None. |
|
isEarlyAdopter | boolean |
None. |
|
nextGenClientID | string |
None. |
|
nextGenClientSecret | string |
None. |
|
nextGenInstance | string |
None. |
|
passwordHash | string |
None. |
|
databaseName | string |
None. |
|
pcLenderClientID | string |
None. |
|
pcLenderClientPassword | string |
None. |
|
pcLenderClientSecret | string |
None. |
|
pcLenderAppNonce | string |
None. |
|
hardcodedValue | string |
None. |
|
apiVersion | string |
None. |
|
isUAT | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "userName": "sample string 1", "password": "sample string 2", "loanOriginationSystem": 0, "fusionAppSecret": "sample string 3", "fusionAPIKey": "sample string 4", "url": "sample string 5", "sdkKey": "sample string 6", "isEarlyAdopter": true, "nextGenClientID": "sample string 8", "nextGenClientSecret": "sample string 9", "nextGenInstance": "sample string 10", "passwordHash": "sample string 11", "databaseName": "sample string 12", "pcLenderClientID": "sample string 13", "pcLenderClientPassword": "sample string 14", "pcLenderClientSecret": "sample string 15", "pcLenderAppNonce": "sample string 16", "hardcodedValue": "sample string 17", "apiVersion": "sample string 18", "isUAT": true }
application/xml, text/xml
Sample:
<LOSCredentials xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebService.Rest.Fusion.Common.Models"> <apiVersion>sample string 18</apiVersion> <databaseName>sample string 12</databaseName> <fusionAPIKey>sample string 4</fusionAPIKey> <fusionAppSecret>sample string 3</fusionAppSecret> <hardcodedValue>sample string 17</hardcodedValue> <isEarlyAdopter>true</isEarlyAdopter> <isUAT>true</isUAT> <loanOriginationSystem>EncompassSmartClient</loanOriginationSystem> <nextGenClientID>sample string 8</nextGenClientID> <nextGenClientSecret>sample string 9</nextGenClientSecret> <nextGenInstance>sample string 10</nextGenInstance> <password>sample string 2</password> <passwordHash>sample string 11</passwordHash> <pcLenderAppNonce>sample string 16</pcLenderAppNonce> <pcLenderClientID>sample string 13</pcLenderClientID> <pcLenderClientPassword>sample string 14</pcLenderClientPassword> <pcLenderClientSecret>sample string 15</pcLenderClientSecret> <sdkKey>sample string 6</sdkKey> <url>sample string 5</url> <userName>sample string 1</userName> </LOSCredentials>
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.