POST api/products/getCart
Request Information
URI Parameters
None.
Body Parameters
Collection of CartObject| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | integer |
None. |
|
| Quantity | decimal number |
None. |
|
| Notes | string |
None. |
|
| PropertiesRelations | Collection of integer |
None. |
|
| product | Product |
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.
multipart/form-data
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Cart| Name | Description | Type | Additional information |
|---|---|---|---|
| Products | Collection of ProductData |
None. |
|
| MissedProducts | Collection of ProductData |
None. |
Response 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.
multipart/form-data
Sample:
Sample not available.