GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "050d3fa2-fcb1-4f90-93eb-b8af48d88787",
    "ShoppingCartID": "22c57006-44d5-4042-800c-b78c407c29f9",
    "TrainingClassID": "aedb5379-9419-4ca3-9e7e-dcf94eb6ed06",
    "EmailPackageDefinitionID": "c0f33311-3a9b-4c31-aad5-c4e9a558006e",
    "InventoryItemID": "9678fbee-816d-4a25-9c87-6eea13bdef41",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "050d3fa2-fcb1-4f90-93eb-b8af48d88787",
    "ShoppingCartID": "22c57006-44d5-4042-800c-b78c407c29f9",
    "TrainingClassID": "aedb5379-9419-4ca3-9e7e-dcf94eb6ed06",
    "EmailPackageDefinitionID": "c0f33311-3a9b-4c31-aad5-c4e9a558006e",
    "InventoryItemID": "9678fbee-816d-4a25-9c87-6eea13bdef41",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "050d3fa2-fcb1-4f90-93eb-b8af48d88787",
    "ShoppingCartID": "22c57006-44d5-4042-800c-b78c407c29f9",
    "TrainingClassID": "aedb5379-9419-4ca3-9e7e-dcf94eb6ed06",
    "EmailPackageDefinitionID": "c0f33311-3a9b-4c31-aad5-c4e9a558006e",
    "InventoryItemID": "9678fbee-816d-4a25-9c87-6eea13bdef41",
    "Quantity": 1
  }
]