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": "c68c23f6-5df2-4926-92bb-e517df5adfd9",
    "ShoppingCartID": "1f61a147-8ea3-457d-8fee-023d3e381d9a",
    "TrainingClassID": "597e03b4-04b9-4306-9cc6-3e6b85cb652d",
    "EmailPackageDefinitionID": "29416b82-e58f-4b78-943e-fe723268f37e",
    "InventoryItemID": "c015fd95-7c52-48c4-932e-231805315695",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c68c23f6-5df2-4926-92bb-e517df5adfd9",
    "ShoppingCartID": "1f61a147-8ea3-457d-8fee-023d3e381d9a",
    "TrainingClassID": "597e03b4-04b9-4306-9cc6-3e6b85cb652d",
    "EmailPackageDefinitionID": "29416b82-e58f-4b78-943e-fe723268f37e",
    "InventoryItemID": "c015fd95-7c52-48c4-932e-231805315695",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c68c23f6-5df2-4926-92bb-e517df5adfd9",
    "ShoppingCartID": "1f61a147-8ea3-457d-8fee-023d3e381d9a",
    "TrainingClassID": "597e03b4-04b9-4306-9cc6-3e6b85cb652d",
    "EmailPackageDefinitionID": "29416b82-e58f-4b78-943e-fe723268f37e",
    "InventoryItemID": "c015fd95-7c52-48c4-932e-231805315695",
    "Quantity": 1
  }
]