GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "ae7f25d9-29bb-4b87-b07e-e891b5777671",
    "ShoppingCartID": "9925bc6c-b4cc-473f-b4b2-1000b6fa4112",
    "TrainingClassID": "417dfe3f-a4fd-4312-b11d-88fda721ac85",
    "EmailPackageDefinitionID": "62ee64de-8c3e-42c3-b548-82045ba557d9",
    "InventoryItemID": "688f3b58-5655-4cef-b611-2f752c22598e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ae7f25d9-29bb-4b87-b07e-e891b5777671",
    "ShoppingCartID": "9925bc6c-b4cc-473f-b4b2-1000b6fa4112",
    "TrainingClassID": "417dfe3f-a4fd-4312-b11d-88fda721ac85",
    "EmailPackageDefinitionID": "62ee64de-8c3e-42c3-b548-82045ba557d9",
    "InventoryItemID": "688f3b58-5655-4cef-b611-2f752c22598e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ae7f25d9-29bb-4b87-b07e-e891b5777671",
    "ShoppingCartID": "9925bc6c-b4cc-473f-b4b2-1000b6fa4112",
    "TrainingClassID": "417dfe3f-a4fd-4312-b11d-88fda721ac85",
    "EmailPackageDefinitionID": "62ee64de-8c3e-42c3-b548-82045ba557d9",
    "InventoryItemID": "688f3b58-5655-4cef-b611-2f752c22598e",
    "Quantity": 1
  }
]