POST api/Associate/LeadInboxUserMapping
Request Information
URI Parameters
None.
Body Parameters
LeadInboxUserMappingSearchDTOName | Description | Type | Additional information |
---|---|---|---|
SortColumn | string |
None. |
|
SortDirection | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SortColumn": "sample string 1", "SortDirection": "sample string 2", "PageIndex": 3, "PageSize": 4 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedDTOOfLeadInboxUserMappingDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of LeadInboxUserMappingDTO |
None. |
|
Data | Collection of LeadInboxUserMappingDTO |
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": [ { "AssociateId": 1, "Username": "sample string 2", "CreateDate": "2025-10-14T00:40:05.4159242-07:00", "CreatedBy": "sample string 4", "CreateDateToShortDateString": "10/14/25 12:40 AM" }, { "AssociateId": 1, "Username": "sample string 2", "CreateDate": "2025-10-14T00:40:05.4159242-07:00", "CreatedBy": "sample string 4", "CreateDateToShortDateString": "10/14/25 12:40 AM" } ], "Data": [ { "AssociateId": 1, "Username": "sample string 2", "CreateDate": "2025-10-14T00:40:05.4159242-07:00", "CreatedBy": "sample string 4", "CreateDateToShortDateString": "10/14/25 12:40 AM" }, { "AssociateId": 1, "Username": "sample string 2", "CreateDate": "2025-10-14T00:40:05.4159242-07:00", "CreatedBy": "sample string 4", "CreateDateToShortDateString": "10/14/25 12:40 AM" } ], "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" }