POST api/v2/agentlead/otwlead

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
OTWCreateLeadModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CaseId": "sample string 1",
  "Name": "sample string 2",
  "Email": "sample string 3",
  "Phone": "sample string 4"
}

application/xml, text/xml

Sample:
<OTWCreateLeadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Boliga.Web.API.V2.Models.AgentLeads">
  <CaseId>sample string 1</CaseId>
  <Email>sample string 3</Email>
  <Name>sample string 2</Name>
  <Phone>sample string 4</Phone>
</OTWCreateLeadModel>

application/x-www-form-urlencoded

Sample:

Sample not available.