GET api/Report/GetLeadReportData?associateId={associateId}&reportType={reportType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
associateId | integer |
Required |
|
reportType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AssociateLeadReportDTOName | Description | Type | Additional information |
---|---|---|---|
CurrentLead | Dictionary of LeadBankTypeEnum [key] and integer [value] |
None. |
|
LastWeek | decimal number |
None. |
|
LastMonth | decimal number |
None. |
|
NetALPLead | decimal number |
None. |
|
CurrentBoxes | integer |
None. |
|
ReportDetail | Collection of AssociateLeadReportDetailDTO |
None. |
Response Formats
application/json, text/json
Sample:
{ "CurrentLead": { "InTown": 1 }, "LastWeek": 1.0, "LastMonth": 2.0, "NetALPLead": 3.0, "CurrentBoxes": 4, "ReportDetail": [ { "ChildSafeBoxes": 1, "LeadCollected": 2, "StartDate": "2025-10-14T00:39:52.0127974-07:00", "EndDate": "2025-10-14T00:39:52.0127974-07:00", "TotalRow": true, "Alp": 6.0, "PresentationChildSafe": 7, "PresentationPos": 8, "PresentationReferral": 9, "PresentationResponseCard": 10, "PresentationTotal": 11, "SalesChildSafe": 12, "SalesPos": 13, "SalesReferral": 14, "SalesResponseCard": 15, "SalesTotal": 16, "PercentChildSafe": 171.0, "PercentPos": 162.0, "PercentReferral": 156.0, "PercentResponseCard": 150.0, "PercentTotal": 145.0, "ReferralTurnedIn": 17, "ResolvedPos": 18, "ResolvedReferral": 19, "ResolvedResponseCard": 20, "ResolvedSubTotal": 57, "ResolvedPosLapse": 21, "ResolvedChildSafe": 22, "ResolvedGlobe": 23, "ResolvedDCard": 24, "ResolvedGlobeLapse": 25, "ResolvedTotal": 172, "IssuedPos": 26, "IssuedReferral": 27, "IssuedResponseCard": 28, "IssuedSubTotal": 81, "IssuedPosLapse": 29, "IssuedChildSafe": 30, "IssuedGlobe": 31, "IssuedDCard": 32, "IssuedGlobeLapse": 33, "IssuedTotal": 236, "WorkingPos": 34, "WorkingReferral": 35, "WorkingResponseCard": 36, "WorkingSubTotal": 105, "WorkingPosLapse": 37, "WorkingChildSafe": 38, "WorkingGlobe": 39, "WorkingDCard": 40, "WorkingGlobeLapse": 41, "WorkingTotal": 300 }, { "ChildSafeBoxes": 1, "LeadCollected": 2, "StartDate": "2025-10-14T00:39:52.0127974-07:00", "EndDate": "2025-10-14T00:39:52.0127974-07:00", "TotalRow": true, "Alp": 6.0, "PresentationChildSafe": 7, "PresentationPos": 8, "PresentationReferral": 9, "PresentationResponseCard": 10, "PresentationTotal": 11, "SalesChildSafe": 12, "SalesPos": 13, "SalesReferral": 14, "SalesResponseCard": 15, "SalesTotal": 16, "PercentChildSafe": 171.0, "PercentPos": 162.0, "PercentReferral": 156.0, "PercentResponseCard": 150.0, "PercentTotal": 145.0, "ReferralTurnedIn": 17, "ResolvedPos": 18, "ResolvedReferral": 19, "ResolvedResponseCard": 20, "ResolvedSubTotal": 57, "ResolvedPosLapse": 21, "ResolvedChildSafe": 22, "ResolvedGlobe": 23, "ResolvedDCard": 24, "ResolvedGlobeLapse": 25, "ResolvedTotal": 172, "IssuedPos": 26, "IssuedReferral": 27, "IssuedResponseCard": 28, "IssuedSubTotal": 81, "IssuedPosLapse": 29, "IssuedChildSafe": 30, "IssuedGlobe": 31, "IssuedDCard": 32, "IssuedGlobeLapse": 33, "IssuedTotal": 236, "WorkingPos": 34, "WorkingReferral": 35, "WorkingResponseCard": 36, "WorkingSubTotal": 105, "WorkingPosLapse": 37, "WorkingChildSafe": 38, "WorkingGlobe": 39, "WorkingDCard": 40, "WorkingGlobeLapse": 41, "WorkingTotal": 300 } ] }