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": "3858b198-40f8-4385-948d-8926af783850",
    "ShoppingCartID": "0522c793-0b48-4dc3-9437-eb2e5f03d8cb",
    "TrainingClassID": "4fde7f94-4e67-494c-b619-f715fe5ecc86",
    "EmailPackageDefinitionID": "d8ba03f5-202d-41a7-af15-90c9f50bf653",
    "InventoryItemID": "9071c591-5fea-4eed-8877-d76033f0a7ce",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3858b198-40f8-4385-948d-8926af783850",
    "ShoppingCartID": "0522c793-0b48-4dc3-9437-eb2e5f03d8cb",
    "TrainingClassID": "4fde7f94-4e67-494c-b619-f715fe5ecc86",
    "EmailPackageDefinitionID": "d8ba03f5-202d-41a7-af15-90c9f50bf653",
    "InventoryItemID": "9071c591-5fea-4eed-8877-d76033f0a7ce",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3858b198-40f8-4385-948d-8926af783850",
    "ShoppingCartID": "0522c793-0b48-4dc3-9437-eb2e5f03d8cb",
    "TrainingClassID": "4fde7f94-4e67-494c-b619-f715fe5ecc86",
    "EmailPackageDefinitionID": "d8ba03f5-202d-41a7-af15-90c9f50bf653",
    "InventoryItemID": "9071c591-5fea-4eed-8877-d76033f0a7ce",
    "Quantity": 1
  }
]