GET api/Report/GetCurrentLeadData?leadBankType={leadBankType}&associateId={associateId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
leadBankType | integer |
Required |
|
associateId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CurrentLeadSummaryDTOName | Description | Type | Additional information |
---|---|---|---|
Zip | string |
None. |
|
Pos | integer |
None. |
|
Referral | integer |
None. |
|
ResponseCard | integer |
None. |
|
LapsePos | integer |
None. |
|
ChildSafe | integer |
None. |
|
Globe | integer |
None. |
|
Dcard | integer |
None. |
|
GlobalLapse | integer |
None. |
|
ProPOSCount | integer |
None. |
|
SubTotal | integer |
None. |
|
Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Zip": "sample string 1", "Pos": 2, "Referral": 3, "ResponseCard": 4, "LapsePos": 5, "ChildSafe": 6, "Globe": 7, "Dcard": 8, "GlobalLapse": 9, "ProPOSCount": 10, "SubTotal": 9, "Total": 44 }, { "Zip": "sample string 1", "Pos": 2, "Referral": 3, "ResponseCard": 4, "LapsePos": 5, "ChildSafe": 6, "Globe": 7, "Dcard": 8, "GlobalLapse": 9, "ProPOSCount": 10, "SubTotal": 9, "Total": 44 } ]