POST v1/api/SimpleUW?caseId={caseId}
Update a Simple App
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId |
(optional - but recommended) a unique identifier to both group calls, and to tie a Case to an Agency. |
string |
None. |
Body Parameters
SimpleUWRequestDto
SimpleUWRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SalesChannel | SalesChannelEnum |
None. |
|
| ClientPresent | boolean |
None. |
|
| ApplicationState | StateCodeEnum |
None. |
|
| Person | SimplePersonDto |
None. |
|
| Product | Collection of CoverageDto |
None. |
|
| ReprocessSessionId | string |
None. |
Response Information
Resource Description
SimpleUWResponseDto
SimpleUWResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| RateClass | UnderwritingClassEnum |
None. |
|
| AcordRateClass | AcordUnderwritingClassEnum |
None. |
|
| GIProduct | boolean |
None. |
|
| Rating | string |
None. |
|
| LegalIssues | boolean |
None. |
|
| DrivingIssues | boolean |
None. |
|
| DrugIssues | boolean |
None. |
|
| MedicalDiagnosedIssues | boolean |
None. |
|
| MedicalTreatmentIssues | boolean |
None. |
|
| UwSessionId | string |
None. |
|
| RequiresReprocessing | boolean |
None. |