GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "e14bd1af-cea0-4ba5-bd01-dd7af7961ea1",
    "ShoppingCartID": "efd9f055-5f44-459e-b4cc-a1b8335711ce",
    "TrainingClassID": "f76ab657-39f5-4acf-98fe-84ffcd63bbaa",
    "EmailPackageDefinitionID": "fb8c771e-719a-4899-a8f6-31ae3a89435a",
    "InventoryItemID": "1a7729b1-18ee-43b9-b2f7-818588e8fdbe",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "e14bd1af-cea0-4ba5-bd01-dd7af7961ea1",
    "ShoppingCartID": "efd9f055-5f44-459e-b4cc-a1b8335711ce",
    "TrainingClassID": "f76ab657-39f5-4acf-98fe-84ffcd63bbaa",
    "EmailPackageDefinitionID": "fb8c771e-719a-4899-a8f6-31ae3a89435a",
    "InventoryItemID": "1a7729b1-18ee-43b9-b2f7-818588e8fdbe",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "e14bd1af-cea0-4ba5-bd01-dd7af7961ea1",
    "ShoppingCartID": "efd9f055-5f44-459e-b4cc-a1b8335711ce",
    "TrainingClassID": "f76ab657-39f5-4acf-98fe-84ffcd63bbaa",
    "EmailPackageDefinitionID": "fb8c771e-719a-4899-a8f6-31ae3a89435a",
    "InventoryItemID": "1a7729b1-18ee-43b9-b2f7-818588e8fdbe",
    "Quantity": 1
  }
]