GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "76efed5b-1384-4889-9aa3-8562f09773e1",
    "ShoppingCartID": "271458ec-c205-495d-8281-57dd4d173a09",
    "TrainingClassID": "22589da0-34f9-47ce-b4a7-5b1ef01eb900",
    "EmailPackageDefinitionID": "0606cc1f-f17b-4af9-82e2-684befb0cab5",
    "InventoryItemID": "ea20be74-96d3-47bb-a056-6c10298f44b4",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "76efed5b-1384-4889-9aa3-8562f09773e1",
    "ShoppingCartID": "271458ec-c205-495d-8281-57dd4d173a09",
    "TrainingClassID": "22589da0-34f9-47ce-b4a7-5b1ef01eb900",
    "EmailPackageDefinitionID": "0606cc1f-f17b-4af9-82e2-684befb0cab5",
    "InventoryItemID": "ea20be74-96d3-47bb-a056-6c10298f44b4",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "76efed5b-1384-4889-9aa3-8562f09773e1",
    "ShoppingCartID": "271458ec-c205-495d-8281-57dd4d173a09",
    "TrainingClassID": "22589da0-34f9-47ce-b4a7-5b1ef01eb900",
    "EmailPackageDefinitionID": "0606cc1f-f17b-4af9-82e2-684befb0cab5",
    "InventoryItemID": "ea20be74-96d3-47bb-a056-6c10298f44b4",
    "Quantity": 1
  }
]