GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "b87f50a2-104c-4d1f-8a32-e94d06bb7a01",
    "ShoppingCartID": "f5016dfb-91d9-40c4-ba46-4bde0bdbb107",
    "TrainingClassID": "643b2448-6eb3-4606-b280-035c5aa74d44",
    "EmailPackageDefinitionID": "838bd94d-3061-4ade-92f6-5c23ce498a23",
    "InventoryItemID": "7cc54769-efb7-4276-ab2b-cd57a6afe4d6",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b87f50a2-104c-4d1f-8a32-e94d06bb7a01",
    "ShoppingCartID": "f5016dfb-91d9-40c4-ba46-4bde0bdbb107",
    "TrainingClassID": "643b2448-6eb3-4606-b280-035c5aa74d44",
    "EmailPackageDefinitionID": "838bd94d-3061-4ade-92f6-5c23ce498a23",
    "InventoryItemID": "7cc54769-efb7-4276-ab2b-cd57a6afe4d6",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b87f50a2-104c-4d1f-8a32-e94d06bb7a01",
    "ShoppingCartID": "f5016dfb-91d9-40c4-ba46-4bde0bdbb107",
    "TrainingClassID": "643b2448-6eb3-4606-b280-035c5aa74d44",
    "EmailPackageDefinitionID": "838bd94d-3061-4ade-92f6-5c23ce498a23",
    "InventoryItemID": "7cc54769-efb7-4276-ab2b-cd57a6afe4d6",
    "Quantity": 1
  }
]