POST api/700credit/prequalify
Request Information
URI Parameters
None.
Body Parameters
SevenHundredCreditPrequalifyRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Pass | string |
None. |
|
| Process | string |
None. |
|
| Product | string |
None. |
|
| CompanySecret | string |
None. |
|
| LotId | integer |
None. |
|
| LotName | string |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| Address | string |
None. |
|
| Zip | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| HomePhone | string |
None. |
|
| CellPhone | string |
None. |
|
| string |
None. |
||
| Comments | string |
None. |
|
| Bureau | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pass": "2",
"Process": "PCCREDIT",
"Product": "PREQUALIFY",
"CompanySecret": "sample string 1",
"LotId": 2,
"LotName": "sample string 3",
"FirstName": "sample string 4",
"MiddleName": "sample string 5",
"LastName": "sample string 6",
"Address": "sample string 7",
"Zip": "sample string 8",
"City": "sample string 9",
"State": "sample string 10",
"HomePhone": "sample string 11",
"CellPhone": "sample string 12",
"Email": "sample string 13",
"Comments": "sample string 14",
"Bureau": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<SevenHundredCreditPrequalifyRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Automatrix.MPI.Business.Entities">
<Address>sample string 7</Address>
<Bureau xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</Bureau>
<CellPhone>sample string 12</CellPhone>
<City>sample string 9</City>
<Comments>sample string 14</Comments>
<CompanySecret>sample string 1</CompanySecret>
<Email>sample string 13</Email>
<FirstName>sample string 4</FirstName>
<HomePhone>sample string 11</HomePhone>
<LastName>sample string 6</LastName>
<LotId>2</LotId>
<LotName>sample string 3</LotName>
<MiddleName>sample string 5</MiddleName>
<State>sample string 10</State>
<Zip>sample string 8</Zip>
</SevenHundredCreditPrequalifyRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |