GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "21bf64dd-f4cd-4dc4-8e87-f2d53674517b",
    "ShoppingCartID": "bac01cfe-4c4c-4098-b9b3-0ec817f81cfd",
    "TrainingClassID": "2bb7fdfe-a51b-4319-85cf-7b9016a4a9fc",
    "EmailPackageDefinitionID": "ae5ac7ea-0829-4bc8-bac6-cf347c2023c5",
    "InventoryItemID": "7665b466-f86c-41d5-9434-5e1607c5a89a",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "21bf64dd-f4cd-4dc4-8e87-f2d53674517b",
    "ShoppingCartID": "bac01cfe-4c4c-4098-b9b3-0ec817f81cfd",
    "TrainingClassID": "2bb7fdfe-a51b-4319-85cf-7b9016a4a9fc",
    "EmailPackageDefinitionID": "ae5ac7ea-0829-4bc8-bac6-cf347c2023c5",
    "InventoryItemID": "7665b466-f86c-41d5-9434-5e1607c5a89a",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "21bf64dd-f4cd-4dc4-8e87-f2d53674517b",
    "ShoppingCartID": "bac01cfe-4c4c-4098-b9b3-0ec817f81cfd",
    "TrainingClassID": "2bb7fdfe-a51b-4319-85cf-7b9016a4a9fc",
    "EmailPackageDefinitionID": "ae5ac7ea-0829-4bc8-bac6-cf347c2023c5",
    "InventoryItemID": "7665b466-f86c-41d5-9434-5e1607c5a89a",
    "Quantity": 1
  }
]