GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "c7122580-7e64-4fb8-acf4-377fce5870bb",
    "ShoppingCartID": "9683b99e-1362-4233-b675-d3e799833cbe",
    "TrainingClassID": "4a291aed-ea5b-40ea-82df-527668f00032",
    "EmailPackageDefinitionID": "358e4e71-4256-4c36-8806-79d71737ea83",
    "InventoryItemID": "39e25480-8608-45c5-9c8e-8a8a71c98979",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c7122580-7e64-4fb8-acf4-377fce5870bb",
    "ShoppingCartID": "9683b99e-1362-4233-b675-d3e799833cbe",
    "TrainingClassID": "4a291aed-ea5b-40ea-82df-527668f00032",
    "EmailPackageDefinitionID": "358e4e71-4256-4c36-8806-79d71737ea83",
    "InventoryItemID": "39e25480-8608-45c5-9c8e-8a8a71c98979",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c7122580-7e64-4fb8-acf4-377fce5870bb",
    "ShoppingCartID": "9683b99e-1362-4233-b675-d3e799833cbe",
    "TrainingClassID": "4a291aed-ea5b-40ea-82df-527668f00032",
    "EmailPackageDefinitionID": "358e4e71-4256-4c36-8806-79d71737ea83",
    "InventoryItemID": "39e25480-8608-45c5-9c8e-8a8a71c98979",
    "Quantity": 1
  }
]