GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "ae7eca24-990f-494c-8da5-eec4270d2bc4",
    "ShoppingCartID": "a59ed85e-b427-4128-a77c-6a4b1ab6cf58",
    "TrainingClassID": "fa2edbc1-62f9-4696-8b2e-32d6649b16e1",
    "EmailPackageDefinitionID": "01f39a36-bcb7-470a-8193-c608e7c734c0",
    "InventoryItemID": "59f71224-7bc1-438c-bf95-0057f68c8254",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ae7eca24-990f-494c-8da5-eec4270d2bc4",
    "ShoppingCartID": "a59ed85e-b427-4128-a77c-6a4b1ab6cf58",
    "TrainingClassID": "fa2edbc1-62f9-4696-8b2e-32d6649b16e1",
    "EmailPackageDefinitionID": "01f39a36-bcb7-470a-8193-c608e7c734c0",
    "InventoryItemID": "59f71224-7bc1-438c-bf95-0057f68c8254",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ae7eca24-990f-494c-8da5-eec4270d2bc4",
    "ShoppingCartID": "a59ed85e-b427-4128-a77c-6a4b1ab6cf58",
    "TrainingClassID": "fa2edbc1-62f9-4696-8b2e-32d6649b16e1",
    "EmailPackageDefinitionID": "01f39a36-bcb7-470a-8193-c608e7c734c0",
    "InventoryItemID": "59f71224-7bc1-438c-bf95-0057f68c8254",
    "Quantity": 1
  }
]