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": "5fd25e23-7722-439a-a7d0-bcdf8aac22fe",
    "ShoppingCartID": "2f0617c7-906e-4598-a402-483b514745fa",
    "TrainingClassID": "318719ed-0b4d-454f-b04f-2533b4605273",
    "EmailPackageDefinitionID": "857981b9-ab63-4ff7-b185-d7f54b7bb5aa",
    "InventoryItemID": "51f022d7-4d8b-43a2-be4c-2eda2a1fceba",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5fd25e23-7722-439a-a7d0-bcdf8aac22fe",
    "ShoppingCartID": "2f0617c7-906e-4598-a402-483b514745fa",
    "TrainingClassID": "318719ed-0b4d-454f-b04f-2533b4605273",
    "EmailPackageDefinitionID": "857981b9-ab63-4ff7-b185-d7f54b7bb5aa",
    "InventoryItemID": "51f022d7-4d8b-43a2-be4c-2eda2a1fceba",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5fd25e23-7722-439a-a7d0-bcdf8aac22fe",
    "ShoppingCartID": "2f0617c7-906e-4598-a402-483b514745fa",
    "TrainingClassID": "318719ed-0b4d-454f-b04f-2533b4605273",
    "EmailPackageDefinitionID": "857981b9-ab63-4ff7-b185-d7f54b7bb5aa",
    "InventoryItemID": "51f022d7-4d8b-43a2-be4c-2eda2a1fceba",
    "Quantity": 1
  }
]