POST v1/api/AgentInquiry?caseId={caseId}
Retrieve a Agent Information getting all agents and states
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
AgentInquiryRequestDto
AgentInquiryRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AgencyId | string |
None. |
|
| AgentId | string |
None. |
|
| State | StateCodeEnum |
None. |
|
| EnhancedLookup | boolean |
None. |
Response Information
Resource Description
List of AgentInquiryResponseDto
AgentInquiryResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AgentInfo | AgentData |
None. |
|
| AgencyInfo | AgencyData |
None. |
|
| AgentHierarchy | Collection of AgentHierarchyDto |
None. |
|
| LicenseStates | Collection of LicenseType |
None. |