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": "e03b3374-85f1-46c4-a062-1d1d573f08c5",
    "ShoppingCartID": "81bf55e3-920d-43c9-b462-a5e33b5948c0",
    "TrainingClassID": "34e549fc-a9aa-4364-bdc6-145eb13d5ce6",
    "EmailPackageDefinitionID": "674e9a39-424f-4764-9f61-cce48d61b1ef",
    "InventoryItemID": "a10997a4-87aa-4ed3-9b23-83738f871992",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "e03b3374-85f1-46c4-a062-1d1d573f08c5",
    "ShoppingCartID": "81bf55e3-920d-43c9-b462-a5e33b5948c0",
    "TrainingClassID": "34e549fc-a9aa-4364-bdc6-145eb13d5ce6",
    "EmailPackageDefinitionID": "674e9a39-424f-4764-9f61-cce48d61b1ef",
    "InventoryItemID": "a10997a4-87aa-4ed3-9b23-83738f871992",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "e03b3374-85f1-46c4-a062-1d1d573f08c5",
    "ShoppingCartID": "81bf55e3-920d-43c9-b462-a5e33b5948c0",
    "TrainingClassID": "34e549fc-a9aa-4364-bdc6-145eb13d5ce6",
    "EmailPackageDefinitionID": "674e9a39-424f-4764-9f61-cce48d61b1ef",
    "InventoryItemID": "a10997a4-87aa-4ed3-9b23-83738f871992",
    "Quantity": 1
  }
]