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": "f6d3197b-5818-429e-bb25-550233a9d9dc",
    "ShoppingCartID": "6df8ad91-f254-4fe9-8e56-afd450181d31",
    "TrainingClassID": "2c60ddbe-2d38-4e34-bd24-1602ff8480d7",
    "EmailPackageDefinitionID": "23deec38-5870-404e-9313-71824f996fc1",
    "InventoryItemID": "e2ce6360-ea01-4fe0-9b25-4f5d77ce5982",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "f6d3197b-5818-429e-bb25-550233a9d9dc",
    "ShoppingCartID": "6df8ad91-f254-4fe9-8e56-afd450181d31",
    "TrainingClassID": "2c60ddbe-2d38-4e34-bd24-1602ff8480d7",
    "EmailPackageDefinitionID": "23deec38-5870-404e-9313-71824f996fc1",
    "InventoryItemID": "e2ce6360-ea01-4fe0-9b25-4f5d77ce5982",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "f6d3197b-5818-429e-bb25-550233a9d9dc",
    "ShoppingCartID": "6df8ad91-f254-4fe9-8e56-afd450181d31",
    "TrainingClassID": "2c60ddbe-2d38-4e34-bd24-1602ff8480d7",
    "EmailPackageDefinitionID": "23deec38-5870-404e-9313-71824f996fc1",
    "InventoryItemID": "e2ce6360-ea01-4fe0-9b25-4f5d77ce5982",
    "Quantity": 1
  }
]