POST api/Oder

Request Information

URI Parameters

None.

Body Parameters

Order
NameDescriptionTypeAdditional information
ORDER_DESC

string

None.

SALESTEAM_ID

string

None.

DEALER_NAME

string

None.

SHIPPING_ADDRESS

string

None.

LATTITUDE

string

None.

LONGITUDE

string

None.

TASK

string

None.

ACCESS_TOKEN

string

None.

ORDER_ID

string

None.

PRODUCT_NAME

string

None.

PRODUCT_ID

string

None.

ORDER_DATE

string

None.

ORDER_PHOTO

Collection of byte

None.

CHEQUE_PHOTO

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "ORDER_DESC": "sample string 1",
  "SALESTEAM_ID": "sample string 2",
  "DEALER_NAME": "sample string 3",
  "SHIPPING_ADDRESS": "sample string 4",
  "LATTITUDE": "sample string 5",
  "LONGITUDE": "sample string 6",
  "TASK": "sample string 7",
  "ACCESS_TOKEN": "sample string 8",
  "ORDER_ID": "sample string 9",
  "PRODUCT_NAME": "sample string 10",
  "PRODUCT_ID": "sample string 11",
  "ORDER_DATE": "sample string 12",
  "ORDER_PHOTO": "QEA=",
  "CHEQUE_PHOTO": "QEA="
}

application/xml, text/xml

Sample:
<Order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAFC.Models">
  <ACCESS_TOKEN>sample string 8</ACCESS_TOKEN>
  <CHEQUE_PHOTO>QEA=</CHEQUE_PHOTO>
  <DEALER_NAME>sample string 3</DEALER_NAME>
  <LATTITUDE>sample string 5</LATTITUDE>
  <LONGITUDE>sample string 6</LONGITUDE>
  <ORDER_DATE>sample string 12</ORDER_DATE>
  <ORDER_DESC>sample string 1</ORDER_DESC>
  <ORDER_ID>sample string 9</ORDER_ID>
  <ORDER_PHOTO>QEA=</ORDER_PHOTO>
  <PRODUCT_ID>sample string 11</PRODUCT_ID>
  <PRODUCT_NAME>sample string 10</PRODUCT_NAME>
  <SALESTEAM_ID>sample string 2</SALESTEAM_ID>
  <SHIPPING_ADDRESS>sample string 4</SHIPPING_ADDRESS>
  <TASK>sample string 7</TASK>
</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.