GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "ffcc4493-6fe3-453a-b3fe-c47f84203e89",
    "ShoppingCartID": "4ed50251-21ca-4cac-9b18-483e8a58f19f",
    "TrainingClassID": "8348bcf6-7ef8-4d12-90c5-6e679459f605",
    "EmailPackageDefinitionID": "b812c24f-3b41-4e29-924d-6e41f5c3b86c",
    "InventoryItemID": "68e4383d-b437-4e9e-962b-bad20b13e644",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ffcc4493-6fe3-453a-b3fe-c47f84203e89",
    "ShoppingCartID": "4ed50251-21ca-4cac-9b18-483e8a58f19f",
    "TrainingClassID": "8348bcf6-7ef8-4d12-90c5-6e679459f605",
    "EmailPackageDefinitionID": "b812c24f-3b41-4e29-924d-6e41f5c3b86c",
    "InventoryItemID": "68e4383d-b437-4e9e-962b-bad20b13e644",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ffcc4493-6fe3-453a-b3fe-c47f84203e89",
    "ShoppingCartID": "4ed50251-21ca-4cac-9b18-483e8a58f19f",
    "TrainingClassID": "8348bcf6-7ef8-4d12-90c5-6e679459f605",
    "EmailPackageDefinitionID": "b812c24f-3b41-4e29-924d-6e41f5c3b86c",
    "InventoryItemID": "68e4383d-b437-4e9e-962b-bad20b13e644",
    "Quantity": 1
  }
]