GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "6a88fcb0-6968-4ca7-8502-6dde85e68027",
    "ShoppingCartID": "0031d804-565b-4503-836e-64bee0bfb15f",
    "TrainingClassID": "96254a12-4b17-473a-ad17-11af08eb618d",
    "EmailPackageDefinitionID": "8c8a68be-1897-4fe2-aa77-8e333f48f60e",
    "InventoryItemID": "8cc2e3b3-0d7f-45c1-921a-0e276775b997",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "6a88fcb0-6968-4ca7-8502-6dde85e68027",
    "ShoppingCartID": "0031d804-565b-4503-836e-64bee0bfb15f",
    "TrainingClassID": "96254a12-4b17-473a-ad17-11af08eb618d",
    "EmailPackageDefinitionID": "8c8a68be-1897-4fe2-aa77-8e333f48f60e",
    "InventoryItemID": "8cc2e3b3-0d7f-45c1-921a-0e276775b997",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "6a88fcb0-6968-4ca7-8502-6dde85e68027",
    "ShoppingCartID": "0031d804-565b-4503-836e-64bee0bfb15f",
    "TrainingClassID": "96254a12-4b17-473a-ad17-11af08eb618d",
    "EmailPackageDefinitionID": "8c8a68be-1897-4fe2-aa77-8e333f48f60e",
    "InventoryItemID": "8cc2e3b3-0d7f-45c1-921a-0e276775b997",
    "Quantity": 1
  }
]