GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "8bddf7c8-0b94-4ab4-8a56-878249c5eafd",
    "ShoppingCartID": "dcdb9a25-3904-4842-8aa4-3fed2f66b919",
    "TrainingClassID": "a843bace-f7ef-475e-94be-1dea61262b30",
    "EmailPackageDefinitionID": "13d30805-7232-4eb1-987f-d3015f9643f7",
    "InventoryItemID": "efa902e7-26b6-4b9d-9509-15b8b97fcc4b",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "8bddf7c8-0b94-4ab4-8a56-878249c5eafd",
    "ShoppingCartID": "dcdb9a25-3904-4842-8aa4-3fed2f66b919",
    "TrainingClassID": "a843bace-f7ef-475e-94be-1dea61262b30",
    "EmailPackageDefinitionID": "13d30805-7232-4eb1-987f-d3015f9643f7",
    "InventoryItemID": "efa902e7-26b6-4b9d-9509-15b8b97fcc4b",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "8bddf7c8-0b94-4ab4-8a56-878249c5eafd",
    "ShoppingCartID": "dcdb9a25-3904-4842-8aa4-3fed2f66b919",
    "TrainingClassID": "a843bace-f7ef-475e-94be-1dea61262b30",
    "EmailPackageDefinitionID": "13d30805-7232-4eb1-987f-d3015f9643f7",
    "InventoryItemID": "efa902e7-26b6-4b9d-9509-15b8b97fcc4b",
    "Quantity": 1
  }
]