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": "aec3604e-1f5e-414c-a3e9-831bb98836b3",
    "ShoppingCartID": "6449a82c-54ca-4a72-a119-4c977a372b8a",
    "TrainingClassID": "83a3474b-9a06-422f-91e7-2747653a04f5",
    "EmailPackageDefinitionID": "a7cae74b-4d04-4d87-bdd2-5a501e889982",
    "InventoryItemID": "a66ce338-f30e-4008-8303-d52b78d91784",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "aec3604e-1f5e-414c-a3e9-831bb98836b3",
    "ShoppingCartID": "6449a82c-54ca-4a72-a119-4c977a372b8a",
    "TrainingClassID": "83a3474b-9a06-422f-91e7-2747653a04f5",
    "EmailPackageDefinitionID": "a7cae74b-4d04-4d87-bdd2-5a501e889982",
    "InventoryItemID": "a66ce338-f30e-4008-8303-d52b78d91784",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "aec3604e-1f5e-414c-a3e9-831bb98836b3",
    "ShoppingCartID": "6449a82c-54ca-4a72-a119-4c977a372b8a",
    "TrainingClassID": "83a3474b-9a06-422f-91e7-2747653a04f5",
    "EmailPackageDefinitionID": "a7cae74b-4d04-4d87-bdd2-5a501e889982",
    "InventoryItemID": "a66ce338-f30e-4008-8303-d52b78d91784",
    "Quantity": 1
  }
]