GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "279ec79a-2d5a-4538-8eb0-f4745ff2135c",
    "ShoppingCartID": "0ac55d27-84ac-425d-99a6-146e3d11e00a",
    "TrainingClassID": "97399c00-64e3-41e6-a23b-4c40e2e26bc4",
    "EmailPackageDefinitionID": "5cfc157d-669c-4232-88a1-076aeb34abbe",
    "InventoryItemID": "b757638c-258f-40c2-a5a7-ad5841afcf8d",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "279ec79a-2d5a-4538-8eb0-f4745ff2135c",
    "ShoppingCartID": "0ac55d27-84ac-425d-99a6-146e3d11e00a",
    "TrainingClassID": "97399c00-64e3-41e6-a23b-4c40e2e26bc4",
    "EmailPackageDefinitionID": "5cfc157d-669c-4232-88a1-076aeb34abbe",
    "InventoryItemID": "b757638c-258f-40c2-a5a7-ad5841afcf8d",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "279ec79a-2d5a-4538-8eb0-f4745ff2135c",
    "ShoppingCartID": "0ac55d27-84ac-425d-99a6-146e3d11e00a",
    "TrainingClassID": "97399c00-64e3-41e6-a23b-4c40e2e26bc4",
    "EmailPackageDefinitionID": "5cfc157d-669c-4232-88a1-076aeb34abbe",
    "InventoryItemID": "b757638c-258f-40c2-a5a7-ad5841afcf8d",
    "Quantity": 1
  }
]