POST api/CartCheck/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Collection of OrderDiscount| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderDiscountID | integer |
None. |
|
| OrderID | integer |
None. |
|
| DiscountID | integer |
None. |
|
| VendorID | integer |
None. |
|
| CouponCode | string |
None. |
|
| DiscountType | string |
None. |
|
| DiscountPercentage | decimal number |
None. |
|
| DiscountAmount | decimal number |
None. |
|
| CouponAmount | decimal number |
None. |
|
| MaximumDiscountAmount | decimal number |
None. |
|
| SubIds | string |
None. |
|
| Discount | Discount |
None. |
|
| Order | OrderHead |
None. |
|
| Vendor | Vendor |
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/" />