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": "1a4789a4-9f5a-4eb6-969a-168b487edd1b",
    "ShoppingCartID": "b27940af-157c-4d75-b939-da8193b03291",
    "TrainingClassID": "6814ddab-658d-409b-a547-f664ea16370d",
    "EmailPackageDefinitionID": "f6a0bdb9-aa4e-41e2-a4c5-63054b7e140f",
    "InventoryItemID": "e8b218fa-dfb5-4321-8bed-44c380e9a847",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1a4789a4-9f5a-4eb6-969a-168b487edd1b",
    "ShoppingCartID": "b27940af-157c-4d75-b939-da8193b03291",
    "TrainingClassID": "6814ddab-658d-409b-a547-f664ea16370d",
    "EmailPackageDefinitionID": "f6a0bdb9-aa4e-41e2-a4c5-63054b7e140f",
    "InventoryItemID": "e8b218fa-dfb5-4321-8bed-44c380e9a847",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1a4789a4-9f5a-4eb6-969a-168b487edd1b",
    "ShoppingCartID": "b27940af-157c-4d75-b939-da8193b03291",
    "TrainingClassID": "6814ddab-658d-409b-a547-f664ea16370d",
    "EmailPackageDefinitionID": "f6a0bdb9-aa4e-41e2-a4c5-63054b7e140f",
    "InventoryItemID": "e8b218fa-dfb5-4321-8bed-44c380e9a847",
    "Quantity": 1
  }
]