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
AgentInquiryRequestDtoName | Description | Type | Additional information |
---|---|---|---|
AgencyId | string |
None. |
|
AgentId | string |
None. |
|
State | StateCodeEnum |
None. |
Response Information
Resource Description
List of AgentInquiryResponseDto
AgentInquiryResponseDtoName | Description | Type | Additional information |
---|---|---|---|
AgentInfo | AgentData |
None. |
|
AgencyInfo | AgencyData |
None. |
|
LicenseStates | Collection of LicenseType |
None. |