POST api/Enquiry/GetAllLeadList

Documentation for 'GetAllLeadList'.

Request Information

Parameters

NameDescriptionAdditional information
objCheckLogin
Documentation for 'objCheckLogin'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "M1": "sample string 2",
  "M2": "sample string 3",
  "M3": "sample string 4",
  "LL": "sample string 5",
  "UserId": 6,
  "UserID": "sample string 7",
  "Password": "sample string 8",
  "ID": 9,
  "LoginID": 10,
  "PageIndex": 11,
  "PageSize": 12,
  "Type": "sample string 13",
  "EnquiryID": 14,
  "EnquiryIDs": "sample string 15",
  "TransferToID": "sample string 16",
  "Remark": "sample string 17",
  "Latitude": "sample string 18",
  "Longitude": "sample string 19",
  "LocationTime": 20,
  "LocTime": "2026-05-21T23:43:14.6439111+05:30",
  "Remarks": "sample string 22",
  "CommID": 23,
  "DumpReasonId": 24,
  "BookingXML": "sample string 25",
  "EnquiryId": 26,
  "FirstName": "sample string 27",
  "Email": "sample string 28",
  "SearchText": "sample string 29",
  "Login_Type": "sample string 30",
  "ProjectID": "sample string 31",
  "Channel": "sample string 32",
  "Category_Id": 33,
  "Transfer_Type": "sample string 34"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": 2,
  "Message": "sample string 3",
  "LstData": [
    {
      "$id": "2",
      "LstEnquiry": [
        {
          "$id": "3",
          "EnquiryId": 1,
          "CanFollowup": "sample string 2",
          "Channel": "sample string 3",
          "City_Id": 4,
          "CommId": 5,
          "CustomerName": "sample string 6",
          "EmailID": "sample string 7",
          "EnqType": "sample string 8",
          "EnquiryDate": "sample string 9",
          "FUT": "sample string 10",
          "LastFollowedDate": "sample string 11",
          "LastRemark": "sample string 12",
          "MobileNo": "sample string 13",
          "NextFollowupDate": "sample string 14",
          "Remark": "sample string 15",
          "Source": "sample string 16",
          "Transferred": true,
          "TodayTransferredToMe": true,
          "ProjectName": "sample string 19",
          "Status": "sample string 20",
          "Min_Budget": 21,
          "Max_Budget": 22,
          "Meeting_DateTime": "sample string 23",
          "MeetingPlace": "sample string 24",
          "MinSalableArea": 25.1,
          "MaxSalableArea": 26.1,
          "EnquiryType_Id": 27,
          "EnquiryFrom_Id": 28,
          "EnqFor": "sample string 29"
        },
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "TotalRecords": 1,
      "NewRecords": 2,
      "PendingRecords": 3,
      "TodayRecords": 4,
      "FutureRecords": 5,
      "TransferredRecords": 6,
      "TodayTransferredToMeRecords": 7,
      "AttemptedRecords": 8,
      "DumpRecords": 9,
      "SuccessRecords": 10,
      "SalesApproval": 11,
      "PurchaseApproval": 12,
      "ConstructionApproval": 13,
      "TodayWorked": 14
    },
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ],
  "Data": {
    "$ref": "2"
  }
}