GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "3d4aa527-166a-4af8-ac97-66b0135928ba",
    "ShoppingCartID": "343a5e2e-228c-4936-8ab0-e83937bd9302",
    "TrainingClassID": "ed88358f-1351-4da2-bc8c-5731cffd1eeb",
    "EmailPackageDefinitionID": "be925ae1-e6db-4ca3-808a-d37d4b126812",
    "InventoryItemID": "32e9a0ab-a357-41df-8d21-cef841aa3326",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3d4aa527-166a-4af8-ac97-66b0135928ba",
    "ShoppingCartID": "343a5e2e-228c-4936-8ab0-e83937bd9302",
    "TrainingClassID": "ed88358f-1351-4da2-bc8c-5731cffd1eeb",
    "EmailPackageDefinitionID": "be925ae1-e6db-4ca3-808a-d37d4b126812",
    "InventoryItemID": "32e9a0ab-a357-41df-8d21-cef841aa3326",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3d4aa527-166a-4af8-ac97-66b0135928ba",
    "ShoppingCartID": "343a5e2e-228c-4936-8ab0-e83937bd9302",
    "TrainingClassID": "ed88358f-1351-4da2-bc8c-5731cffd1eeb",
    "EmailPackageDefinitionID": "be925ae1-e6db-4ca3-808a-d37d4b126812",
    "InventoryItemID": "32e9a0ab-a357-41df-8d21-cef841aa3326",
    "Quantity": 1
  }
]