GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "997e321d-5abf-4c5c-94cb-c9cc67c81e59",
    "ShoppingCartID": "af9d2c42-71b2-449e-869f-ea8c168f67f9",
    "TrainingClassID": "5da8034b-cec6-4cf8-9a2b-ef1b7ffcb79c",
    "EmailPackageDefinitionID": "1e5eea13-2959-4c18-9745-67b15be36f10",
    "InventoryItemID": "ab4140f5-47e8-41a1-a881-424a11d666bf",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "997e321d-5abf-4c5c-94cb-c9cc67c81e59",
    "ShoppingCartID": "af9d2c42-71b2-449e-869f-ea8c168f67f9",
    "TrainingClassID": "5da8034b-cec6-4cf8-9a2b-ef1b7ffcb79c",
    "EmailPackageDefinitionID": "1e5eea13-2959-4c18-9745-67b15be36f10",
    "InventoryItemID": "ab4140f5-47e8-41a1-a881-424a11d666bf",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "997e321d-5abf-4c5c-94cb-c9cc67c81e59",
    "ShoppingCartID": "af9d2c42-71b2-449e-869f-ea8c168f67f9",
    "TrainingClassID": "5da8034b-cec6-4cf8-9a2b-ef1b7ffcb79c",
    "EmailPackageDefinitionID": "1e5eea13-2959-4c18-9745-67b15be36f10",
    "InventoryItemID": "ab4140f5-47e8-41a1-a881-424a11d666bf",
    "Quantity": 1
  }
]