GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "3d55b731-34aa-4159-9082-60ed2a435368",
    "ShoppingCartID": "bd4b1a06-1064-4ef8-9c2e-efcbb18f9a48",
    "TrainingClassID": "2eb34c0f-c6bc-48fd-b8bd-237780001184",
    "EmailPackageDefinitionID": "50e86b97-0324-4ecd-99e6-db06b7b6505f",
    "InventoryItemID": "33f3a8a8-f9c5-412c-85fa-7d8f00b46e72",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3d55b731-34aa-4159-9082-60ed2a435368",
    "ShoppingCartID": "bd4b1a06-1064-4ef8-9c2e-efcbb18f9a48",
    "TrainingClassID": "2eb34c0f-c6bc-48fd-b8bd-237780001184",
    "EmailPackageDefinitionID": "50e86b97-0324-4ecd-99e6-db06b7b6505f",
    "InventoryItemID": "33f3a8a8-f9c5-412c-85fa-7d8f00b46e72",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3d55b731-34aa-4159-9082-60ed2a435368",
    "ShoppingCartID": "bd4b1a06-1064-4ef8-9c2e-efcbb18f9a48",
    "TrainingClassID": "2eb34c0f-c6bc-48fd-b8bd-237780001184",
    "EmailPackageDefinitionID": "50e86b97-0324-4ecd-99e6-db06b7b6505f",
    "InventoryItemID": "33f3a8a8-f9c5-412c-85fa-7d8f00b46e72",
    "Quantity": 1
  }
]