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": "1649a112-7f72-4193-8b13-8b37978bfea9",
"ShoppingCartID": "55e6d145-ff2d-45de-819c-774fb1bab4da",
"TrainingClassID": "adb6a72f-bbba-4a41-99ba-4830cffdeba2",
"EmailPackageDefinitionID": "aac83193-9c94-4ec0-a1a4-3023c6444ebe",
"InventoryItemID": "387864bf-1c5c-42c8-8947-06eb63401313",
"Quantity": 1
},
{
"ShoppingCartItemID": "1649a112-7f72-4193-8b13-8b37978bfea9",
"ShoppingCartID": "55e6d145-ff2d-45de-819c-774fb1bab4da",
"TrainingClassID": "adb6a72f-bbba-4a41-99ba-4830cffdeba2",
"EmailPackageDefinitionID": "aac83193-9c94-4ec0-a1a4-3023c6444ebe",
"InventoryItemID": "387864bf-1c5c-42c8-8947-06eb63401313",
"Quantity": 1
},
{
"ShoppingCartItemID": "1649a112-7f72-4193-8b13-8b37978bfea9",
"ShoppingCartID": "55e6d145-ff2d-45de-819c-774fb1bab4da",
"TrainingClassID": "adb6a72f-bbba-4a41-99ba-4830cffdeba2",
"EmailPackageDefinitionID": "aac83193-9c94-4ec0-a1a4-3023c6444ebe",
"InventoryItemID": "387864bf-1c5c-42c8-8947-06eb63401313",
"Quantity": 1
}
]