POST api/Enquiry

Request Information

URI Parameters

None.

Body Parameters

Enquiry
NameDescriptionTypeAdditional information
USER_ID

string

None.

TOTAL_QTY

string

None.

TOTAL_PRICE

string

None.

TOTAL_DISC

string

None.

ORDER_ADDRESS

string

None.

SHIPING_CHARGES

string

None.

PRODUCT_ID

string

None.

PRODUCTSIZE_ID

string

None.

GST

string

None.

RATE

string

None.

QTY

string

None.

TIME_SLOT

string

None.

ORDER_DATE

string

None.

DISCOUNT

string

None.

PROMOCODE_ID

string

None.

PROMOCODE_AMT

string

None.

MEMBERCODE_ID

string

None.

USER_TYPE

string

None.

LATITUDE

string

None.

LONGITUDE

string

None.

ORDER_INSTRUCTION

string

None.

EXTRA

string

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_ID": "sample string 1",
  "TOTAL_QTY": "sample string 2",
  "TOTAL_PRICE": "sample string 3",
  "TOTAL_DISC": "sample string 4",
  "ORDER_ADDRESS": "sample string 5",
  "SHIPING_CHARGES": "sample string 6",
  "PRODUCT_ID": "sample string 7",
  "PRODUCTSIZE_ID": "sample string 8",
  "GST": "sample string 9",
  "RATE": "sample string 10",
  "QTY": "sample string 11",
  "TIME_SLOT": "sample string 12",
  "ORDER_DATE": "sample string 13",
  "DISCOUNT": "sample string 14",
  "PROMOCODE_ID": "sample string 15",
  "PROMOCODE_AMT": "sample string 16",
  "MEMBERCODE_ID": "sample string 17",
  "USER_TYPE": "sample string 18",
  "LATITUDE": "sample string 19",
  "LONGITUDE": "sample string 20",
  "ORDER_INSTRUCTION": "sample string 21",
  "EXTRA": "sample string 22"
}

application/xml, text/xml

Sample:
<Enquiry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiDailyRMart.Models">
  <DISCOUNT>sample string 14</DISCOUNT>
  <EXTRA>sample string 22</EXTRA>
  <GST>sample string 9</GST>
  <LATITUDE>sample string 19</LATITUDE>
  <LONGITUDE>sample string 20</LONGITUDE>
  <MEMBERCODE_ID>sample string 17</MEMBERCODE_ID>
  <ORDER_ADDRESS>sample string 5</ORDER_ADDRESS>
  <ORDER_DATE>sample string 13</ORDER_DATE>
  <ORDER_INSTRUCTION>sample string 21</ORDER_INSTRUCTION>
  <PRODUCTSIZE_ID>sample string 8</PRODUCTSIZE_ID>
  <PRODUCT_ID>sample string 7</PRODUCT_ID>
  <PROMOCODE_AMT>sample string 16</PROMOCODE_AMT>
  <PROMOCODE_ID>sample string 15</PROMOCODE_ID>
  <QTY>sample string 11</QTY>
  <RATE>sample string 10</RATE>
  <SHIPING_CHARGES>sample string 6</SHIPING_CHARGES>
  <TIME_SLOT>sample string 12</TIME_SLOT>
  <TOTAL_DISC>sample string 4</TOTAL_DISC>
  <TOTAL_PRICE>sample string 3</TOTAL_PRICE>
  <TOTAL_QTY>sample string 2</TOTAL_QTY>
  <USER_ID>sample string 1</USER_ID>
  <USER_TYPE>sample string 18</USER_TYPE>
</Enquiry>

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.