POST api/Estore_order
Request Information
URI Parameters
None.
Body Parameters
Estore_orderName | Description | Type | Additional 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. |
|
RATE | string |
None. |
|
QTY | string |
None. |
|
DISCOUNT | string |
None. |
|
TRANSACTION_ID | string |
None. |
|
TRANSACTION_AMT | string |
None. |
|
TotalItem | integer |
None. |
|
TotalAmountOfProduct | string |
None. |
|
TotalDiscountAmount | string |
None. |
|
TotalAmount | string |
None. |
|
TaxPercentage | string |
None. |
|
TaxAmount | integer |
None. |
|
GrandTotal | string |
None. |
|
DeliveryCharges | string |
None. |
|
CouponCodeID | integer |
None. |
|
CouponCodeAmount | string |
None. |
|
WalletAmount | 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", "RATE": "sample string 8", "QTY": "sample string 9", "DISCOUNT": "sample string 10", "TRANSACTION_ID": "sample string 11", "TRANSACTION_AMT": "sample string 12", "TotalItem": 13, "TotalAmountOfProduct": "sample string 14", "TotalDiscountAmount": "sample string 15", "TotalAmount": "sample string 16", "TaxPercentage": "sample string 17", "TaxAmount": 18, "GrandTotal": "sample string 19", "DeliveryCharges": "sample string 20", "CouponCodeID": 1, "CouponCodeAmount": "sample string 21", "WalletAmount": "sample string 22" }
application/xml, text/xml
Sample:
<Estore_order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <CouponCodeAmount>sample string 21</CouponCodeAmount> <CouponCodeID>1</CouponCodeID> <DISCOUNT>sample string 10</DISCOUNT> <DeliveryCharges>sample string 20</DeliveryCharges> <GrandTotal>sample string 19</GrandTotal> <ORDER_ADDRESS>sample string 5</ORDER_ADDRESS> <PRODUCT_ID>sample string 7</PRODUCT_ID> <QTY>sample string 9</QTY> <RATE>sample string 8</RATE> <SHIPING_CHARGES>sample string 6</SHIPING_CHARGES> <TOTAL_DISC>sample string 4</TOTAL_DISC> <TOTAL_PRICE>sample string 3</TOTAL_PRICE> <TOTAL_QTY>sample string 2</TOTAL_QTY> <TRANSACTION_AMT>sample string 12</TRANSACTION_AMT> <TRANSACTION_ID>sample string 11</TRANSACTION_ID> <TaxAmount>18</TaxAmount> <TaxPercentage>sample string 17</TaxPercentage> <TotalAmount>sample string 16</TotalAmount> <TotalAmountOfProduct>sample string 14</TotalAmountOfProduct> <TotalDiscountAmount>sample string 15</TotalDiscountAmount> <TotalItem>13</TotalItem> <USER_ID>sample string 1</USER_ID> <WalletAmount>sample string 22</WalletAmount> </Estore_order>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |