GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "97e21e6c-6815-4413-be12-77310c047605",
    "ShoppingCartID": "0006f013-72c7-495e-9624-a98b7547a874",
    "TrainingClassID": "2b2fedf0-6769-4989-9cb3-d86a6f7350ec",
    "EmailPackageDefinitionID": "3b6b2464-a009-4c5f-b528-70618fd9ceef",
    "InventoryItemID": "1705f7ca-8a93-436c-8e51-6c996f533eae",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "97e21e6c-6815-4413-be12-77310c047605",
    "ShoppingCartID": "0006f013-72c7-495e-9624-a98b7547a874",
    "TrainingClassID": "2b2fedf0-6769-4989-9cb3-d86a6f7350ec",
    "EmailPackageDefinitionID": "3b6b2464-a009-4c5f-b528-70618fd9ceef",
    "InventoryItemID": "1705f7ca-8a93-436c-8e51-6c996f533eae",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "97e21e6c-6815-4413-be12-77310c047605",
    "ShoppingCartID": "0006f013-72c7-495e-9624-a98b7547a874",
    "TrainingClassID": "2b2fedf0-6769-4989-9cb3-d86a6f7350ec",
    "EmailPackageDefinitionID": "3b6b2464-a009-4c5f-b528-70618fd9ceef",
    "InventoryItemID": "1705f7ca-8a93-436c-8e51-6c996f533eae",
    "Quantity": 1
  }
]