GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "a87ee9be-66a0-4ad1-a26a-fd45ece18615",
    "ShoppingCartID": "7297536b-4c3f-4fc8-8d5f-7b1d7c32684e",
    "TrainingClassID": "0718a450-e1bd-4558-befd-3962a824f1fe",
    "EmailPackageDefinitionID": "557dbe52-1f89-41b4-a24c-08b9be732155",
    "InventoryItemID": "ee4e8da5-14b4-4b96-a73b-2c7d09209bd7",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "a87ee9be-66a0-4ad1-a26a-fd45ece18615",
    "ShoppingCartID": "7297536b-4c3f-4fc8-8d5f-7b1d7c32684e",
    "TrainingClassID": "0718a450-e1bd-4558-befd-3962a824f1fe",
    "EmailPackageDefinitionID": "557dbe52-1f89-41b4-a24c-08b9be732155",
    "InventoryItemID": "ee4e8da5-14b4-4b96-a73b-2c7d09209bd7",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "a87ee9be-66a0-4ad1-a26a-fd45ece18615",
    "ShoppingCartID": "7297536b-4c3f-4fc8-8d5f-7b1d7c32684e",
    "TrainingClassID": "0718a450-e1bd-4558-befd-3962a824f1fe",
    "EmailPackageDefinitionID": "557dbe52-1f89-41b4-a24c-08b9be732155",
    "InventoryItemID": "ee4e8da5-14b4-4b96-a73b-2c7d09209bd7",
    "Quantity": 1
  }
]