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": "a1b38262-ed07-4ad5-88fc-78574b51e91f",
    "ShoppingCartID": "90f723e2-62fe-4075-8ad0-95ed0cccf82c",
    "TrainingClassID": "295686d7-acb9-492a-a0f4-4babcd448299",
    "EmailPackageDefinitionID": "b04f2f51-5d95-463b-ae9b-14aeabe1f9ec",
    "InventoryItemID": "f36ca900-1f7b-461c-ac74-d02b0938f05c",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "a1b38262-ed07-4ad5-88fc-78574b51e91f",
    "ShoppingCartID": "90f723e2-62fe-4075-8ad0-95ed0cccf82c",
    "TrainingClassID": "295686d7-acb9-492a-a0f4-4babcd448299",
    "EmailPackageDefinitionID": "b04f2f51-5d95-463b-ae9b-14aeabe1f9ec",
    "InventoryItemID": "f36ca900-1f7b-461c-ac74-d02b0938f05c",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "a1b38262-ed07-4ad5-88fc-78574b51e91f",
    "ShoppingCartID": "90f723e2-62fe-4075-8ad0-95ed0cccf82c",
    "TrainingClassID": "295686d7-acb9-492a-a0f4-4babcd448299",
    "EmailPackageDefinitionID": "b04f2f51-5d95-463b-ae9b-14aeabe1f9ec",
    "InventoryItemID": "f36ca900-1f7b-461c-ac74-d02b0938f05c",
    "Quantity": 1
  }
]