POST api/TelecallerLead/AddUpdateLead

Request Information

URI Parameters

None.

Body Parameters

LeadModel
NameDescriptionTypeAdditional information
TelecallerID

integer

None.

CUSTOMER_MASTER_ID

integer

None.

MOBILE_NO

string

None.

CUSTOMER_NAME

string

None.

ADDRESS

string

None.

Action

string

None.

LEAD_SOURCE_ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TelecallerID": 1,
  "CUSTOMER_MASTER_ID": 1,
  "MOBILE_NO": "sample string 2",
  "CUSTOMER_NAME": "sample string 3",
  "ADDRESS": "sample string 4",
  "Action": "sample string 5",
  "LEAD_SOURCE_ID": 1
}

application/xml, text/xml

Sample:
<LeadModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Best_Kitchenette.Models">
  <ADDRESS>sample string 4</ADDRESS>
  <Action>sample string 5</Action>
  <CUSTOMER_MASTER_ID>1</CUSTOMER_MASTER_ID>
  <CUSTOMER_NAME>sample string 3</CUSTOMER_NAME>
  <LEAD_SOURCE_ID>1</LEAD_SOURCE_ID>
  <MOBILE_NO>sample string 2</MOBILE_NO>
  <TelecallerID>1</TelecallerID>
</LeadModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.