GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "4ecce80b-56cf-4e74-8c0b-cf6773280ba6",
    "ShoppingCartID": "5728af82-59c8-4092-a40e-4378d160e4d7",
    "TrainingClassID": "15894f54-ec70-4883-8987-bf913fa5a6c1",
    "EmailPackageDefinitionID": "bc97f200-5799-484f-9bb1-88696cddcd64",
    "InventoryItemID": "9e9a59b5-02e6-40f4-87ca-069b884c38ee",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "4ecce80b-56cf-4e74-8c0b-cf6773280ba6",
    "ShoppingCartID": "5728af82-59c8-4092-a40e-4378d160e4d7",
    "TrainingClassID": "15894f54-ec70-4883-8987-bf913fa5a6c1",
    "EmailPackageDefinitionID": "bc97f200-5799-484f-9bb1-88696cddcd64",
    "InventoryItemID": "9e9a59b5-02e6-40f4-87ca-069b884c38ee",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "4ecce80b-56cf-4e74-8c0b-cf6773280ba6",
    "ShoppingCartID": "5728af82-59c8-4092-a40e-4378d160e4d7",
    "TrainingClassID": "15894f54-ec70-4883-8987-bf913fa5a6c1",
    "EmailPackageDefinitionID": "bc97f200-5799-484f-9bb1-88696cddcd64",
    "InventoryItemID": "9e9a59b5-02e6-40f4-87ca-069b884c38ee",
    "Quantity": 1
  }
]