POST api/Lead/GetLeadImageAccessSummary

Request Information

URI Parameters

None.

Body Parameters

Collection of integer

Request Formats

application/json, text/json

Sample:
[
  1,
  2
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LeadImageAccessSummaryDTO
NameDescriptionTypeAdditional 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": "2025-10-14T03:07:25.2882244-07: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": "2025-10-14T03:07:25.2882244-07:00",
      "ExpiryDateTimeString": "sample string 8",
      "LeadResolutionType": "sample string 9"
    }
  ]
}