POST api/Cart?UserID={UserID}&languageID={languageID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
Required |
|
| languageID | integer |
Required |
Body Parameters
Collection of Cart| Name | Description | Type | Additional information |
|---|---|---|---|
| CartID | integer |
None. |
|
| UserID | integer |
None. |
|
| CartDate | date |
None. |
|
| StoreID | integer |
None. |
|
| ProductID | integer |
None. |
|
| Qty | decimal number |
None. |
|
| Price | decimal number |
None. |
|
| DiscountID | integer |
None. |
|
| SourceID | integer |
None. |
|
| Source | string |
None. |
|
| Discount | Discount |
None. |
|
| Product | Product |
None. |
|
| Store | Store |
None. |
|
| User | User |
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/" />