POST api/TeleCallerAllTypeList?LEAD_ID={LEAD_ID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LEAD_ID

integer

Required

Body Parameters

TeleCallerAllTypeList
NameDescriptionTypeAdditional information
TelecallerID

string

None.

PageSize

string

None.

PageNo

string

None.

StartDate

string

None.

EndDate

string

None.

CONVERT_TYPE_ID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TelecallerID": "sample string 1",
  "PageSize": "sample string 2",
  "PageNo": "sample string 3",
  "StartDate": "sample string 4",
  "EndDate": "sample string 5",
  "CONVERT_TYPE_ID": "sample string 6"
}

application/xml, text/xml

Sample:
<TeleCallerAllTypeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Best_Kitchenette.Models.TelecallerModel">
  <CONVERT_TYPE_ID>sample string 6</CONVERT_TYPE_ID>
  <EndDate>sample string 5</EndDate>
  <PageNo>sample string 3</PageNo>
  <PageSize>sample string 2</PageSize>
  <StartDate>sample string 4</StartDate>
  <TelecallerID>sample string 1</TelecallerID>
</TeleCallerAllTypeList>

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.