POST api/Carts/Post
Request Information
URI Parameters
None.
Body Parameters
ICart| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| CartType | string |
None. |
|
| IsActive | boolean |
None. |
|
| OrderStage | string |
None. |
|
| CustomerId | integer |
None. |
|
| CustomerName | string |
None. |
|
| CustomerEmail | string |
None. |
|
| NonAMSUserId | string |
None. |
|
| CompanyId | integer |
None. |
|
| CompanyName | string |
None. |
|
| IsCustomerMember | boolean |
None. |
|
| Subtotal | decimal number |
None. |
|
| ShippingCost | decimal number |
None. |
|
| ShippingCostByAdmin | decimal number |
None. |
|
| Taxes | decimal number |
None. |
|
| TaxesByAdmin | decimal number |
None. |
|
| MaintenancePlanCost | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| GiftCardAmount | decimal number |
None. |
|
| OrderTotal | decimal number |
None. |
|
| Coupon | string |
None. |
|
| GiftCardId | integer |
None. |
|
| GiftCardNumber | string |
None. |
|
| DiscountAppliedAt | DiscountTypeValues |
None. |
|
| BillingAddress | IAddress |
None. |
|
| BillingAddressValue | string |
None. |
|
| ShippingAddress | IAddress |
None. |
|
| ShippingAddressValue | string |
None. |
|
| ShippingMethodId | integer |
None. |
|
| ShippingMethod | string |
None. |
|
| DateNeeded | date |
None. |
|
| TypeOfPurchase | string |
None. |
|
| AccountingUnit | string |
None. |
|
| CustomerNotes | string |
None. |
|
| UserIPAddress | string |
None. |
|
| KFormItemID | integer |
None. |
|
| OrderLevelShipping | boolean |
None. |
|
| PaymentModeUsed | string |
None. |
|
| ItemsCount | integer |
None. |
|
| CreatedDate | date |
None. |
|
| CartItems | Collection of ICartItem |
None. |
|
| Invoices | Collection of ICartInvoiceItem |
None. |
Request Formats
application/json, text/json, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.