GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "4b6e8b02-cc77-40ba-ad53-a134a8fc44e1",
    "ShoppingCartID": "1e88fc6e-f30c-4938-bc63-4fcdfcba792a",
    "TrainingClassID": "d05f1c16-aca6-4974-8102-051eef454d83",
    "EmailPackageDefinitionID": "ee39a0e5-b3cf-466e-93cc-3846295f5ebd",
    "InventoryItemID": "f522eb2f-372e-42d1-955a-fbdc0dd35898",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "4b6e8b02-cc77-40ba-ad53-a134a8fc44e1",
    "ShoppingCartID": "1e88fc6e-f30c-4938-bc63-4fcdfcba792a",
    "TrainingClassID": "d05f1c16-aca6-4974-8102-051eef454d83",
    "EmailPackageDefinitionID": "ee39a0e5-b3cf-466e-93cc-3846295f5ebd",
    "InventoryItemID": "f522eb2f-372e-42d1-955a-fbdc0dd35898",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "4b6e8b02-cc77-40ba-ad53-a134a8fc44e1",
    "ShoppingCartID": "1e88fc6e-f30c-4938-bc63-4fcdfcba792a",
    "TrainingClassID": "d05f1c16-aca6-4974-8102-051eef454d83",
    "EmailPackageDefinitionID": "ee39a0e5-b3cf-466e-93cc-3846295f5ebd",
    "InventoryItemID": "f522eb2f-372e-42d1-955a-fbdc0dd35898",
    "Quantity": 1
  }
]