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": "568082c4-2a4e-4850-83d4-62af4338770b",
    "ShoppingCartID": "f6d857c0-107b-4b89-acce-7ce22a43faf2",
    "TrainingClassID": "cb4f363a-46b1-4f51-87c2-1b340a0352b8",
    "EmailPackageDefinitionID": "6e920656-4c8b-4c85-9036-64744581dd4e",
    "InventoryItemID": "57f5c4e4-5fda-497b-88b8-3efa1bc7a859",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "568082c4-2a4e-4850-83d4-62af4338770b",
    "ShoppingCartID": "f6d857c0-107b-4b89-acce-7ce22a43faf2",
    "TrainingClassID": "cb4f363a-46b1-4f51-87c2-1b340a0352b8",
    "EmailPackageDefinitionID": "6e920656-4c8b-4c85-9036-64744581dd4e",
    "InventoryItemID": "57f5c4e4-5fda-497b-88b8-3efa1bc7a859",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "568082c4-2a4e-4850-83d4-62af4338770b",
    "ShoppingCartID": "f6d857c0-107b-4b89-acce-7ce22a43faf2",
    "TrainingClassID": "cb4f363a-46b1-4f51-87c2-1b340a0352b8",
    "EmailPackageDefinitionID": "6e920656-4c8b-4c85-9036-64744581dd4e",
    "InventoryItemID": "57f5c4e4-5fda-497b-88b8-3efa1bc7a859",
    "Quantity": 1
  }
]