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": "ae08561b-424f-45d6-91b5-b0e56e76edd6",
"ShoppingCartID": "64d5eecf-a9c6-456a-93fb-76508ad16567",
"TrainingClassID": "1e1e573f-713b-4a12-b997-bd08be2258f8",
"EmailPackageDefinitionID": "e7a7e060-0716-4a6e-9025-7bcef63f56e1",
"InventoryItemID": "a40177e0-be57-4f26-905d-808625904c40",
"Quantity": 1
},
{
"ShoppingCartItemID": "ae08561b-424f-45d6-91b5-b0e56e76edd6",
"ShoppingCartID": "64d5eecf-a9c6-456a-93fb-76508ad16567",
"TrainingClassID": "1e1e573f-713b-4a12-b997-bd08be2258f8",
"EmailPackageDefinitionID": "e7a7e060-0716-4a6e-9025-7bcef63f56e1",
"InventoryItemID": "a40177e0-be57-4f26-905d-808625904c40",
"Quantity": 1
},
{
"ShoppingCartItemID": "ae08561b-424f-45d6-91b5-b0e56e76edd6",
"ShoppingCartID": "64d5eecf-a9c6-456a-93fb-76508ad16567",
"TrainingClassID": "1e1e573f-713b-4a12-b997-bd08be2258f8",
"EmailPackageDefinitionID": "e7a7e060-0716-4a6e-9025-7bcef63f56e1",
"InventoryItemID": "a40177e0-be57-4f26-905d-808625904c40",
"Quantity": 1
}
]