GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "8ea18783-dbb2-4bda-9309-fcabb9502c0b",
    "ShoppingCartID": "a20bb88a-c8a8-4164-8dce-7363abc356af",
    "TrainingClassID": "a86eff5b-a788-4f34-8ce6-e07f311fe7cd",
    "EmailPackageDefinitionID": "4d6f8b8e-4f65-40ad-b91a-8f463b5c1f7f",
    "InventoryItemID": "9c941e66-4341-4db3-8366-d5ff8e494539",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "8ea18783-dbb2-4bda-9309-fcabb9502c0b",
    "ShoppingCartID": "a20bb88a-c8a8-4164-8dce-7363abc356af",
    "TrainingClassID": "a86eff5b-a788-4f34-8ce6-e07f311fe7cd",
    "EmailPackageDefinitionID": "4d6f8b8e-4f65-40ad-b91a-8f463b5c1f7f",
    "InventoryItemID": "9c941e66-4341-4db3-8366-d5ff8e494539",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "8ea18783-dbb2-4bda-9309-fcabb9502c0b",
    "ShoppingCartID": "a20bb88a-c8a8-4164-8dce-7363abc356af",
    "TrainingClassID": "a86eff5b-a788-4f34-8ce6-e07f311fe7cd",
    "EmailPackageDefinitionID": "4d6f8b8e-4f65-40ad-b91a-8f463b5c1f7f",
    "InventoryItemID": "9c941e66-4341-4db3-8366-d5ff8e494539",
    "Quantity": 1
  }
]