POST api/ADD_Dealer_Order

Request Information

URI Parameters

None.

Body Parameters

Add_Dealer_Order
NameDescriptionTypeAdditional information
DEALER_ID

string

None.

USER_ID

string

None.

TOTAL_QTY

string

None.

TOTAL_PRODUCTS

string

None.

TOTAL_AMOUNT

string

None.

TOTAL_DISCOUNT

string

None.

LATITUDE

string

None.

LONGITUDE

string

None.

ID1

string

None.

ID2

string

None.

EXTRA1

string

None.

EXTRA2

string

None.

EXTRA3

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DEALER_ID": "sample string 1",
  "USER_ID": "sample string 2",
  "TOTAL_QTY": "sample string 3",
  "TOTAL_PRODUCTS": "sample string 4",
  "TOTAL_AMOUNT": "sample string 5",
  "TOTAL_DISCOUNT": "sample string 6",
  "LATITUDE": "sample string 7",
  "LONGITUDE": "sample string 8",
  "ID1": "sample string 9",
  "ID2": "sample string 10",
  "EXTRA1": "sample string 11",
  "EXTRA2": "sample string 12",
  "EXTRA3": "sample string 13"
}

application/xml, text/xml

Sample:
<Add_Dealer_Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevakiNandan_Agro.Models">
  <DEALER_ID>sample string 1</DEALER_ID>
  <EXTRA1>sample string 11</EXTRA1>
  <EXTRA2>sample string 12</EXTRA2>
  <EXTRA3>sample string 13</EXTRA3>
  <ID1>sample string 9</ID1>
  <ID2>sample string 10</ID2>
  <LATITUDE>sample string 7</LATITUDE>
  <LONGITUDE>sample string 8</LONGITUDE>
  <TOTAL_AMOUNT>sample string 5</TOTAL_AMOUNT>
  <TOTAL_DISCOUNT>sample string 6</TOTAL_DISCOUNT>
  <TOTAL_PRODUCTS>sample string 4</TOTAL_PRODUCTS>
  <TOTAL_QTY>sample string 3</TOTAL_QTY>
  <USER_ID>sample string 2</USER_ID>
</Add_Dealer_Order>

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.