POST api/AddDealer

Request Information

URI Parameters

None.

Body Parameters

AddDealer
NameDescriptionTypeAdditional information
EMPLOYEE_ID

string

None.

DEALER_NAME

string

None.

MOBILE_NO

string

None.

CONTACT_PERSON

string

None.

STATE_ID

string

None.

DISTRICT_ID

string

None.

TALUKA_ID

string

None.

VILLAGE_ID

string

None.

PINCODE

string

None.

REMARK

string

None.

PHOTO

Collection of byte

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "EMPLOYEE_ID": "sample string 1",
  "DEALER_NAME": "sample string 2",
  "MOBILE_NO": "sample string 3",
  "CONTACT_PERSON": "sample string 4",
  "STATE_ID": "sample string 5",
  "DISTRICT_ID": "sample string 6",
  "TALUKA_ID": "sample string 7",
  "VILLAGE_ID": "sample string 8",
  "PINCODE": "sample string 9",
  "REMARK": "sample string 10",
  "PHOTO": "QEA=",
  "EXTRA1": "sample string 11",
  "EXTRA2": "sample string 12",
  "EXTRA3": "sample string 13"
}

application/xml, text/xml

Sample:
<AddDealer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiEllora.Controllers">
  <CONTACT_PERSON>sample string 4</CONTACT_PERSON>
  <DEALER_NAME>sample string 2</DEALER_NAME>
  <DISTRICT_ID>sample string 6</DISTRICT_ID>
  <EMPLOYEE_ID>sample string 1</EMPLOYEE_ID>
  <EXTRA1>sample string 11</EXTRA1>
  <EXTRA2>sample string 12</EXTRA2>
  <EXTRA3>sample string 13</EXTRA3>
  <MOBILE_NO>sample string 3</MOBILE_NO>
  <PHOTO>QEA=</PHOTO>
  <PINCODE>sample string 9</PINCODE>
  <REMARK>sample string 10</REMARK>
  <STATE_ID>sample string 5</STATE_ID>
  <TALUKA_ID>sample string 7</TALUKA_ID>
  <VILLAGE_ID>sample string 8</VILLAGE_ID>
</AddDealer>

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.