POST api/MOD/GetCancelMODList
Request Information
URI Parameters
None.
Body Parameters
MODSearchCriteriaDTOName | Description | Type | Additional information |
---|---|---|---|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
SortBy | string |
None. |
|
SortOrder | string |
None. |
|
SortColumnIndex | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
LocationContextCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageIndex": 1, "PageSize": 1, "SortBy": "sample string 1", "SortOrder": "sample string 2", "SortColumnIndex": 1, "StartDate": "2025-10-14T00:39:53.4940439-07:00", "EndDate": "2025-10-14T00:39:53.4940439-07:00", "LocationContextCode": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfCanceledMODDetailDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of CanceledMODDetailDTO |
None. |
|
Data | Collection of CanceledMODDetailDTO |
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": [ { "Agentname": "sample string 1", "OfficeName": "sample string 2", "PolicyNumber": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "PhoneNumber": "sample string 6", "SecondaryPhone": "sample string 7", "ALP": 1.0, "Resolution": "sample string 8", "ResolutionDate": "2025-10-14T00:39:53.4940439-07:00", "MgaName": "sample string 9", "RgaName": "sample string 10", "ALPString": "$1.00", "ResolutionDateString": "10/14/2025" }, { "Agentname": "sample string 1", "OfficeName": "sample string 2", "PolicyNumber": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "PhoneNumber": "sample string 6", "SecondaryPhone": "sample string 7", "ALP": 1.0, "Resolution": "sample string 8", "ResolutionDate": "2025-10-14T00:39:53.4940439-07:00", "MgaName": "sample string 9", "RgaName": "sample string 10", "ALPString": "$1.00", "ResolutionDateString": "10/14/2025" } ], "Data": [ { "Agentname": "sample string 1", "OfficeName": "sample string 2", "PolicyNumber": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "PhoneNumber": "sample string 6", "SecondaryPhone": "sample string 7", "ALP": 1.0, "Resolution": "sample string 8", "ResolutionDate": "2025-10-14T00:39:53.4940439-07:00", "MgaName": "sample string 9", "RgaName": "sample string 10", "ALPString": "$1.00", "ResolutionDateString": "10/14/2025" }, { "Agentname": "sample string 1", "OfficeName": "sample string 2", "PolicyNumber": "sample string 3", "FirstName": "sample string 4", "LastName": "sample string 5", "PhoneNumber": "sample string 6", "SecondaryPhone": "sample string 7", "ALP": 1.0, "Resolution": "sample string 8", "ResolutionDate": "2025-10-14T00:39:53.4940439-07:00", "MgaName": "sample string 9", "RgaName": "sample string 10", "ALPString": "$1.00", "ResolutionDateString": "10/14/2025" } ], "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" }