GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "d2ed6566-0a83-4415-a81b-317e97073043",
    "ShoppingCartID": "75d6450f-71eb-4684-bd67-0158754ee8e1",
    "TrainingClassID": "3468aff0-cecf-40a6-8c80-374fc2bfaf80",
    "EmailPackageDefinitionID": "0437259a-e4f2-45e4-a235-83ff743cf677",
    "InventoryItemID": "929027b9-0719-4a14-a125-6e0979344125",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "d2ed6566-0a83-4415-a81b-317e97073043",
    "ShoppingCartID": "75d6450f-71eb-4684-bd67-0158754ee8e1",
    "TrainingClassID": "3468aff0-cecf-40a6-8c80-374fc2bfaf80",
    "EmailPackageDefinitionID": "0437259a-e4f2-45e4-a235-83ff743cf677",
    "InventoryItemID": "929027b9-0719-4a14-a125-6e0979344125",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "d2ed6566-0a83-4415-a81b-317e97073043",
    "ShoppingCartID": "75d6450f-71eb-4684-bd67-0158754ee8e1",
    "TrainingClassID": "3468aff0-cecf-40a6-8c80-374fc2bfaf80",
    "EmailPackageDefinitionID": "0437259a-e4f2-45e4-a235-83ff743cf677",
    "InventoryItemID": "929027b9-0719-4a14-a125-6e0979344125",
    "Quantity": 1
  }
]