GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "5cc45e33-852a-4632-aa74-5ea62aeee0ee",
    "ShoppingCartID": "63b9ff3f-44dd-49dc-942a-372464251afc",
    "TrainingClassID": "d333a3f7-ef88-49f9-8b3e-fb17f912be94",
    "EmailPackageDefinitionID": "2e16f866-395c-4b30-9f5b-90e78f20aaee",
    "InventoryItemID": "672538ca-e910-45aa-ba24-2d53bb3001af",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5cc45e33-852a-4632-aa74-5ea62aeee0ee",
    "ShoppingCartID": "63b9ff3f-44dd-49dc-942a-372464251afc",
    "TrainingClassID": "d333a3f7-ef88-49f9-8b3e-fb17f912be94",
    "EmailPackageDefinitionID": "2e16f866-395c-4b30-9f5b-90e78f20aaee",
    "InventoryItemID": "672538ca-e910-45aa-ba24-2d53bb3001af",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5cc45e33-852a-4632-aa74-5ea62aeee0ee",
    "ShoppingCartID": "63b9ff3f-44dd-49dc-942a-372464251afc",
    "TrainingClassID": "d333a3f7-ef88-49f9-8b3e-fb17f912be94",
    "EmailPackageDefinitionID": "2e16f866-395c-4b30-9f5b-90e78f20aaee",
    "InventoryItemID": "672538ca-e910-45aa-ba24-2d53bb3001af",
    "Quantity": 1
  }
]