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": "c981c085-50f0-4706-a358-a2eb0a6fbebe",
    "ShoppingCartID": "ede483c1-e5a2-4106-b749-08c034970161",
    "TrainingClassID": "41b255a3-52b1-4284-96ce-ef0653ec6821",
    "EmailPackageDefinitionID": "29feabf3-24d6-4eaf-a230-61b5f7fc5bbd",
    "InventoryItemID": "86e943f2-398a-47b2-af93-72ac95d083c4",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c981c085-50f0-4706-a358-a2eb0a6fbebe",
    "ShoppingCartID": "ede483c1-e5a2-4106-b749-08c034970161",
    "TrainingClassID": "41b255a3-52b1-4284-96ce-ef0653ec6821",
    "EmailPackageDefinitionID": "29feabf3-24d6-4eaf-a230-61b5f7fc5bbd",
    "InventoryItemID": "86e943f2-398a-47b2-af93-72ac95d083c4",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c981c085-50f0-4706-a358-a2eb0a6fbebe",
    "ShoppingCartID": "ede483c1-e5a2-4106-b749-08c034970161",
    "TrainingClassID": "41b255a3-52b1-4284-96ce-ef0653ec6821",
    "EmailPackageDefinitionID": "29feabf3-24d6-4eaf-a230-61b5f7fc5bbd",
    "InventoryItemID": "86e943f2-398a-47b2-af93-72ac95d083c4",
    "Quantity": 1
  }
]