POST v1/api/GetPolicyNumber?caseId={caseId}
Get a Policy number from the Policy Admin System
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| caseId |
A unique identifier to both group calls, and to tie a Case to an Agency. |
string |
None. |
Body Parameters
PolicyNumberRequestDto
PolicyNumberRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCode | string |
Required |
|
| AgencyId | string |
None. |
|
| IssueState | StateCodeEnum |
Required |
Response Information
Resource Description
PolicyNumberResponseDto
PolicyNumberResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PolicyNumber | string |
None. |