GET api/Report/GetLeadAvailabilityReport?locationContextCode={locationContextCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationContextCode | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of LeadAvailabilitySummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| RowIndex | integer |
None. |
|
| TotalLeadsAssigned | integer |
None. |
|
| NumberOfLeadsToAssign | integer |
None. |
|
| Zip | string |
None. |
|
| CityId | integer |
None. |
|
| CityName | string |
None. |
|
| StateId | integer |
None. |
|
| StateName | string |
None. |
|
| LeadOriginTotal | LeadOriginTotalDTO |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RowIndex": 1,
"TotalLeadsAssigned": 2,
"NumberOfLeadsToAssign": 3,
"Zip": "sample string 4",
"CityId": 1,
"CityName": "sample string 5",
"StateId": 1,
"StateName": "sample string 6",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
},
{
"RowIndex": 1,
"TotalLeadsAssigned": 2,
"NumberOfLeadsToAssign": 3,
"Zip": "sample string 4",
"CityId": 1,
"CityName": "sample string 5",
"StateId": 1,
"StateName": "sample string 6",
"LeadOriginTotal": {
"ResponseCard": 1,
"Referral": 2,
"POS": 3,
"ListLead": 4
}
}
]