GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "6927b308-52a1-4f24-9741-9215d024de2b",
    "ShoppingCartID": "a5e624f7-dd18-4e66-bd18-2b7e785dfef6",
    "TrainingClassID": "e092568f-533c-4324-a8c6-d5952cb2783d",
    "EmailPackageDefinitionID": "4af884f1-1c83-447d-b00a-c647a86c1801",
    "InventoryItemID": "fe0759ef-a820-467b-90ea-a3fbcfe1e62e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "6927b308-52a1-4f24-9741-9215d024de2b",
    "ShoppingCartID": "a5e624f7-dd18-4e66-bd18-2b7e785dfef6",
    "TrainingClassID": "e092568f-533c-4324-a8c6-d5952cb2783d",
    "EmailPackageDefinitionID": "4af884f1-1c83-447d-b00a-c647a86c1801",
    "InventoryItemID": "fe0759ef-a820-467b-90ea-a3fbcfe1e62e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "6927b308-52a1-4f24-9741-9215d024de2b",
    "ShoppingCartID": "a5e624f7-dd18-4e66-bd18-2b7e785dfef6",
    "TrainingClassID": "e092568f-533c-4324-a8c6-d5952cb2783d",
    "EmailPackageDefinitionID": "4af884f1-1c83-447d-b00a-c647a86c1801",
    "InventoryItemID": "fe0759ef-a820-467b-90ea-a3fbcfe1e62e",
    "Quantity": 1
  }
]