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": "a453886f-d9e3-4e35-b70b-df3a0cd239dd",
    "ShoppingCartID": "441c080f-c9e6-41dd-ab1e-3793d88221f2",
    "TrainingClassID": "6e3dab64-8d38-4727-b923-2bf6b2d12c63",
    "EmailPackageDefinitionID": "c764119c-5acb-498c-a520-4b425c313a0a",
    "InventoryItemID": "a6774d0d-7098-47c6-9e38-1087773a9595",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "a453886f-d9e3-4e35-b70b-df3a0cd239dd",
    "ShoppingCartID": "441c080f-c9e6-41dd-ab1e-3793d88221f2",
    "TrainingClassID": "6e3dab64-8d38-4727-b923-2bf6b2d12c63",
    "EmailPackageDefinitionID": "c764119c-5acb-498c-a520-4b425c313a0a",
    "InventoryItemID": "a6774d0d-7098-47c6-9e38-1087773a9595",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "a453886f-d9e3-4e35-b70b-df3a0cd239dd",
    "ShoppingCartID": "441c080f-c9e6-41dd-ab1e-3793d88221f2",
    "TrainingClassID": "6e3dab64-8d38-4727-b923-2bf6b2d12c63",
    "EmailPackageDefinitionID": "c764119c-5acb-498c-a520-4b425c313a0a",
    "InventoryItemID": "a6774d0d-7098-47c6-9e38-1087773a9595",
    "Quantity": 1
  }
]