POST v1/api/ProductInquiry?caseId={caseId}
Retrieve a Product Information along with riders
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
ProductInquiryRequestDto
ProductInquiryRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCode | string |
None. |
|
| State | StateCodeEnum |
None. |
|
| BirthDate | date |
None. |
|
| IssueAge | integer |
None. |
|
| Gender | GenderEnum |
None. |
|
| Smoker | SmokerEnum |
None. |
|
| FaceAmount | decimal number |
None. |
|
| UnderwritingClass | UnderwritingClassEnum |
None. |
Response Information
Resource Description
List of ProductInquiryResponseDto
ProductInquiryResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| RiderDetails | Collection of ProductInquiryRiderDto |
None. |
|
| ProductDetails | Collection of ProductInquiryDetailDto |
None. |