GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "c83d70c4-eba0-4991-b531-bd03abe1864f",
    "ShoppingCartID": "19424709-d993-46e8-9f2d-b5c1f9413812",
    "TrainingClassID": "61fa2ea1-6505-46f5-9e55-f5c06ce67950",
    "EmailPackageDefinitionID": "98a29703-e59e-47b8-a779-53a0e1d771cd",
    "InventoryItemID": "8f9743bf-bfac-4cde-a390-9ad524e576a9",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c83d70c4-eba0-4991-b531-bd03abe1864f",
    "ShoppingCartID": "19424709-d993-46e8-9f2d-b5c1f9413812",
    "TrainingClassID": "61fa2ea1-6505-46f5-9e55-f5c06ce67950",
    "EmailPackageDefinitionID": "98a29703-e59e-47b8-a779-53a0e1d771cd",
    "InventoryItemID": "8f9743bf-bfac-4cde-a390-9ad524e576a9",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c83d70c4-eba0-4991-b531-bd03abe1864f",
    "ShoppingCartID": "19424709-d993-46e8-9f2d-b5c1f9413812",
    "TrainingClassID": "61fa2ea1-6505-46f5-9e55-f5c06ce67950",
    "EmailPackageDefinitionID": "98a29703-e59e-47b8-a779-53a0e1d771cd",
    "InventoryItemID": "8f9743bf-bfac-4cde-a390-9ad524e576a9",
    "Quantity": 1
  }
]