GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "fa9d9b97-48d4-4ae8-affe-4962b78470bc",
    "ShoppingCartID": "97aec943-728d-4250-a988-d5f56971520e",
    "TrainingClassID": "580df97c-afab-4ebd-a7b1-af61ab0fece8",
    "EmailPackageDefinitionID": "5afe5da1-c3f5-445a-bf27-50166909c3bc",
    "InventoryItemID": "ff80e02c-bb29-4149-a6e3-81f6c7191445",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "fa9d9b97-48d4-4ae8-affe-4962b78470bc",
    "ShoppingCartID": "97aec943-728d-4250-a988-d5f56971520e",
    "TrainingClassID": "580df97c-afab-4ebd-a7b1-af61ab0fece8",
    "EmailPackageDefinitionID": "5afe5da1-c3f5-445a-bf27-50166909c3bc",
    "InventoryItemID": "ff80e02c-bb29-4149-a6e3-81f6c7191445",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "fa9d9b97-48d4-4ae8-affe-4962b78470bc",
    "ShoppingCartID": "97aec943-728d-4250-a988-d5f56971520e",
    "TrainingClassID": "580df97c-afab-4ebd-a7b1-af61ab0fece8",
    "EmailPackageDefinitionID": "5afe5da1-c3f5-445a-bf27-50166909c3bc",
    "InventoryItemID": "ff80e02c-bb29-4149-a6e3-81f6c7191445",
    "Quantity": 1
  }
]