GET api/Associate/GetLeadAssignmentStatsForAgentsByOfficeId?officeId={officeId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
officeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LeadAssignmentSummaryDTOName | Description | Type | Additional information |
---|---|---|---|
AssociateContractId | integer |
None. |
|
AssociateId | integer |
None. |
|
AssociateName | string |
None. |
|
TotalLeadsAssigned | integer |
None. |
|
NumberOfLeadsToAssign | integer |
None. |
|
Zip | string |
None. |
|
CityName | string |
None. |
|
LeadBankCharge | LeadBankChargeTotal |
None. |
|
LeadOriginTotal | LeadOriginTotalDTO |
None. |
|
AssignedLeadsDetail | Collection of AssignedLeadsDetailDTO |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AssociateContractId": 1, "AssociateId": 2, "AssociateName": "sample string 3", "TotalLeadsAssigned": 4, "NumberOfLeadsToAssign": 5, "Zip": "sample string 6", "CityName": "sample string 7", "LeadBankCharge": { "InTown": { "ChargeableCount": 1, "NonChargeableCount": 2 }, "RoadTrip": { "ChargeableCount": 1, "NonChargeableCount": 2 }, "LapsePool": { "ChargeableCount": 1, "NonChargeableCount": 2 }, "ListPool": { "ChargeableCount": 1, "NonChargeableCount": 2 } }, "LeadOriginTotal": { "ResponseCard": 1, "Referral": 2, "POS": 3, "ListLead": 4 }, "AssignedLeadsDetail": [ { "Zip": "sample string 1", "CityName": "sample string 2", "LeadOriginTotal": { "ResponseCard": 1, "Referral": 2, "POS": 3, "ListLead": 4 } }, { "Zip": "sample string 1", "CityName": "sample string 2", "LeadOriginTotal": { "ResponseCard": 1, "Referral": 2, "POS": 3, "ListLead": 4 } } ] }, { "AssociateContractId": 1, "AssociateId": 2, "AssociateName": "sample string 3", "TotalLeadsAssigned": 4, "NumberOfLeadsToAssign": 5, "Zip": "sample string 6", "CityName": "sample string 7", "LeadBankCharge": { "InTown": { "ChargeableCount": 1, "NonChargeableCount": 2 }, "RoadTrip": { "ChargeableCount": 1, "NonChargeableCount": 2 }, "LapsePool": { "ChargeableCount": 1, "NonChargeableCount": 2 }, "ListPool": { "ChargeableCount": 1, "NonChargeableCount": 2 } }, "LeadOriginTotal": { "ResponseCard": 1, "Referral": 2, "POS": 3, "ListLead": 4 }, "AssignedLeadsDetail": [ { "Zip": "sample string 1", "CityName": "sample string 2", "LeadOriginTotal": { "ResponseCard": 1, "Referral": 2, "POS": 3, "ListLead": 4 } }, { "Zip": "sample string 1", "CityName": "sample string 2", "LeadOriginTotal": { "ResponseCard": 1, "Referral": 2, "POS": 3, "ListLead": 4 } } ] } ]