GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "07feb3cb-1107-4da0-8fbd-d73ece1a534f",
    "ShoppingCartID": "34384496-0459-46d1-ac76-172f8ccb2ec0",
    "TrainingClassID": "82464779-5ee6-40a7-8276-3fba2e3532bf",
    "EmailPackageDefinitionID": "eaee7bec-e682-4a03-a4a6-86144181d0e4",
    "InventoryItemID": "a38700a9-714f-45c9-9cfc-2a3f1c1beebf",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "07feb3cb-1107-4da0-8fbd-d73ece1a534f",
    "ShoppingCartID": "34384496-0459-46d1-ac76-172f8ccb2ec0",
    "TrainingClassID": "82464779-5ee6-40a7-8276-3fba2e3532bf",
    "EmailPackageDefinitionID": "eaee7bec-e682-4a03-a4a6-86144181d0e4",
    "InventoryItemID": "a38700a9-714f-45c9-9cfc-2a3f1c1beebf",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "07feb3cb-1107-4da0-8fbd-d73ece1a534f",
    "ShoppingCartID": "34384496-0459-46d1-ac76-172f8ccb2ec0",
    "TrainingClassID": "82464779-5ee6-40a7-8276-3fba2e3532bf",
    "EmailPackageDefinitionID": "eaee7bec-e682-4a03-a4a6-86144181d0e4",
    "InventoryItemID": "a38700a9-714f-45c9-9cfc-2a3f1c1beebf",
    "Quantity": 1
  }
]