GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "253afa31-94f5-463b-b81e-d79ede63b157",
    "ShoppingCartID": "f8789765-423d-4d7d-8871-e2a9bf43f870",
    "TrainingClassID": "fb9fa6bb-8e2b-405c-8e09-3435526e6c24",
    "EmailPackageDefinitionID": "25a96acc-8830-4bbf-878c-bb907c55c671",
    "InventoryItemID": "ac3b1b68-442b-4f84-9c2a-5b4e25f2b0a9",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "253afa31-94f5-463b-b81e-d79ede63b157",
    "ShoppingCartID": "f8789765-423d-4d7d-8871-e2a9bf43f870",
    "TrainingClassID": "fb9fa6bb-8e2b-405c-8e09-3435526e6c24",
    "EmailPackageDefinitionID": "25a96acc-8830-4bbf-878c-bb907c55c671",
    "InventoryItemID": "ac3b1b68-442b-4f84-9c2a-5b4e25f2b0a9",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "253afa31-94f5-463b-b81e-d79ede63b157",
    "ShoppingCartID": "f8789765-423d-4d7d-8871-e2a9bf43f870",
    "TrainingClassID": "fb9fa6bb-8e2b-405c-8e09-3435526e6c24",
    "EmailPackageDefinitionID": "25a96acc-8830-4bbf-878c-bb907c55c671",
    "InventoryItemID": "ac3b1b68-442b-4f84-9c2a-5b4e25f2b0a9",
    "Quantity": 1
  }
]