GET api/ShoppingCart/{cartid}/ShoppingCartItem

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cartid
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "693a7394-3955-4692-a9c1-21206ee16c03",
    "ShoppingCartID": "738f753a-04d1-477a-8e2d-9280c03b61de",
    "TrainingClassID": "ccc1224f-95fe-4319-a1e3-7501214c6ac2",
    "EmailPackageDefinitionID": "325b78a7-aa56-4164-be06-db4fa8222a29",
    "InventoryItemID": "1fda8447-8390-46ef-b119-6e123f5f6723",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "693a7394-3955-4692-a9c1-21206ee16c03",
    "ShoppingCartID": "738f753a-04d1-477a-8e2d-9280c03b61de",
    "TrainingClassID": "ccc1224f-95fe-4319-a1e3-7501214c6ac2",
    "EmailPackageDefinitionID": "325b78a7-aa56-4164-be06-db4fa8222a29",
    "InventoryItemID": "1fda8447-8390-46ef-b119-6e123f5f6723",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "693a7394-3955-4692-a9c1-21206ee16c03",
    "ShoppingCartID": "738f753a-04d1-477a-8e2d-9280c03b61de",
    "TrainingClassID": "ccc1224f-95fe-4319-a1e3-7501214c6ac2",
    "EmailPackageDefinitionID": "325b78a7-aa56-4164-be06-db4fa8222a29",
    "InventoryItemID": "1fda8447-8390-46ef-b119-6e123f5f6723",
    "Quantity": 1
  }
]