POST api/LeadAppend/GetLeadAppendedFileDetails
Request Information
URI Parameters
None.
Body Parameters
LeadAppendFileImportSearchName | Description | Type | Additional information |
---|---|---|---|
pageindex | integer |
None. |
|
pagesize | integer |
None. |
|
sortby | string |
None. |
|
sortorder | string |
None. |
|
Id | integer |
None. |
|
FileName | string |
None. |
|
AssociateName | string |
None. |
|
SuccessfulAppendCount | integer |
None. |
|
UnsuccessfulAppendCount | integer |
None. |
|
CreatedDate | date |
None. |
|
AppendTime | string |
None. |
|
AppendDate | string |
None. |
|
FileStatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "pageindex": 1, "pagesize": 2, "sortby": "sample string 3", "sortorder": "sample string 4", "Id": 5, "FileName": "sample string 6", "AssociateName": "sample string 7", "SuccessfulAppendCount": 1, "UnsuccessfulAppendCount": 1, "CreatedDate": "2025-10-14T00:40:23.7596745-07:00", "AppendTime": "00:40", "AppendDate": "2025-10-14", "FileStatus": "sample string 8" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfLeadAppendFileDetailsName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of LeadAppendFileDetails |
None. |
|
Data | Collection of LeadAppendFileDetails |
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": [ { "leadId": 1, "GroupCode": "sample string 1", "Market": "sample string 2", "LeadImportDate": "sample string 3", "CurrentStatus": "sample string 4", "AgentName": "sample string 5", "LeadState": "sample string 6", "notes": "sample string 7" }, { "leadId": 1, "GroupCode": "sample string 1", "Market": "sample string 2", "LeadImportDate": "sample string 3", "CurrentStatus": "sample string 4", "AgentName": "sample string 5", "LeadState": "sample string 6", "notes": "sample string 7" } ], "Data": [ { "leadId": 1, "GroupCode": "sample string 1", "Market": "sample string 2", "LeadImportDate": "sample string 3", "CurrentStatus": "sample string 4", "AgentName": "sample string 5", "LeadState": "sample string 6", "notes": "sample string 7" }, { "leadId": 1, "GroupCode": "sample string 1", "Market": "sample string 2", "LeadImportDate": "sample string 3", "CurrentStatus": "sample string 4", "AgentName": "sample string 5", "LeadState": "sample string 6", "notes": "sample string 7" } ], "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" }