GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "cb01b1e4-454f-4f49-a69e-24dbeb20fe47",
    "ShoppingCartID": "fd2facc8-528a-410a-add6-41cedce7fcc4",
    "TrainingClassID": "817cffa6-771b-4f73-91f1-3aeac50bae9e",
    "EmailPackageDefinitionID": "a8730f53-0511-42c8-bb80-dffc3241b2fb",
    "InventoryItemID": "653b2867-c5e3-4158-b13a-1923d533575f",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "cb01b1e4-454f-4f49-a69e-24dbeb20fe47",
    "ShoppingCartID": "fd2facc8-528a-410a-add6-41cedce7fcc4",
    "TrainingClassID": "817cffa6-771b-4f73-91f1-3aeac50bae9e",
    "EmailPackageDefinitionID": "a8730f53-0511-42c8-bb80-dffc3241b2fb",
    "InventoryItemID": "653b2867-c5e3-4158-b13a-1923d533575f",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "cb01b1e4-454f-4f49-a69e-24dbeb20fe47",
    "ShoppingCartID": "fd2facc8-528a-410a-add6-41cedce7fcc4",
    "TrainingClassID": "817cffa6-771b-4f73-91f1-3aeac50bae9e",
    "EmailPackageDefinitionID": "a8730f53-0511-42c8-bb80-dffc3241b2fb",
    "InventoryItemID": "653b2867-c5e3-4158-b13a-1923d533575f",
    "Quantity": 1
  }
]