GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "42e8a3ae-d787-4571-b8ed-23c67c4c2bd0",
    "ShoppingCartID": "3ebd9726-a29c-4c6a-ad06-d31278c0e833",
    "TrainingClassID": "30b1d5e7-c416-4c18-af12-4c29a32e26f4",
    "EmailPackageDefinitionID": "14ebc473-61ef-46b9-a5ad-301629ae3b4b",
    "InventoryItemID": "8496ac3f-4ef0-4ab8-ad54-1715bebf5bef",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "42e8a3ae-d787-4571-b8ed-23c67c4c2bd0",
    "ShoppingCartID": "3ebd9726-a29c-4c6a-ad06-d31278c0e833",
    "TrainingClassID": "30b1d5e7-c416-4c18-af12-4c29a32e26f4",
    "EmailPackageDefinitionID": "14ebc473-61ef-46b9-a5ad-301629ae3b4b",
    "InventoryItemID": "8496ac3f-4ef0-4ab8-ad54-1715bebf5bef",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "42e8a3ae-d787-4571-b8ed-23c67c4c2bd0",
    "ShoppingCartID": "3ebd9726-a29c-4c6a-ad06-d31278c0e833",
    "TrainingClassID": "30b1d5e7-c416-4c18-af12-4c29a32e26f4",
    "EmailPackageDefinitionID": "14ebc473-61ef-46b9-a5ad-301629ae3b4b",
    "InventoryItemID": "8496ac3f-4ef0-4ab8-ad54-1715bebf5bef",
    "Quantity": 1
  }
]