GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "781bfac3-e22c-432a-99c3-d660930d01ea",
    "ShoppingCartID": "a87e6e79-1ab0-4c66-b2e6-4d164f62d906",
    "TrainingClassID": "6e4581ac-647c-426a-a16e-4b8d06ef1927",
    "EmailPackageDefinitionID": "d220176b-9469-4de2-b16e-e998267b4c4e",
    "InventoryItemID": "f670e672-de0e-441f-821b-fae161630926",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "781bfac3-e22c-432a-99c3-d660930d01ea",
    "ShoppingCartID": "a87e6e79-1ab0-4c66-b2e6-4d164f62d906",
    "TrainingClassID": "6e4581ac-647c-426a-a16e-4b8d06ef1927",
    "EmailPackageDefinitionID": "d220176b-9469-4de2-b16e-e998267b4c4e",
    "InventoryItemID": "f670e672-de0e-441f-821b-fae161630926",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "781bfac3-e22c-432a-99c3-d660930d01ea",
    "ShoppingCartID": "a87e6e79-1ab0-4c66-b2e6-4d164f62d906",
    "TrainingClassID": "6e4581ac-647c-426a-a16e-4b8d06ef1927",
    "EmailPackageDefinitionID": "d220176b-9469-4de2-b16e-e998267b4c4e",
    "InventoryItemID": "f670e672-de0e-441f-821b-fae161630926",
    "Quantity": 1
  }
]