GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "5b134705-91af-480f-ab70-e78e84ac06ec",
    "ShoppingCartID": "a819dd57-baaf-4c99-acd2-ced6eab1f2c7",
    "TrainingClassID": "0b6a8868-4159-45ba-aec8-8bbb4a5459e4",
    "EmailPackageDefinitionID": "de6797f1-bd22-4d74-9617-f72e897715b3",
    "InventoryItemID": "a59f0b09-0f1c-410e-a632-94f1e019ddff",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5b134705-91af-480f-ab70-e78e84ac06ec",
    "ShoppingCartID": "a819dd57-baaf-4c99-acd2-ced6eab1f2c7",
    "TrainingClassID": "0b6a8868-4159-45ba-aec8-8bbb4a5459e4",
    "EmailPackageDefinitionID": "de6797f1-bd22-4d74-9617-f72e897715b3",
    "InventoryItemID": "a59f0b09-0f1c-410e-a632-94f1e019ddff",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5b134705-91af-480f-ab70-e78e84ac06ec",
    "ShoppingCartID": "a819dd57-baaf-4c99-acd2-ced6eab1f2c7",
    "TrainingClassID": "0b6a8868-4159-45ba-aec8-8bbb4a5459e4",
    "EmailPackageDefinitionID": "de6797f1-bd22-4d74-9617-f72e897715b3",
    "InventoryItemID": "a59f0b09-0f1c-410e-a632-94f1e019ddff",
    "Quantity": 1
  }
]