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": "ea6241d2-dab8-423c-b4d9-560248951363",
"ShoppingCartID": "46971512-5aee-4ab3-bab5-de884f7992db",
"TrainingClassID": "e48ac45d-47dd-4c68-bc7d-47b85f02cad9",
"EmailPackageDefinitionID": "6fead8a6-7896-445b-8470-ee68f9c12d22",
"InventoryItemID": "52deee77-3e09-48fa-b9e2-f0875042ea03",
"Quantity": 1
},
{
"ShoppingCartItemID": "ea6241d2-dab8-423c-b4d9-560248951363",
"ShoppingCartID": "46971512-5aee-4ab3-bab5-de884f7992db",
"TrainingClassID": "e48ac45d-47dd-4c68-bc7d-47b85f02cad9",
"EmailPackageDefinitionID": "6fead8a6-7896-445b-8470-ee68f9c12d22",
"InventoryItemID": "52deee77-3e09-48fa-b9e2-f0875042ea03",
"Quantity": 1
},
{
"ShoppingCartItemID": "ea6241d2-dab8-423c-b4d9-560248951363",
"ShoppingCartID": "46971512-5aee-4ab3-bab5-de884f7992db",
"TrainingClassID": "e48ac45d-47dd-4c68-bc7d-47b85f02cad9",
"EmailPackageDefinitionID": "6fead8a6-7896-445b-8470-ee68f9c12d22",
"InventoryItemID": "52deee77-3e09-48fa-b9e2-f0875042ea03",
"Quantity": 1
}
]