POST LeadsDetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LeadFrom": "sample string 1",
  "LeadTo": "sample string 2",
  "CampaignId": "sample string 3",
  "CSRId": "sample string 4"
}

application/xml, text/xml

Sample:
<LeadData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS_API.Models">
  <CSRId>sample string 4</CSRId>
  <CampaignId>sample string 3</CampaignId>
  <LeadFrom>sample string 1</LeadFrom>
  <LeadTo>sample string 2</LeadTo>
</LeadData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "ErrorMessage": "sample string 2",
  "UserId": "sample string 3"
}

application/xml, text/xml

Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS_API.Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Status>sample string 1</Status>
  <UserId>sample string 3</UserId>
</Output>