GET api/InstantLeadDistributionGroupAssociate/LoadAgentStatesGlobalPause?take={take}&skip={skip}&sortColumn={sortColumn}&sortDirection={sortDirection}&associateId={associateId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
take | integer |
Required |
|
skip | integer |
Required |
|
sortColumn | string |
Default value is |
|
sortDirection | string |
Default value is |
|
associateId | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
PagedDTOOfInstantLeadGroupAssociateAndStateDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of InstantLeadGroupAssociateAndStateDTO |
None. |
|
Data | Collection of InstantLeadGroupAssociateAndStateDTO |
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": [ { "InstantLeadDistributionGroupId": 1, "InstantLeadDistributionGroupStateId": 2, "AssociateId": 3, "FullName": "sample string 4", "MaxLeads": 5, "States": "sample string 6", "StateIds": [ 1, 2 ], "BankList": "sample string 7", "BankIds": [ 1, 2 ], "SGAs": "sample string 8", "SGAIds": [ 1, 2 ], "GroupCode": "sample string 9", "GroupId": 10, "GroupName": "sample string 11", "Language": "sample string 12", "GroupIdAgentAdd": 13, "LanguageId": 1, "MarketId": 1, "MarketName": "sample string 14", "IsAssociatePaused": true, "IsAssociateGlobalPaused": true, "CreateBy": "sample string 17", "CreateDate": "sample string 18", "UpdateBy": "sample string 19", "UpdateDate": "sample string 20", "AgtInstantLicensedStates": 1, "IsAgtInstantLicensedStates": true }, { "InstantLeadDistributionGroupId": 1, "InstantLeadDistributionGroupStateId": 2, "AssociateId": 3, "FullName": "sample string 4", "MaxLeads": 5, "States": "sample string 6", "StateIds": [ 1, 2 ], "BankList": "sample string 7", "BankIds": [ 1, 2 ], "SGAs": "sample string 8", "SGAIds": [ 1, 2 ], "GroupCode": "sample string 9", "GroupId": 10, "GroupName": "sample string 11", "Language": "sample string 12", "GroupIdAgentAdd": 13, "LanguageId": 1, "MarketId": 1, "MarketName": "sample string 14", "IsAssociatePaused": true, "IsAssociateGlobalPaused": true, "CreateBy": "sample string 17", "CreateDate": "sample string 18", "UpdateBy": "sample string 19", "UpdateDate": "sample string 20", "AgtInstantLicensedStates": 1, "IsAgtInstantLicensedStates": true } ], "Data": [ { "InstantLeadDistributionGroupId": 1, "InstantLeadDistributionGroupStateId": 2, "AssociateId": 3, "FullName": "sample string 4", "MaxLeads": 5, "States": "sample string 6", "StateIds": [ 1, 2 ], "BankList": "sample string 7", "BankIds": [ 1, 2 ], "SGAs": "sample string 8", "SGAIds": [ 1, 2 ], "GroupCode": "sample string 9", "GroupId": 10, "GroupName": "sample string 11", "Language": "sample string 12", "GroupIdAgentAdd": 13, "LanguageId": 1, "MarketId": 1, "MarketName": "sample string 14", "IsAssociatePaused": true, "IsAssociateGlobalPaused": true, "CreateBy": "sample string 17", "CreateDate": "sample string 18", "UpdateBy": "sample string 19", "UpdateDate": "sample string 20", "AgtInstantLicensedStates": 1, "IsAgtInstantLicensedStates": true }, { "InstantLeadDistributionGroupId": 1, "InstantLeadDistributionGroupStateId": 2, "AssociateId": 3, "FullName": "sample string 4", "MaxLeads": 5, "States": "sample string 6", "StateIds": [ 1, 2 ], "BankList": "sample string 7", "BankIds": [ 1, 2 ], "SGAs": "sample string 8", "SGAIds": [ 1, 2 ], "GroupCode": "sample string 9", "GroupId": 10, "GroupName": "sample string 11", "Language": "sample string 12", "GroupIdAgentAdd": 13, "LanguageId": 1, "MarketId": 1, "MarketName": "sample string 14", "IsAssociatePaused": true, "IsAssociateGlobalPaused": true, "CreateBy": "sample string 17", "CreateDate": "sample string 18", "UpdateBy": "sample string 19", "UpdateDate": "sample string 20", "AgtInstantLicensedStates": 1, "IsAgtInstantLicensedStates": true } ], "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" }