POST api/AED_Lead_Convert

Request Information

URI Parameters

None.

Body Parameters

AED_Lead_Convert
NameDescriptionTypeAdditional information
EMPLOYEE_ID

string

None.

LEAD_ID

string

None.

CONVERT_TYPE_ID

string

None.

LEAD_TYPE_ID

string

None.

STATUS

string

None.

REMARK

string

None.

FOLLOW_UP_DATE

string

None.

FOLLOW_UP_TIME

string

None.

LATITUDE

string

None.

LONGITUDE

string

None.

MEETING_AGENDA

string

None.

MEETING_ADDRESS

string

None.

TYPE

string

None.

DealAmount

decimal number

None.

AdvanceAmount

decimal number

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

PHOTO

Collection of byte

None.

SelfiePhoto

Collection of byte

None.

DiscountPercentAmount

string

None.

Three_DAmount

string

None.

PaymentMode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EMPLOYEE_ID": "sample string 1",
  "LEAD_ID": "sample string 2",
  "CONVERT_TYPE_ID": "sample string 3",
  "LEAD_TYPE_ID": "sample string 4",
  "STATUS": "sample string 5",
  "REMARK": "sample string 6",
  "FOLLOW_UP_DATE": "sample string 7",
  "FOLLOW_UP_TIME": "sample string 8",
  "LATITUDE": "sample string 9",
  "LONGITUDE": "sample string 10",
  "MEETING_AGENDA": "sample string 11",
  "MEETING_ADDRESS": "sample string 12",
  "TYPE": "sample string 13",
  "DealAmount": 1.0,
  "AdvanceAmount": 1.0,
  "EXTRA1": "sample string 14",
  "EXTRA2": "sample string 15",
  "EXTRA3": "sample string 16",
  "PHOTO": "QEA=",
  "SelfiePhoto": "QEA=",
  "DiscountPercentAmount": "sample string 17",
  "Three_DAmount": "sample string 18",
  "PaymentMode": "sample string 19"
}

application/xml, text/xml

Sample:
<AED_Lead_Convert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Best_Kitchenette.Models">
  <AdvanceAmount>1</AdvanceAmount>
  <CONVERT_TYPE_ID>sample string 3</CONVERT_TYPE_ID>
  <DealAmount>1</DealAmount>
  <DiscountPercentAmount>sample string 17</DiscountPercentAmount>
  <EMPLOYEE_ID>sample string 1</EMPLOYEE_ID>
  <EXTRA1>sample string 14</EXTRA1>
  <EXTRA2>sample string 15</EXTRA2>
  <EXTRA3>sample string 16</EXTRA3>
  <FOLLOW_UP_DATE>sample string 7</FOLLOW_UP_DATE>
  <FOLLOW_UP_TIME>sample string 8</FOLLOW_UP_TIME>
  <LATITUDE>sample string 9</LATITUDE>
  <LEAD_ID>sample string 2</LEAD_ID>
  <LEAD_TYPE_ID>sample string 4</LEAD_TYPE_ID>
  <LONGITUDE>sample string 10</LONGITUDE>
  <MEETING_ADDRESS>sample string 12</MEETING_ADDRESS>
  <MEETING_AGENDA>sample string 11</MEETING_AGENDA>
  <PHOTO>QEA=</PHOTO>
  <PaymentMode>sample string 19</PaymentMode>
  <REMARK>sample string 6</REMARK>
  <STATUS>sample string 5</STATUS>
  <SelfiePhoto>QEA=</SelfiePhoto>
  <TYPE>sample string 13</TYPE>
  <Three_DAmount>sample string 18</Three_DAmount>
</AED_Lead_Convert>

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.