GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "b19f49e9-0e5a-4320-b797-48c4aa215c42",
    "ShoppingCartID": "5bd69d7c-998c-47f7-a692-b15c80eea1b7",
    "TrainingClassID": "eabcd652-5e7d-47c7-9ef3-80348c2046d5",
    "EmailPackageDefinitionID": "7bc4ffd0-95e3-4ae5-b412-8a58b05a92f7",
    "InventoryItemID": "115a0776-c3f1-4fe6-aca6-b0d8248aec03",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b19f49e9-0e5a-4320-b797-48c4aa215c42",
    "ShoppingCartID": "5bd69d7c-998c-47f7-a692-b15c80eea1b7",
    "TrainingClassID": "eabcd652-5e7d-47c7-9ef3-80348c2046d5",
    "EmailPackageDefinitionID": "7bc4ffd0-95e3-4ae5-b412-8a58b05a92f7",
    "InventoryItemID": "115a0776-c3f1-4fe6-aca6-b0d8248aec03",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b19f49e9-0e5a-4320-b797-48c4aa215c42",
    "ShoppingCartID": "5bd69d7c-998c-47f7-a692-b15c80eea1b7",
    "TrainingClassID": "eabcd652-5e7d-47c7-9ef3-80348c2046d5",
    "EmailPackageDefinitionID": "7bc4ffd0-95e3-4ae5-b412-8a58b05a92f7",
    "InventoryItemID": "115a0776-c3f1-4fe6-aca6-b0d8248aec03",
    "Quantity": 1
  }
]