POST api/Lead/LeadsEAppReferral
Request Information
URI Parameters
None.
Body Parameters
EAppSearchLeadDTOName | Description | Type | Additional information |
---|---|---|---|
OfficeIds | Collection of integer |
None. |
|
StateIds | Collection of integer |
None. |
|
Territory | boolean |
None. |
|
SortColumn | string |
None. |
|
SortDirection | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "OfficeIds": [ 1, 1 ], "StateIds": [ 1, 1 ], "Territory": true, "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
PagedDTOOfLeadDTOName | Description | Type | Additional information |
---|---|---|---|
PagedRecords | Collection of LeadDTO |
None. |
|
Data | Collection of LeadDTO |
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
Sample:
Sample not available.
text/json
Sample:
Sample not available.