POST api/RCBusinessAPI/GetLeadsDetailsList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
fobj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CampaignId": "sample string 1",
  "flag": "sample string 2",
  "UserId": "sample string 3",
  "Designation": "sample string 4",
  "LOBId": "sample string 5",
  "TypeOfLead": "sample string 6"
}

application/xml, text/xml

Sample:
<featchLead xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS_ServiceLayerAPI.Models.Leads">
  <CampaignId>sample string 1</CampaignId>
  <Designation>sample string 4</Designation>
  <LOBId>sample string 5</LOBId>
  <TypeOfLead>sample string 6</TypeOfLead>
  <UserId>sample string 3</UserId>
  <flag>sample string 2</flag>
</featchLead>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.