GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "3fff6125-9441-454a-9e08-772bc6f6953d",
    "ShoppingCartID": "5ca71802-a8eb-4274-809d-17127d8c4fe5",
    "TrainingClassID": "c74ffbf1-e20a-407b-aadf-8cea9826bc1f",
    "EmailPackageDefinitionID": "baba3400-764e-4f8c-80e1-7d0c983a3f3d",
    "InventoryItemID": "f378e0c3-b3bc-4bd5-baaf-54b12f84e2fa",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3fff6125-9441-454a-9e08-772bc6f6953d",
    "ShoppingCartID": "5ca71802-a8eb-4274-809d-17127d8c4fe5",
    "TrainingClassID": "c74ffbf1-e20a-407b-aadf-8cea9826bc1f",
    "EmailPackageDefinitionID": "baba3400-764e-4f8c-80e1-7d0c983a3f3d",
    "InventoryItemID": "f378e0c3-b3bc-4bd5-baaf-54b12f84e2fa",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3fff6125-9441-454a-9e08-772bc6f6953d",
    "ShoppingCartID": "5ca71802-a8eb-4274-809d-17127d8c4fe5",
    "TrainingClassID": "c74ffbf1-e20a-407b-aadf-8cea9826bc1f",
    "EmailPackageDefinitionID": "baba3400-764e-4f8c-80e1-7d0c983a3f3d",
    "InventoryItemID": "f378e0c3-b3bc-4bd5-baaf-54b12f84e2fa",
    "Quantity": 1
  }
]