POST api/HeldBusiness/GetHeldBusinessData
Request Information
URI Parameters
None.
Body Parameters
EappHeldBusinesSearchDTOName | Description | Type | Additional information |
---|---|---|---|
searchType | integer |
None. |
|
contractId | integer |
None. |
|
days | integer |
None. |
|
heldTypeId | integer |
None. |
|
take | integer |
None. |
|
skip | integer |
None. |
|
sortColumn | string |
None. |
|
sortDirection | string |
None. |
|
associateIdList | Collection of integer |
None. |
|
officeIdList | Collection of integer |
None. |
|
locationContextCode | string |
None. |
|
QaSpecialist | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "searchType": 1, "contractId": 2, "days": 3, "heldTypeId": 4, "take": 5, "skip": 6, "sortColumn": "sample string 7", "sortDirection": "sample string 8", "associateIdList": [ 1, 1 ], "officeIdList": [ 1, 1 ], "locationContextCode": "sample string 9", "QaSpecialist": "sample string 10" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfEappHeldBusinessDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of EappHeldBusinessDTO |
None. |
|
Data | Collection of EappHeldBusinessDTO |
None. |
|
TotalRecords | integer |
None. |
|
TotalAssociateRecords | integer |
None. |
|
CwaTotal | decimal number |
None. |
|
AlpTotal | decimal number |
None. |
|
AnHTotal | decimal number |
None. |
|
SubmittedAgentCount | integer |
None. |
|
TotalNoPrds | integer |
None. |
|
TotalCompletedNoPrds | decimal number |
None. |
|
TotalCancelNoPrds | integer |
None. |
|
TotalAlpNoPrds | decimal number |
None. |
|
FormattedTotalAlpNoPrds | string |
None. |
|
TotalCompletedAlpNoPrds | decimal number |
None. |
|
FormattedTotalCompletedAlpNoPrds | string |
None. |
|
TotalCancelAlpNoPrds | decimal number |
None. |
|
FormattedTotalCancelAlpNoPrds | string |
None. |
|
IsSearchLimitCompleted | boolean |
None. |
|
PolicySearchesLeft | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "PagedRecords": [ { "Id": 1, "EappBasicInfoId": 1, "AssociateId": 1, "AssociateContractId": 1, "PolicyList": "sample string 2", "HeldTypeId": 1, "ApplicantName": "sample string 3", "Alp": 1.0, "ApplicationDate": "2025-10-13T21:40:25.511464-07:00", "Corrections": "sample string 4", "CorrectedAmount": 1.0, "CorrectedDate": "2025-10-13T21:40:25.511464-07:00", "CorrectedDescription": "sample string 5", "HeldTypeName": "sample string 6", "AssociateName": "sample string 7", "AgentCode": "sample string 8", "CreateDate": "2025-10-13T21:40:25.511464-07:00", "EappHouseHoldId": 1, "ALPString": "sample string 10", "IsUserTerminate": true, "LocationContextCode": "sample string 11", "Reviewer": "sample string 12" }, { "Id": 1, "EappBasicInfoId": 1, "AssociateId": 1, "AssociateContractId": 1, "PolicyList": "sample string 2", "HeldTypeId": 1, "ApplicantName": "sample string 3", "Alp": 1.0, "ApplicationDate": "2025-10-13T21:40:25.511464-07:00", "Corrections": "sample string 4", "CorrectedAmount": 1.0, "CorrectedDate": "2025-10-13T21:40:25.511464-07:00", "CorrectedDescription": "sample string 5", "HeldTypeName": "sample string 6", "AssociateName": "sample string 7", "AgentCode": "sample string 8", "CreateDate": "2025-10-13T21:40:25.511464-07:00", "EappHouseHoldId": 1, "ALPString": "sample string 10", "IsUserTerminate": true, "LocationContextCode": "sample string 11", "Reviewer": "sample string 12" } ], "Data": [ { "Id": 1, "EappBasicInfoId": 1, "AssociateId": 1, "AssociateContractId": 1, "PolicyList": "sample string 2", "HeldTypeId": 1, "ApplicantName": "sample string 3", "Alp": 1.0, "ApplicationDate": "2025-10-13T21:40:25.511464-07:00", "Corrections": "sample string 4", "CorrectedAmount": 1.0, "CorrectedDate": "2025-10-13T21:40:25.511464-07:00", "CorrectedDescription": "sample string 5", "HeldTypeName": "sample string 6", "AssociateName": "sample string 7", "AgentCode": "sample string 8", "CreateDate": "2025-10-13T21:40:25.511464-07:00", "EappHouseHoldId": 1, "ALPString": "sample string 10", "IsUserTerminate": true, "LocationContextCode": "sample string 11", "Reviewer": "sample string 12" }, { "Id": 1, "EappBasicInfoId": 1, "AssociateId": 1, "AssociateContractId": 1, "PolicyList": "sample string 2", "HeldTypeId": 1, "ApplicantName": "sample string 3", "Alp": 1.0, "ApplicationDate": "2025-10-13T21:40:25.511464-07:00", "Corrections": "sample string 4", "CorrectedAmount": 1.0, "CorrectedDate": "2025-10-13T21:40:25.511464-07:00", "CorrectedDescription": "sample string 5", "HeldTypeName": "sample string 6", "AssociateName": "sample string 7", "AgentCode": "sample string 8", "CreateDate": "2025-10-13T21:40:25.511464-07:00", "EappHouseHoldId": 1, "ALPString": "sample string 10", "IsUserTerminate": true, "LocationContextCode": "sample string 11", "Reviewer": "sample string 12" } ], "TotalRecords": 1, "TotalAssociateRecords": 2, "CwaTotal": 3.1, "AlpTotal": 4.1, "AnHTotal": 5.1, "SubmittedAgentCount": 6, "TotalNoPrds": 7, "TotalCompletedNoPrds": 8.1, "TotalCancelNoPrds": 9, "TotalAlpNoPrds": 10.1, "FormattedTotalAlpNoPrds": "10.10", "TotalCompletedAlpNoPrds": 11.1, "FormattedTotalCompletedAlpNoPrds": "11.10", "TotalCancelAlpNoPrds": 12.1, "FormattedTotalCancelAlpNoPrds": "12.10", "IsSearchLimitCompleted": true, "PolicySearchesLeft": "sample string 14" }