GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "5326e943-34dc-416a-9b04-e17584d64408",
    "ShoppingCartID": "8ed67dc7-1f96-4653-9fc9-ec39753879c7",
    "TrainingClassID": "c1a6f83d-5aaf-4bf1-9068-a1ff6caecc01",
    "EmailPackageDefinitionID": "9392ae5f-98e1-4ae9-aa29-1b04ae40bde4",
    "InventoryItemID": "237445a3-902a-421e-bd00-ce377790a722",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5326e943-34dc-416a-9b04-e17584d64408",
    "ShoppingCartID": "8ed67dc7-1f96-4653-9fc9-ec39753879c7",
    "TrainingClassID": "c1a6f83d-5aaf-4bf1-9068-a1ff6caecc01",
    "EmailPackageDefinitionID": "9392ae5f-98e1-4ae9-aa29-1b04ae40bde4",
    "InventoryItemID": "237445a3-902a-421e-bd00-ce377790a722",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5326e943-34dc-416a-9b04-e17584d64408",
    "ShoppingCartID": "8ed67dc7-1f96-4653-9fc9-ec39753879c7",
    "TrainingClassID": "c1a6f83d-5aaf-4bf1-9068-a1ff6caecc01",
    "EmailPackageDefinitionID": "9392ae5f-98e1-4ae9-aa29-1b04ae40bde4",
    "InventoryItemID": "237445a3-902a-421e-bd00-ce377790a722",
    "Quantity": 1
  }
]