GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "5f9b8949-c065-4469-9401-baef85e3917e",
    "ShoppingCartID": "9164e673-84bc-4cde-86b2-d33e1a35dd1f",
    "TrainingClassID": "9f3fd4c3-e4af-43c5-8671-a6247c90799f",
    "EmailPackageDefinitionID": "f8ee97aa-9efe-4a3b-8f22-4a2806b30e68",
    "InventoryItemID": "45996245-d4f9-4bed-8e8c-91fcf426b3c3",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5f9b8949-c065-4469-9401-baef85e3917e",
    "ShoppingCartID": "9164e673-84bc-4cde-86b2-d33e1a35dd1f",
    "TrainingClassID": "9f3fd4c3-e4af-43c5-8671-a6247c90799f",
    "EmailPackageDefinitionID": "f8ee97aa-9efe-4a3b-8f22-4a2806b30e68",
    "InventoryItemID": "45996245-d4f9-4bed-8e8c-91fcf426b3c3",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5f9b8949-c065-4469-9401-baef85e3917e",
    "ShoppingCartID": "9164e673-84bc-4cde-86b2-d33e1a35dd1f",
    "TrainingClassID": "9f3fd4c3-e4af-43c5-8671-a6247c90799f",
    "EmailPackageDefinitionID": "f8ee97aa-9efe-4a3b-8f22-4a2806b30e68",
    "InventoryItemID": "45996245-d4f9-4bed-8e8c-91fcf426b3c3",
    "Quantity": 1
  }
]