GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "063fc9ad-fe23-4655-bec7-ace8339814c1",
    "ShoppingCartID": "74eab295-fb42-4f46-ba0f-2b854f3d9f60",
    "TrainingClassID": "c19215ce-2262-42af-9a85-8b7a96c7d6eb",
    "EmailPackageDefinitionID": "84397f75-ed26-4029-964e-6e8c81d27f12",
    "InventoryItemID": "fef8663a-a0b5-4b58-a349-8d74f85c67e4",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "063fc9ad-fe23-4655-bec7-ace8339814c1",
    "ShoppingCartID": "74eab295-fb42-4f46-ba0f-2b854f3d9f60",
    "TrainingClassID": "c19215ce-2262-42af-9a85-8b7a96c7d6eb",
    "EmailPackageDefinitionID": "84397f75-ed26-4029-964e-6e8c81d27f12",
    "InventoryItemID": "fef8663a-a0b5-4b58-a349-8d74f85c67e4",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "063fc9ad-fe23-4655-bec7-ace8339814c1",
    "ShoppingCartID": "74eab295-fb42-4f46-ba0f-2b854f3d9f60",
    "TrainingClassID": "c19215ce-2262-42af-9a85-8b7a96c7d6eb",
    "EmailPackageDefinitionID": "84397f75-ed26-4029-964e-6e8c81d27f12",
    "InventoryItemID": "fef8663a-a0b5-4b58-a349-8d74f85c67e4",
    "Quantity": 1
  }
]