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": "e0501ddd-677f-40ff-a440-f5ee56483731",
    "ShoppingCartID": "6015c2a0-5a81-40e6-a1b4-38921cf8b455",
    "TrainingClassID": "1a42579f-0c36-4647-aa16-5706046e0dec",
    "EmailPackageDefinitionID": "e10b17e0-0641-439f-a1e5-99e8efc20228",
    "InventoryItemID": "69fd8112-17e8-4e58-bff9-8a0fef2cd7c1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "e0501ddd-677f-40ff-a440-f5ee56483731",
    "ShoppingCartID": "6015c2a0-5a81-40e6-a1b4-38921cf8b455",
    "TrainingClassID": "1a42579f-0c36-4647-aa16-5706046e0dec",
    "EmailPackageDefinitionID": "e10b17e0-0641-439f-a1e5-99e8efc20228",
    "InventoryItemID": "69fd8112-17e8-4e58-bff9-8a0fef2cd7c1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "e0501ddd-677f-40ff-a440-f5ee56483731",
    "ShoppingCartID": "6015c2a0-5a81-40e6-a1b4-38921cf8b455",
    "TrainingClassID": "1a42579f-0c36-4647-aa16-5706046e0dec",
    "EmailPackageDefinitionID": "e10b17e0-0641-439f-a1e5-99e8efc20228",
    "InventoryItemID": "69fd8112-17e8-4e58-bff9-8a0fef2cd7c1",
    "Quantity": 1
  }
]