GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "eb496900-fe81-4925-8fc4-8b6b082cf0de",
    "ShoppingCartID": "87ec25df-e235-4663-a3f4-a7090a42f204",
    "TrainingClassID": "46e978f8-e978-4fe9-b198-6a698b4b466e",
    "EmailPackageDefinitionID": "075d1ea7-fd89-41c3-9b64-0b1881f57eba",
    "InventoryItemID": "10abb830-9d81-482b-b345-9ae65ba6a689",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "eb496900-fe81-4925-8fc4-8b6b082cf0de",
    "ShoppingCartID": "87ec25df-e235-4663-a3f4-a7090a42f204",
    "TrainingClassID": "46e978f8-e978-4fe9-b198-6a698b4b466e",
    "EmailPackageDefinitionID": "075d1ea7-fd89-41c3-9b64-0b1881f57eba",
    "InventoryItemID": "10abb830-9d81-482b-b345-9ae65ba6a689",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "eb496900-fe81-4925-8fc4-8b6b082cf0de",
    "ShoppingCartID": "87ec25df-e235-4663-a3f4-a7090a42f204",
    "TrainingClassID": "46e978f8-e978-4fe9-b198-6a698b4b466e",
    "EmailPackageDefinitionID": "075d1ea7-fd89-41c3-9b64-0b1881f57eba",
    "InventoryItemID": "10abb830-9d81-482b-b345-9ae65ba6a689",
    "Quantity": 1
  }
]