POST api/Prasad/Prasad_Order
Request Information
URI Parameters
None.
Body Parameters
Prasad_orderName | Description | Type | Additional information |
---|---|---|---|
USER_ID | integer |
None. |
|
TotalQty | integer |
None. |
|
TotalPrice | string |
None. |
|
TotalDiscount | string |
None. |
|
OrderAddress | string |
None. |
|
ShipingCharges | string |
None. |
|
DeliveryDate | string |
None. |
|
TRANSACTION_ID | string |
None. |
|
TRANSACTION_AMT | string |
None. |
|
PRASAD_ID | string |
None. |
|
RATE | string |
None. |
|
QTY | string |
None. |
|
DISCOUNT | string |
None. |
|
TotalItem | integer |
None. |
|
TotalAmountOfPrasad | 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": 1, "TotalQty": 2, "TotalPrice": "sample string 3", "TotalDiscount": "sample string 4", "OrderAddress": "sample string 5", "ShipingCharges": "sample string 6", "DeliveryDate": "sample string 7", "TRANSACTION_ID": "sample string 8", "TRANSACTION_AMT": "sample string 9", "PRASAD_ID": "sample string 10", "RATE": "sample string 11", "QTY": "sample string 12", "DISCOUNT": "sample string 13", "TotalItem": 14, "TotalAmountOfPrasad": "sample string 15", "TotalDiscountAmount": "sample string 16", "TotalAmount": "sample string 17", "TaxPercentage": "sample string 18", "TaxAmount": 19, "GrandTotal": "sample string 20", "DeliveryCharges": "sample string 21", "CouponCodeID": 1, "CouponCodeAmount": "sample string 22", "WalletAmount": "sample string 23" }
application/xml, text/xml
Sample:
<Prasad_order xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiNamo.Models"> <CouponCodeAmount>sample string 22</CouponCodeAmount> <CouponCodeID>1</CouponCodeID> <DISCOUNT>sample string 13</DISCOUNT> <DeliveryCharges>sample string 21</DeliveryCharges> <DeliveryDate>sample string 7</DeliveryDate> <GrandTotal>sample string 20</GrandTotal> <OrderAddress>sample string 5</OrderAddress> <PRASAD_ID>sample string 10</PRASAD_ID> <QTY>sample string 12</QTY> <RATE>sample string 11</RATE> <ShipingCharges>sample string 6</ShipingCharges> <TRANSACTION_AMT>sample string 9</TRANSACTION_AMT> <TRANSACTION_ID>sample string 8</TRANSACTION_ID> <TaxAmount>19</TaxAmount> <TaxPercentage>sample string 18</TaxPercentage> <TotalAmount>sample string 17</TotalAmount> <TotalAmountOfPrasad>sample string 15</TotalAmountOfPrasad> <TotalDiscount>sample string 4</TotalDiscount> <TotalDiscountAmount>sample string 16</TotalDiscountAmount> <TotalItem>14</TotalItem> <TotalPrice>sample string 3</TotalPrice> <TotalQty>2</TotalQty> <USER_ID>1</USER_ID> <WalletAmount>sample string 23</WalletAmount> </Prasad_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. |