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": "92a79150-9935-40dc-b028-c271f81d0061",
    "ShoppingCartID": "4f152d74-216f-41c5-b5a8-76de62cf6f4a",
    "TrainingClassID": "78901ac8-3927-4ce1-bfb4-cb605ef9c155",
    "EmailPackageDefinitionID": "054ae236-5120-4761-bde2-fcf256888c36",
    "InventoryItemID": "80c48e57-dc8c-4899-8283-a3ace3187518",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "92a79150-9935-40dc-b028-c271f81d0061",
    "ShoppingCartID": "4f152d74-216f-41c5-b5a8-76de62cf6f4a",
    "TrainingClassID": "78901ac8-3927-4ce1-bfb4-cb605ef9c155",
    "EmailPackageDefinitionID": "054ae236-5120-4761-bde2-fcf256888c36",
    "InventoryItemID": "80c48e57-dc8c-4899-8283-a3ace3187518",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "92a79150-9935-40dc-b028-c271f81d0061",
    "ShoppingCartID": "4f152d74-216f-41c5-b5a8-76de62cf6f4a",
    "TrainingClassID": "78901ac8-3927-4ce1-bfb4-cb605ef9c155",
    "EmailPackageDefinitionID": "054ae236-5120-4761-bde2-fcf256888c36",
    "InventoryItemID": "80c48e57-dc8c-4899-8283-a3ace3187518",
    "Quantity": 1
  }
]