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": "2bdf543e-69a9-4e86-8fdc-0fda10895aaf",
    "ShoppingCartID": "7e577c9d-63ff-4db8-944a-aee9651327b2",
    "TrainingClassID": "f6778540-e846-495d-a92c-dc50761f0562",
    "EmailPackageDefinitionID": "8be88a58-b6ea-4b99-a8fa-818b64182916",
    "InventoryItemID": "a61feaff-401b-4767-b770-1aa631151208",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2bdf543e-69a9-4e86-8fdc-0fda10895aaf",
    "ShoppingCartID": "7e577c9d-63ff-4db8-944a-aee9651327b2",
    "TrainingClassID": "f6778540-e846-495d-a92c-dc50761f0562",
    "EmailPackageDefinitionID": "8be88a58-b6ea-4b99-a8fa-818b64182916",
    "InventoryItemID": "a61feaff-401b-4767-b770-1aa631151208",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2bdf543e-69a9-4e86-8fdc-0fda10895aaf",
    "ShoppingCartID": "7e577c9d-63ff-4db8-944a-aee9651327b2",
    "TrainingClassID": "f6778540-e846-495d-a92c-dc50761f0562",
    "EmailPackageDefinitionID": "8be88a58-b6ea-4b99-a8fa-818b64182916",
    "InventoryItemID": "a61feaff-401b-4767-b770-1aa631151208",
    "Quantity": 1
  }
]