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": "c10adf1b-d16f-4369-b5cd-1fb8e63d96f5",
    "ShoppingCartID": "bef354d1-38c7-4ffb-9a71-1599eab70320",
    "TrainingClassID": "cc356689-0c2e-461a-be40-7d27a67ef9fb",
    "EmailPackageDefinitionID": "6a3e0112-a5b8-45be-9158-a8edaf6888ec",
    "InventoryItemID": "5664555f-074b-4a4b-b515-141cb3181569",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c10adf1b-d16f-4369-b5cd-1fb8e63d96f5",
    "ShoppingCartID": "bef354d1-38c7-4ffb-9a71-1599eab70320",
    "TrainingClassID": "cc356689-0c2e-461a-be40-7d27a67ef9fb",
    "EmailPackageDefinitionID": "6a3e0112-a5b8-45be-9158-a8edaf6888ec",
    "InventoryItemID": "5664555f-074b-4a4b-b515-141cb3181569",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c10adf1b-d16f-4369-b5cd-1fb8e63d96f5",
    "ShoppingCartID": "bef354d1-38c7-4ffb-9a71-1599eab70320",
    "TrainingClassID": "cc356689-0c2e-461a-be40-7d27a67ef9fb",
    "EmailPackageDefinitionID": "6a3e0112-a5b8-45be-9158-a8edaf6888ec",
    "InventoryItemID": "5664555f-074b-4a4b-b515-141cb3181569",
    "Quantity": 1
  }
]