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": "063486e4-5dd2-4ff5-aa0a-9edc5b44778e",
    "ShoppingCartID": "36cb7c49-2c74-4b95-b461-3dc8050eb0df",
    "TrainingClassID": "3b317617-7a45-483a-a6cd-aa88de741c78",
    "EmailPackageDefinitionID": "752e5008-5eb6-43b8-b696-538e4a5ef160",
    "InventoryItemID": "935ee971-95da-4a04-9748-9f57574a3803",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "063486e4-5dd2-4ff5-aa0a-9edc5b44778e",
    "ShoppingCartID": "36cb7c49-2c74-4b95-b461-3dc8050eb0df",
    "TrainingClassID": "3b317617-7a45-483a-a6cd-aa88de741c78",
    "EmailPackageDefinitionID": "752e5008-5eb6-43b8-b696-538e4a5ef160",
    "InventoryItemID": "935ee971-95da-4a04-9748-9f57574a3803",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "063486e4-5dd2-4ff5-aa0a-9edc5b44778e",
    "ShoppingCartID": "36cb7c49-2c74-4b95-b461-3dc8050eb0df",
    "TrainingClassID": "3b317617-7a45-483a-a6cd-aa88de741c78",
    "EmailPackageDefinitionID": "752e5008-5eb6-43b8-b696-538e4a5ef160",
    "InventoryItemID": "935ee971-95da-4a04-9748-9f57574a3803",
    "Quantity": 1
  }
]