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": "01c1e5f6-3907-47b7-8e4f-9eb90a326750",
    "ShoppingCartID": "5d8c2737-4994-4df2-9558-474a728c09bf",
    "TrainingClassID": "69d7a00f-7ebd-49f6-9c3b-d4451e3b8a19",
    "EmailPackageDefinitionID": "9374e6fd-f088-49c4-b725-fb5b19e741f7",
    "InventoryItemID": "89002bee-46cc-48f9-9b33-2e9de5108283",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "01c1e5f6-3907-47b7-8e4f-9eb90a326750",
    "ShoppingCartID": "5d8c2737-4994-4df2-9558-474a728c09bf",
    "TrainingClassID": "69d7a00f-7ebd-49f6-9c3b-d4451e3b8a19",
    "EmailPackageDefinitionID": "9374e6fd-f088-49c4-b725-fb5b19e741f7",
    "InventoryItemID": "89002bee-46cc-48f9-9b33-2e9de5108283",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "01c1e5f6-3907-47b7-8e4f-9eb90a326750",
    "ShoppingCartID": "5d8c2737-4994-4df2-9558-474a728c09bf",
    "TrainingClassID": "69d7a00f-7ebd-49f6-9c3b-d4451e3b8a19",
    "EmailPackageDefinitionID": "9374e6fd-f088-49c4-b725-fb5b19e741f7",
    "InventoryItemID": "89002bee-46cc-48f9-9b33-2e9de5108283",
    "Quantity": 1
  }
]