GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "c406d0e1-c198-44ef-adc9-b3040a834a4a",
    "ShoppingCartID": "ad368eaa-8845-4c3d-980b-236180d6e43f",
    "TrainingClassID": "43514e81-3e23-4d9f-a1ce-80e4e03839fd",
    "EmailPackageDefinitionID": "66cefc69-3bb7-4609-9de7-3e06b881897e",
    "InventoryItemID": "e1c7dd00-6780-46aa-9f55-32ffb72a48bf",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c406d0e1-c198-44ef-adc9-b3040a834a4a",
    "ShoppingCartID": "ad368eaa-8845-4c3d-980b-236180d6e43f",
    "TrainingClassID": "43514e81-3e23-4d9f-a1ce-80e4e03839fd",
    "EmailPackageDefinitionID": "66cefc69-3bb7-4609-9de7-3e06b881897e",
    "InventoryItemID": "e1c7dd00-6780-46aa-9f55-32ffb72a48bf",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c406d0e1-c198-44ef-adc9-b3040a834a4a",
    "ShoppingCartID": "ad368eaa-8845-4c3d-980b-236180d6e43f",
    "TrainingClassID": "43514e81-3e23-4d9f-a1ce-80e4e03839fd",
    "EmailPackageDefinitionID": "66cefc69-3bb7-4609-9de7-3e06b881897e",
    "InventoryItemID": "e1c7dd00-6780-46aa-9f55-32ffb72a48bf",
    "Quantity": 1
  }
]