GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "2ed19bb3-c29e-4606-8221-2dbbc8f9b98e",
    "ShoppingCartID": "84085ecb-e8c0-49de-ba50-828609949b64",
    "TrainingClassID": "a79da721-6b9f-4234-b7fb-271f982ce880",
    "EmailPackageDefinitionID": "4d961ce7-0ca6-458d-b5af-4354f86a9b1e",
    "InventoryItemID": "838fd4bd-f4e3-4189-8669-e287a8ace445",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2ed19bb3-c29e-4606-8221-2dbbc8f9b98e",
    "ShoppingCartID": "84085ecb-e8c0-49de-ba50-828609949b64",
    "TrainingClassID": "a79da721-6b9f-4234-b7fb-271f982ce880",
    "EmailPackageDefinitionID": "4d961ce7-0ca6-458d-b5af-4354f86a9b1e",
    "InventoryItemID": "838fd4bd-f4e3-4189-8669-e287a8ace445",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2ed19bb3-c29e-4606-8221-2dbbc8f9b98e",
    "ShoppingCartID": "84085ecb-e8c0-49de-ba50-828609949b64",
    "TrainingClassID": "a79da721-6b9f-4234-b7fb-271f982ce880",
    "EmailPackageDefinitionID": "4d961ce7-0ca6-458d-b5af-4354f86a9b1e",
    "InventoryItemID": "838fd4bd-f4e3-4189-8669-e287a8ace445",
    "Quantity": 1
  }
]