POST api/order/placeorder
Request Information
URI Parameters
None.
Body Parameters
OrdersVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ContactID | integer |
None. |
|
| WarehouseID | integer |
None. |
|
| OrderID | integer |
None. |
|
| SessionTag | string |
None. |
|
| ItemID | integer |
None. |
|
| Qty | integer |
None. |
|
| Rate | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| Shipping | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| GrossTotal | decimal number |
None. |
|
| CustomerID | integer |
None. |
|
| CustomerEmail | string |
None. |
|
| PaymentMethodID | integer |
None. |
|
| PaymentMethod | string |
None. |
|
| Status | string |
None. |
|
| Remarks | string |
None. |
|
| DeliveryDate | string |
None. |
|
| DiscountCoupon | string |
None. |
|
| Name | string |
None. |
|
| ItemName | string |
None. |
|
| PhoneNo | string |
None. |
|
| Country | string |
None. |
|
| CityID | integer |
None. |
|
| Address | string |
None. |
|
| Active | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| OrderDate | string |
None. |
|
| CreatedOn | string |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedOn | string |
None. |
|
| Msg | string |
None. |
|
| CityName | string |
None. |
|
| businessAccountID | integer |
None. |
|
| CartItemsList | Collection of CartItem |
None. |
|
| OrderDetailsList | Collection of OrdersVM |
None. |
|
| ShippingAddressesList | Collection of OrdersVM |
None. |
|
| CountriesList | Collection of CommonVM |
None. |
|
| CitiesList | Collection of CommonVM |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ErrorClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Msg | string |
None. |
|
| Status | string |
None. |
|
| IsSuccess | boolean |
None. |
|
| retrn | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Msg": "sample string 1",
"Status": "sample string 2",
"IsSuccess": true,
"retrn": {}
}
application/xml, text/xml
Sample:
<ErrorClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wRetailBind_Cloud_Api.Utilities"> <IsSuccess>true</IsSuccess> <Msg>sample string 1</Msg> <Status>sample string 2</Status> <retrn /> </ErrorClass>