GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "ea621893-8422-47dd-80eb-41b06c843ef4",
    "ShoppingCartID": "d4fcd876-4318-4513-92d5-d31ae7b3ab5f",
    "TrainingClassID": "22211283-aeef-4f17-9a1c-6177e46db986",
    "EmailPackageDefinitionID": "70c2e695-7782-4f4e-ac6d-08017682da47",
    "InventoryItemID": "1e2e788b-9789-4fcf-8eba-d51f5eb8a5a8",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ea621893-8422-47dd-80eb-41b06c843ef4",
    "ShoppingCartID": "d4fcd876-4318-4513-92d5-d31ae7b3ab5f",
    "TrainingClassID": "22211283-aeef-4f17-9a1c-6177e46db986",
    "EmailPackageDefinitionID": "70c2e695-7782-4f4e-ac6d-08017682da47",
    "InventoryItemID": "1e2e788b-9789-4fcf-8eba-d51f5eb8a5a8",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ea621893-8422-47dd-80eb-41b06c843ef4",
    "ShoppingCartID": "d4fcd876-4318-4513-92d5-d31ae7b3ab5f",
    "TrainingClassID": "22211283-aeef-4f17-9a1c-6177e46db986",
    "EmailPackageDefinitionID": "70c2e695-7782-4f4e-ac6d-08017682da47",
    "InventoryItemID": "1e2e788b-9789-4fcf-8eba-d51f5eb8a5a8",
    "Quantity": 1
  }
]