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": "ef091b22-277b-4e98-9e45-68153b94870e",
"ShoppingCartID": "47c5c36b-27e7-4930-ab30-077cde8f0de9",
"TrainingClassID": "b955172c-fc38-439e-81f6-bed8a3a27cc6",
"EmailPackageDefinitionID": "0fd7ea86-47a5-40d4-9a43-772c0da7f277",
"InventoryItemID": "547427ee-055a-43ea-87c8-312476ed3cef",
"Quantity": 1
},
{
"ShoppingCartItemID": "ef091b22-277b-4e98-9e45-68153b94870e",
"ShoppingCartID": "47c5c36b-27e7-4930-ab30-077cde8f0de9",
"TrainingClassID": "b955172c-fc38-439e-81f6-bed8a3a27cc6",
"EmailPackageDefinitionID": "0fd7ea86-47a5-40d4-9a43-772c0da7f277",
"InventoryItemID": "547427ee-055a-43ea-87c8-312476ed3cef",
"Quantity": 1
},
{
"ShoppingCartItemID": "ef091b22-277b-4e98-9e45-68153b94870e",
"ShoppingCartID": "47c5c36b-27e7-4930-ab30-077cde8f0de9",
"TrainingClassID": "b955172c-fc38-439e-81f6-bed8a3a27cc6",
"EmailPackageDefinitionID": "0fd7ea86-47a5-40d4-9a43-772c0da7f277",
"InventoryItemID": "547427ee-055a-43ea-87c8-312476ed3cef",
"Quantity": 1
}
]