POST v1/api/GetAuwVendors
Get Automated Underwriting Vendors Data
Request Information
URI Parameters
None.
Body Parameters
GetAuwVendorsRequestDto
GetAuwVendorsRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationState | StateCodeEnum |
None. |
|
| Person | AuwVendorPersonDto |
None. |
|
| SessionId | string |
None. |
|
| FaceAmount | decimal number |
None. |
|
| RetrieveRiskScore | boolean |
None. |
|
| TestingVendorPerson | Collection of AuwVendorPersonDto |
None. |
Request Formats
application/json
Sample:
REQUEST
{
"ApplicationState": "FL",
"Person": {
"FirstName": "John",
"MiddleName": "",
"LastName": "SBLITEST DOE",
"Address1": "1 Main St",
"City": "Wobrun",
"State": "MA",
"PostalCode": "01881",
"Country": "US",
"Gender": "Male",
"BirthDate": "1970-01-01",
"GovtId": "666307209",
"BirthState": "FL",
"BirthCountry": "US",
"DriversLicenseNumber": "M620200422980",
"DriversLicenseState": "FL",
"AddressType": "HOME",
"Smoker": "Never",
"WorkPhone": "",
"CellPhone": "978-343-5680",
"HomePhone": ""
},
"SessionId": "b7f604d6-8c18-4fd0-a06c-8e8036a54374",
"FaceAmount": 175000.0,
"RetrieveRiskScore": true,
"TestingVendorPerson": [
{
"FirstName": "DAVID",
"MiddleName": "",
"LastName": "DAVIDSON",
"GovtId": "666585491",
},
{
"FirstName": "MACON",
"MiddleName": "",
"LastName": "MURPHY",
"Address1": "494 11TH AVE",
"City": "SAINT PETERSBURG",
"State": "FL",
"PostalCode": "33701",
"Country": "US",
"Gender": "Male",
"BirthDate": "1970-01-01",
"GovtId": "666307209",
"BirthState": "FL",
"BirthCountry": "US",
"DriversLicenseNumber": "M620200422980",
"DriversLicenseState": "FL",
"AddressType": "HOME",
"Smoker": "Never",
"WorkPhone": "",
"CellPhone": "978-343-5680",
"HomePhone": ""
},
{
"FirstName": "Adam",
"MiddleName": "A",
"LastName": "Snmmmmtestcaseaa",
"Address1": "494 11TH AVE",
"City": "SAINT PETERSBURG",
"State": "FL",
"PostalCode": "33701",
"Country": "US",
"Gender": "Male",
"BirthDate": "2000-01-01",
"BirthState": "FL",
"BirthCountry": "US",
"AddressType": "HOME",
},
{
"GovtId": "992709180",
},
]
}
NOTE:
LastName contains SBLITEST will fill in TestingVendorPerson data
TestingVendorPerson
Only has data that is required to find a match at the vendor.
All other data taken from original record
1 - ExamOne
2 - LexisNexis
3 - MIB
4 - Milliman
Response Information
Resource Description
GetAuwVendorsResponseDto
GetAuwVendorsResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
Response Formats
application/json
Sample:
RESPONSE
{
}