POST api/GetSulekhaLead

Request Information

URI Parameters

None.

Body Parameters

GetSulekhaLeadVm
NameDescriptionTypeAdditional information
AccountNumber

string

None.

Remark

string

None.

Name

string

None.

Email

string

None.

Mobile

string

None.

Locality

string

None.

Address

string

None.

City

string

None.

Project

string

None.

DateTime

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountNumber": "sample string 1",
  "Remark": "sample string 2",
  "Name": "sample string 3",
  "Email": "sample string 4",
  "Mobile": "sample string 5",
  "Locality": "sample string 6",
  "Address": "sample string 7",
  "City": "sample string 8",
  "Project": "sample string 9",
  "DateTime": 10
}

application/xml, text/xml

Sample:
<GetSulekhaLeadVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.ThirdPartyAccount">
  <AccountNumber>sample string 1</AccountNumber>
  <Address>sample string 7</Address>
  <City>sample string 8</City>
  <DateTime>10</DateTime>
  <Email>sample string 4</Email>
  <Locality>sample string 6</Locality>
  <Mobile>sample string 5</Mobile>
  <Name>sample string 3</Name>
  <Project>sample string 9</Project>
  <Remark>sample string 2</Remark>
</GetSulekhaLeadVm>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetSulekhaLeadVm'.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Description

string

None.

Data

Object

None.

Count

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Description": "sample string 3",
  "Data": {},
  "Count": 5
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Models">
  <Count>5</Count>
  <Data />
  <Description>sample string 3</Description>
  <Message>sample string 2</Message>
  <Success>true</Success>
</Response>