POST api/Cart/AddCartItem
Request Information
URI Parameters
None.
Body Parameters
CGCart| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordId | integer |
None. |
|
| CartId | string |
None. |
|
| ProductId | integer |
None. |
|
| Quantity | integer |
None. |
|
| DateCreated | date |
None. |
|
| Product | CGProduct |
None. |
|
| QuantityBought | integer |
None. |
|
| QuantityMin | integer |
None. |
|
| QuantityMax | integer |
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
AddCartItemResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject | CGCart |
None. |
|
| Code | ResponseCode |
None. |
|
| Message | string |
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.