GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "f0bfc94e-f515-4919-8803-6feb03e34ed8",
    "ShoppingCartID": "f487f77c-5405-411d-916f-071720f5dc35",
    "TrainingClassID": "85e63b32-5584-451f-b169-ae4ca7c048a6",
    "EmailPackageDefinitionID": "e2ab04ec-7a12-4fdb-87a4-a26349453942",
    "InventoryItemID": "129e72d2-10dd-4372-800f-8116c4392937",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "f0bfc94e-f515-4919-8803-6feb03e34ed8",
    "ShoppingCartID": "f487f77c-5405-411d-916f-071720f5dc35",
    "TrainingClassID": "85e63b32-5584-451f-b169-ae4ca7c048a6",
    "EmailPackageDefinitionID": "e2ab04ec-7a12-4fdb-87a4-a26349453942",
    "InventoryItemID": "129e72d2-10dd-4372-800f-8116c4392937",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "f0bfc94e-f515-4919-8803-6feb03e34ed8",
    "ShoppingCartID": "f487f77c-5405-411d-916f-071720f5dc35",
    "TrainingClassID": "85e63b32-5584-451f-b169-ae4ca7c048a6",
    "EmailPackageDefinitionID": "e2ab04ec-7a12-4fdb-87a4-a26349453942",
    "InventoryItemID": "129e72d2-10dd-4372-800f-8116c4392937",
    "Quantity": 1
  }
]