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": "12fb96a6-9a96-4643-a650-545f04496730",
    "ShoppingCartID": "16be7942-7d57-4bb6-bb53-159427f72bc2",
    "TrainingClassID": "5550e3da-636c-4e94-af12-a615ede94406",
    "EmailPackageDefinitionID": "568a1774-92c6-438a-829c-f732550f0229",
    "InventoryItemID": "11bcffd1-ae26-4244-909c-49b5ae989072",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "12fb96a6-9a96-4643-a650-545f04496730",
    "ShoppingCartID": "16be7942-7d57-4bb6-bb53-159427f72bc2",
    "TrainingClassID": "5550e3da-636c-4e94-af12-a615ede94406",
    "EmailPackageDefinitionID": "568a1774-92c6-438a-829c-f732550f0229",
    "InventoryItemID": "11bcffd1-ae26-4244-909c-49b5ae989072",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "12fb96a6-9a96-4643-a650-545f04496730",
    "ShoppingCartID": "16be7942-7d57-4bb6-bb53-159427f72bc2",
    "TrainingClassID": "5550e3da-636c-4e94-af12-a615ede94406",
    "EmailPackageDefinitionID": "568a1774-92c6-438a-829c-f732550f0229",
    "InventoryItemID": "11bcffd1-ae26-4244-909c-49b5ae989072",
    "Quantity": 1
  }
]