POST api/Lead/GetLeadImageAccessSummary
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LeadImageAccessSummaryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalCount | integer |
None. |
|
| TotalFound | integer |
None. |
|
| TotalLeadResolved | integer |
None. |
|
| ListOfLeadImageAccess | Collection of LeadImageAccessDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalCount": 1,
"TotalFound": 2,
"TotalLeadResolved": 3,
"ListOfLeadImageAccess": [
{
"LeadId": 1,
"LeadName": "sample string 2",
"LeadPhone": "sample string 3",
"LeadState": "sample string 4",
"LeadEmail": "sample string 5",
"LeadStatus": "sample string 6",
"LeadImageURL": "sample string 7",
"URLExpiryDate": "2026-02-03T18:27:58.272079-08:00",
"ExpiryDateTimeString": "sample string 8",
"LeadResolutionType": "sample string 9"
},
{
"LeadId": 1,
"LeadName": "sample string 2",
"LeadPhone": "sample string 3",
"LeadState": "sample string 4",
"LeadEmail": "sample string 5",
"LeadStatus": "sample string 6",
"LeadImageURL": "sample string 7",
"URLExpiryDate": "2026-02-03T18:27:58.272079-08:00",
"ExpiryDateTimeString": "sample string 8",
"LeadResolutionType": "sample string 9"
}
]
}