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": "7d005c35-1945-4c17-8b30-6ea3125b0bd9",
    "ShoppingCartID": "51d9cc20-0735-46d4-9ed5-a4e7062d43ba",
    "TrainingClassID": "1de952ae-f55b-4b14-92b3-f5e43b9cc6d6",
    "EmailPackageDefinitionID": "e6966620-35c7-4b7a-896a-d7c789f8793e",
    "InventoryItemID": "70c03c52-c756-4442-a9fa-09ee2a7ed24c",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "7d005c35-1945-4c17-8b30-6ea3125b0bd9",
    "ShoppingCartID": "51d9cc20-0735-46d4-9ed5-a4e7062d43ba",
    "TrainingClassID": "1de952ae-f55b-4b14-92b3-f5e43b9cc6d6",
    "EmailPackageDefinitionID": "e6966620-35c7-4b7a-896a-d7c789f8793e",
    "InventoryItemID": "70c03c52-c756-4442-a9fa-09ee2a7ed24c",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "7d005c35-1945-4c17-8b30-6ea3125b0bd9",
    "ShoppingCartID": "51d9cc20-0735-46d4-9ed5-a4e7062d43ba",
    "TrainingClassID": "1de952ae-f55b-4b14-92b3-f5e43b9cc6d6",
    "EmailPackageDefinitionID": "e6966620-35c7-4b7a-896a-d7c789f8793e",
    "InventoryItemID": "70c03c52-c756-4442-a9fa-09ee2a7ed24c",
    "Quantity": 1
  }
]