GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "273e5b50-a3a0-4814-9a3f-82e4e2f10c54",
    "ShoppingCartID": "fa3c022a-0010-46f9-a53d-28f6000764bd",
    "TrainingClassID": "474c9810-78be-4fb7-a52f-7f0f5e459007",
    "EmailPackageDefinitionID": "75786ba0-aa64-438c-8de1-07c8fc019597",
    "InventoryItemID": "b3ad8299-ab18-486a-8cad-45f8f5cb9927",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "273e5b50-a3a0-4814-9a3f-82e4e2f10c54",
    "ShoppingCartID": "fa3c022a-0010-46f9-a53d-28f6000764bd",
    "TrainingClassID": "474c9810-78be-4fb7-a52f-7f0f5e459007",
    "EmailPackageDefinitionID": "75786ba0-aa64-438c-8de1-07c8fc019597",
    "InventoryItemID": "b3ad8299-ab18-486a-8cad-45f8f5cb9927",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "273e5b50-a3a0-4814-9a3f-82e4e2f10c54",
    "ShoppingCartID": "fa3c022a-0010-46f9-a53d-28f6000764bd",
    "TrainingClassID": "474c9810-78be-4fb7-a52f-7f0f5e459007",
    "EmailPackageDefinitionID": "75786ba0-aa64-438c-8de1-07c8fc019597",
    "InventoryItemID": "b3ad8299-ab18-486a-8cad-45f8f5cb9927",
    "Quantity": 1
  }
]