GET api/RecoverAndReassignCart/GetOrdersWithPaging?take={take}&skip={skip}&userId={userId}&assignmentOption={assignmentOption}&isAssociateInformationRequired={isAssociateInformationRequired}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
take | integer |
Required |
|
skip | integer |
Required |
|
userId | integer |
Required |
|
assignmentOption | integer |
Default value is 0 |
|
isAssociateInformationRequired | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
PagedDTOOfRecoverAndReassignCartDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of RecoverAndReassignCartDTO |
None. |
|
Data | Collection of RecoverAndReassignCartDTO |
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": [ { "AssignFrom": 1, "AssignmentOption": 1, "AssignTo": 1, "AssignToLeadAcount": 1, "ChangedBy": 1, "ChangedDate": "2025-10-14T05:14:47.696595-07:00", "CreateDate": "2025-10-14T05:14:47.696595-07:00", "CreatedBy": 3, "Disabled": true, "Id": 5, "IsReleased": true, "LeadId": 7, "LeadName": "sample string 8", "LeadType": 9, "Zip": "sample string 10", "City": "sample string 11", "CurrentAssignee": "sample string 12", "NextAssignee": "sample string 13", "Loc": "sample string 14", "LeadTypeString": null, "LocationContextCode": "sample string 15" }, { "AssignFrom": 1, "AssignmentOption": 1, "AssignTo": 1, "AssignToLeadAcount": 1, "ChangedBy": 1, "ChangedDate": "2025-10-14T05:14:47.696595-07:00", "CreateDate": "2025-10-14T05:14:47.696595-07:00", "CreatedBy": 3, "Disabled": true, "Id": 5, "IsReleased": true, "LeadId": 7, "LeadName": "sample string 8", "LeadType": 9, "Zip": "sample string 10", "City": "sample string 11", "CurrentAssignee": "sample string 12", "NextAssignee": "sample string 13", "Loc": "sample string 14", "LeadTypeString": null, "LocationContextCode": "sample string 15" } ], "Data": [ { "AssignFrom": 1, "AssignmentOption": 1, "AssignTo": 1, "AssignToLeadAcount": 1, "ChangedBy": 1, "ChangedDate": "2025-10-14T05:14:47.696595-07:00", "CreateDate": "2025-10-14T05:14:47.696595-07:00", "CreatedBy": 3, "Disabled": true, "Id": 5, "IsReleased": true, "LeadId": 7, "LeadName": "sample string 8", "LeadType": 9, "Zip": "sample string 10", "City": "sample string 11", "CurrentAssignee": "sample string 12", "NextAssignee": "sample string 13", "Loc": "sample string 14", "LeadTypeString": null, "LocationContextCode": "sample string 15" }, { "AssignFrom": 1, "AssignmentOption": 1, "AssignTo": 1, "AssignToLeadAcount": 1, "ChangedBy": 1, "ChangedDate": "2025-10-14T05:14:47.696595-07:00", "CreateDate": "2025-10-14T05:14:47.696595-07:00", "CreatedBy": 3, "Disabled": true, "Id": 5, "IsReleased": true, "LeadId": 7, "LeadName": "sample string 8", "LeadType": 9, "Zip": "sample string 10", "City": "sample string 11", "CurrentAssignee": "sample string 12", "NextAssignee": "sample string 13", "Loc": "sample string 14", "LeadTypeString": null, "LocationContextCode": "sample string 15" } ], "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" }