GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "ed311120-a5e6-45c7-9630-157241ce5435",
    "ShoppingCartID": "bfc1257a-62b2-4833-9bcd-d85e1117feba",
    "TrainingClassID": "b787058c-52f4-4eef-8d65-c09cd2f16dc2",
    "EmailPackageDefinitionID": "cb00bd4e-4318-4beb-9c99-97fccd02abfb",
    "InventoryItemID": "efcd3360-efef-46b6-9db1-ce3a34eb9944",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ed311120-a5e6-45c7-9630-157241ce5435",
    "ShoppingCartID": "bfc1257a-62b2-4833-9bcd-d85e1117feba",
    "TrainingClassID": "b787058c-52f4-4eef-8d65-c09cd2f16dc2",
    "EmailPackageDefinitionID": "cb00bd4e-4318-4beb-9c99-97fccd02abfb",
    "InventoryItemID": "efcd3360-efef-46b6-9db1-ce3a34eb9944",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ed311120-a5e6-45c7-9630-157241ce5435",
    "ShoppingCartID": "bfc1257a-62b2-4833-9bcd-d85e1117feba",
    "TrainingClassID": "b787058c-52f4-4eef-8d65-c09cd2f16dc2",
    "EmailPackageDefinitionID": "cb00bd4e-4318-4beb-9c99-97fccd02abfb",
    "InventoryItemID": "efcd3360-efef-46b6-9db1-ce3a34eb9944",
    "Quantity": 1
  }
]