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": "b2c19974-c065-48ec-8438-4e630b74aa26",
    "ShoppingCartID": "8da3ebef-b413-436d-b20a-153149a523f8",
    "TrainingClassID": "90835a8f-a6b5-4296-a8cd-6bc3599200a1",
    "EmailPackageDefinitionID": "a41e0022-b428-4fcf-a119-5263983060ca",
    "InventoryItemID": "16629a4f-ac85-49d6-8970-328427cc3d44",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b2c19974-c065-48ec-8438-4e630b74aa26",
    "ShoppingCartID": "8da3ebef-b413-436d-b20a-153149a523f8",
    "TrainingClassID": "90835a8f-a6b5-4296-a8cd-6bc3599200a1",
    "EmailPackageDefinitionID": "a41e0022-b428-4fcf-a119-5263983060ca",
    "InventoryItemID": "16629a4f-ac85-49d6-8970-328427cc3d44",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b2c19974-c065-48ec-8438-4e630b74aa26",
    "ShoppingCartID": "8da3ebef-b413-436d-b20a-153149a523f8",
    "TrainingClassID": "90835a8f-a6b5-4296-a8cd-6bc3599200a1",
    "EmailPackageDefinitionID": "a41e0022-b428-4fcf-a119-5263983060ca",
    "InventoryItemID": "16629a4f-ac85-49d6-8970-328427cc3d44",
    "Quantity": 1
  }
]