GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "24a2a527-deea-40ee-8181-8b52be64eb4b",
    "ShoppingCartID": "305f4911-a28b-4fbf-ae92-7e63dd4ac034",
    "TrainingClassID": "5d1f8193-1bf1-47e9-adb9-791b1b730b31",
    "EmailPackageDefinitionID": "ea032d0f-2918-4aaf-83e7-5d327a51fe20",
    "InventoryItemID": "638844f5-b9df-4a67-b56c-6eb61710bdfa",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "24a2a527-deea-40ee-8181-8b52be64eb4b",
    "ShoppingCartID": "305f4911-a28b-4fbf-ae92-7e63dd4ac034",
    "TrainingClassID": "5d1f8193-1bf1-47e9-adb9-791b1b730b31",
    "EmailPackageDefinitionID": "ea032d0f-2918-4aaf-83e7-5d327a51fe20",
    "InventoryItemID": "638844f5-b9df-4a67-b56c-6eb61710bdfa",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "24a2a527-deea-40ee-8181-8b52be64eb4b",
    "ShoppingCartID": "305f4911-a28b-4fbf-ae92-7e63dd4ac034",
    "TrainingClassID": "5d1f8193-1bf1-47e9-adb9-791b1b730b31",
    "EmailPackageDefinitionID": "ea032d0f-2918-4aaf-83e7-5d327a51fe20",
    "InventoryItemID": "638844f5-b9df-4a67-b56c-6eb61710bdfa",
    "Quantity": 1
  }
]