GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "300cbb3c-2686-4867-8630-6492b2e32aa3",
    "ShoppingCartID": "39ffb560-af5e-44e4-ab9e-4a7e3ed447dd",
    "TrainingClassID": "1c1cc4f9-9a02-49e6-9e97-73356c604fd7",
    "EmailPackageDefinitionID": "77dd30c4-47f4-4b3a-9a81-79c2716d9cf6",
    "InventoryItemID": "4993f033-8eb1-4705-8cd0-16a9df3e0091",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "300cbb3c-2686-4867-8630-6492b2e32aa3",
    "ShoppingCartID": "39ffb560-af5e-44e4-ab9e-4a7e3ed447dd",
    "TrainingClassID": "1c1cc4f9-9a02-49e6-9e97-73356c604fd7",
    "EmailPackageDefinitionID": "77dd30c4-47f4-4b3a-9a81-79c2716d9cf6",
    "InventoryItemID": "4993f033-8eb1-4705-8cd0-16a9df3e0091",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "300cbb3c-2686-4867-8630-6492b2e32aa3",
    "ShoppingCartID": "39ffb560-af5e-44e4-ab9e-4a7e3ed447dd",
    "TrainingClassID": "1c1cc4f9-9a02-49e6-9e97-73356c604fd7",
    "EmailPackageDefinitionID": "77dd30c4-47f4-4b3a-9a81-79c2716d9cf6",
    "InventoryItemID": "4993f033-8eb1-4705-8cd0-16a9df3e0091",
    "Quantity": 1
  }
]