GET api/ShoppingCartItem

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "2e129ff9-ed8e-4ee2-9be8-ba5f5453830f",
    "ShoppingCartID": "a9c84e42-5d64-4f08-9011-ca093cb12fdc",
    "TrainingClassID": "668bba85-902f-4568-9c85-d41793106bd6",
    "EmailPackageDefinitionID": "8a77832e-3e3f-4084-b6c6-c608bd9d417d",
    "InventoryItemID": "7ba3f20d-0f05-4a5c-8f71-f86170bf3b1e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2e129ff9-ed8e-4ee2-9be8-ba5f5453830f",
    "ShoppingCartID": "a9c84e42-5d64-4f08-9011-ca093cb12fdc",
    "TrainingClassID": "668bba85-902f-4568-9c85-d41793106bd6",
    "EmailPackageDefinitionID": "8a77832e-3e3f-4084-b6c6-c608bd9d417d",
    "InventoryItemID": "7ba3f20d-0f05-4a5c-8f71-f86170bf3b1e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2e129ff9-ed8e-4ee2-9be8-ba5f5453830f",
    "ShoppingCartID": "a9c84e42-5d64-4f08-9011-ca093cb12fdc",
    "TrainingClassID": "668bba85-902f-4568-9c85-d41793106bd6",
    "EmailPackageDefinitionID": "8a77832e-3e3f-4084-b6c6-c608bd9d417d",
    "InventoryItemID": "7ba3f20d-0f05-4a5c-8f71-f86170bf3b1e",
    "Quantity": 1
  }
]