POST api/Order
Request Information
URI Parameters
None.
Body Parameters
OrderHeadName | Description | Type | Additional information |
---|---|---|---|
OrderID | integer |
None. |
|
OrderCode | string |
None. |
|
OrderNo | integer |
None. |
|
FullOrderNo | string |
None. |
|
StoreID | integer |
None. |
|
UserID | integer |
None. |
|
BillingAddressID | integer |
None. |
|
ShippingAddressID | integer |
None. |
|
PickupAddressID | integer |
None. |
|
PickupInStore | boolean |
None. |
|
OrderDate | date |
None. |
|
OrderStatus | string |
None. |
|
CouponApplied | string |
None. |
|
TotalRewards | decimal number |
None. |
|
PaymentMenthod | string |
None. |
|
CouponAmount | decimal number |
None. |
|
ShippingCharge | decimal number |
None. |
|
OtherChargeName | string |
None. |
|
OtherChargePerc | decimal number |
None. |
|
OtherChargeAmt | decimal number |
None. |
|
CODCharge | decimal number |
None. |
|
TotalOrderQty | decimal number |
None. |
|
CustomerCurrencyCode | string |
None. |
|
CurrencyRate | decimal number |
None. |
|
CurrencyID | integer |
None. |
|
VatNumber | string |
None. |
|
OrderSubtotalInclTax | decimal number |
None. |
|
OrderSubtotalExclTax | decimal number |
None. |
|
OrderSubTotalDiscountInclTax | decimal number |
None. |
|
OrderSubTotalDiscountExclTax | decimal number |
None. |
|
OrderShippingInclTax | decimal number |
None. |
|
OrderShippingExclTax | decimal number |
None. |
|
PaymentMethodAdditionalFeeInclTax | decimal number |
None. |
|
PaymentMethodAdditionalFeeExclTax | decimal number |
None. |
|
OrderTax | decimal number |
None. |
|
OrderDiscount | decimal number |
None. |
|
OrderTotal | decimal number |
None. |
|
AffiliateID | integer |
None. |
|
CustomerIP | string |
None. |
|
CreatedOnUtc | date |
None. |
|
BillingAddress | Address |
None. |
|
Currency | Currency |
None. |
|
FkOrderDiscountOrderHeadBackReferences | Collection of OrderDiscount |
None. |
|
OrderDetails | Collection of OrderDetail |
None. |
|
OrderPayments | Collection of OrderPayment |
None. |
|
OrderProcesses | Collection of OrderProcess |
None. |
|
PickupAddress | Address |
None. |
|
RewardTransactions | Collection of RewardTransaction |
None. |
|
Shipments | Collection of Shipment |
None. |
|
ShippingAddress | Address |
None. |
|
Store | Store |
None. |
|
User | User |
None. |
|
UserNotifications | Collection of UserNotification |
None. |
|
VendorCustomerCommunications | Collection of VendorCustomerCommunication |
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
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />