GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "c3dfe523-b5be-4005-bf94-0fd7eb6f8b17",
    "ShoppingCartID": "cece66ea-6143-4ea2-a88d-7b91f63d3cec",
    "TrainingClassID": "38e73112-2726-4c64-9405-6872759e8399",
    "EmailPackageDefinitionID": "d24588e1-b82b-4dcb-8cec-98a3cc31ef6c",
    "InventoryItemID": "c72068b9-fc79-494d-8731-ae7b9e479dce",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c3dfe523-b5be-4005-bf94-0fd7eb6f8b17",
    "ShoppingCartID": "cece66ea-6143-4ea2-a88d-7b91f63d3cec",
    "TrainingClassID": "38e73112-2726-4c64-9405-6872759e8399",
    "EmailPackageDefinitionID": "d24588e1-b82b-4dcb-8cec-98a3cc31ef6c",
    "InventoryItemID": "c72068b9-fc79-494d-8731-ae7b9e479dce",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c3dfe523-b5be-4005-bf94-0fd7eb6f8b17",
    "ShoppingCartID": "cece66ea-6143-4ea2-a88d-7b91f63d3cec",
    "TrainingClassID": "38e73112-2726-4c64-9405-6872759e8399",
    "EmailPackageDefinitionID": "d24588e1-b82b-4dcb-8cec-98a3cc31ef6c",
    "InventoryItemID": "c72068b9-fc79-494d-8731-ae7b9e479dce",
    "Quantity": 1
  }
]