GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "c927730a-1ab1-49e6-9002-5fb0b97ab021",
    "ShoppingCartID": "95e4e672-af6f-419f-b938-a8418dd4a00c",
    "TrainingClassID": "0cfbf684-101c-47bd-bc3e-e99f2eb055d9",
    "EmailPackageDefinitionID": "f2a2c508-ae4a-4b28-b3d8-c340ee16d243",
    "InventoryItemID": "acca0b68-ff62-401c-8c4d-d7bae475473e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c927730a-1ab1-49e6-9002-5fb0b97ab021",
    "ShoppingCartID": "95e4e672-af6f-419f-b938-a8418dd4a00c",
    "TrainingClassID": "0cfbf684-101c-47bd-bc3e-e99f2eb055d9",
    "EmailPackageDefinitionID": "f2a2c508-ae4a-4b28-b3d8-c340ee16d243",
    "InventoryItemID": "acca0b68-ff62-401c-8c4d-d7bae475473e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c927730a-1ab1-49e6-9002-5fb0b97ab021",
    "ShoppingCartID": "95e4e672-af6f-419f-b938-a8418dd4a00c",
    "TrainingClassID": "0cfbf684-101c-47bd-bc3e-e99f2eb055d9",
    "EmailPackageDefinitionID": "f2a2c508-ae4a-4b28-b3d8-c340ee16d243",
    "InventoryItemID": "acca0b68-ff62-401c-8c4d-d7bae475473e",
    "Quantity": 1
  }
]