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": "22a30611-94f3-484c-ba3e-669666bc9fea",
    "ShoppingCartID": "6977887b-0fe0-4cf5-a8dd-74f4098fde38",
    "TrainingClassID": "8101455b-67e6-43a1-800f-2cd8f66750c4",
    "EmailPackageDefinitionID": "634c88db-c499-42de-a0b0-c8631e9d981f",
    "InventoryItemID": "da3d2d07-e0cd-4f12-8f85-3524d59013a1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "22a30611-94f3-484c-ba3e-669666bc9fea",
    "ShoppingCartID": "6977887b-0fe0-4cf5-a8dd-74f4098fde38",
    "TrainingClassID": "8101455b-67e6-43a1-800f-2cd8f66750c4",
    "EmailPackageDefinitionID": "634c88db-c499-42de-a0b0-c8631e9d981f",
    "InventoryItemID": "da3d2d07-e0cd-4f12-8f85-3524d59013a1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "22a30611-94f3-484c-ba3e-669666bc9fea",
    "ShoppingCartID": "6977887b-0fe0-4cf5-a8dd-74f4098fde38",
    "TrainingClassID": "8101455b-67e6-43a1-800f-2cd8f66750c4",
    "EmailPackageDefinitionID": "634c88db-c499-42de-a0b0-c8631e9d981f",
    "InventoryItemID": "da3d2d07-e0cd-4f12-8f85-3524d59013a1",
    "Quantity": 1
  }
]