GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "7c41d2f4-8b96-43bf-962a-ac09ac5fda11",
    "ShoppingCartID": "0bfde678-84c6-4c20-97e7-3a52b3c024f0",
    "TrainingClassID": "2a2b87e7-6b6f-48c4-8457-93f1774bf629",
    "EmailPackageDefinitionID": "5a7f4761-ecb8-4a4c-96cb-1cb1ce7f13c5",
    "InventoryItemID": "10ed1ba6-a575-4b0c-895e-0d077101d5e1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "7c41d2f4-8b96-43bf-962a-ac09ac5fda11",
    "ShoppingCartID": "0bfde678-84c6-4c20-97e7-3a52b3c024f0",
    "TrainingClassID": "2a2b87e7-6b6f-48c4-8457-93f1774bf629",
    "EmailPackageDefinitionID": "5a7f4761-ecb8-4a4c-96cb-1cb1ce7f13c5",
    "InventoryItemID": "10ed1ba6-a575-4b0c-895e-0d077101d5e1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "7c41d2f4-8b96-43bf-962a-ac09ac5fda11",
    "ShoppingCartID": "0bfde678-84c6-4c20-97e7-3a52b3c024f0",
    "TrainingClassID": "2a2b87e7-6b6f-48c4-8457-93f1774bf629",
    "EmailPackageDefinitionID": "5a7f4761-ecb8-4a4c-96cb-1cb1ce7f13c5",
    "InventoryItemID": "10ed1ba6-a575-4b0c-895e-0d077101d5e1",
    "Quantity": 1
  }
]