GET api/ShoppingCart/{cartid}/ShoppingCartItem
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cartid | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"ShoppingCartItemID": "dfe81645-8e7c-45c2-a353-821cb8c1575f",
"ShoppingCartID": "3960a251-09e8-4b50-a2c1-f8698f09493c",
"TrainingClassID": "dfb83bbb-789d-480b-8b9e-1a111da044be",
"EmailPackageDefinitionID": "9c027df0-1036-4b88-863e-feb083789e88",
"InventoryItemID": "06883b7e-21be-483f-bed9-78e59f6838a6",
"Quantity": 1
},
{
"ShoppingCartItemID": "dfe81645-8e7c-45c2-a353-821cb8c1575f",
"ShoppingCartID": "3960a251-09e8-4b50-a2c1-f8698f09493c",
"TrainingClassID": "dfb83bbb-789d-480b-8b9e-1a111da044be",
"EmailPackageDefinitionID": "9c027df0-1036-4b88-863e-feb083789e88",
"InventoryItemID": "06883b7e-21be-483f-bed9-78e59f6838a6",
"Quantity": 1
},
{
"ShoppingCartItemID": "dfe81645-8e7c-45c2-a353-821cb8c1575f",
"ShoppingCartID": "3960a251-09e8-4b50-a2c1-f8698f09493c",
"TrainingClassID": "dfb83bbb-789d-480b-8b9e-1a111da044be",
"EmailPackageDefinitionID": "9c027df0-1036-4b88-863e-feb083789e88",
"InventoryItemID": "06883b7e-21be-483f-bed9-78e59f6838a6",
"Quantity": 1
}
]