GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "2c65f8fd-8dc6-4eeb-80ab-75bbc748b03b",
    "ShoppingCartID": "3811d542-17bc-4f75-997b-260ef269dc3f",
    "TrainingClassID": "3e29bb53-3a33-4e13-a443-44becaee60ab",
    "EmailPackageDefinitionID": "0f960d61-f303-484c-9bff-83098cfe6e70",
    "InventoryItemID": "33341015-f5b0-4431-896b-ab7d4963d784",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2c65f8fd-8dc6-4eeb-80ab-75bbc748b03b",
    "ShoppingCartID": "3811d542-17bc-4f75-997b-260ef269dc3f",
    "TrainingClassID": "3e29bb53-3a33-4e13-a443-44becaee60ab",
    "EmailPackageDefinitionID": "0f960d61-f303-484c-9bff-83098cfe6e70",
    "InventoryItemID": "33341015-f5b0-4431-896b-ab7d4963d784",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2c65f8fd-8dc6-4eeb-80ab-75bbc748b03b",
    "ShoppingCartID": "3811d542-17bc-4f75-997b-260ef269dc3f",
    "TrainingClassID": "3e29bb53-3a33-4e13-a443-44becaee60ab",
    "EmailPackageDefinitionID": "0f960d61-f303-484c-9bff-83098cfe6e70",
    "InventoryItemID": "33341015-f5b0-4431-896b-ab7d4963d784",
    "Quantity": 1
  }
]