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": "571920ae-2c0d-481f-b0f6-8b4f4b596430",
    "ShoppingCartID": "82656e13-11e5-45ab-b320-4b720a9c64be",
    "TrainingClassID": "477a1226-9886-4a3a-8d0e-b924cd244592",
    "EmailPackageDefinitionID": "dd275c56-6913-458a-92db-f64c3111b3d3",
    "InventoryItemID": "a807d817-4f97-465c-9708-5cd2ef0a5864",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "571920ae-2c0d-481f-b0f6-8b4f4b596430",
    "ShoppingCartID": "82656e13-11e5-45ab-b320-4b720a9c64be",
    "TrainingClassID": "477a1226-9886-4a3a-8d0e-b924cd244592",
    "EmailPackageDefinitionID": "dd275c56-6913-458a-92db-f64c3111b3d3",
    "InventoryItemID": "a807d817-4f97-465c-9708-5cd2ef0a5864",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "571920ae-2c0d-481f-b0f6-8b4f4b596430",
    "ShoppingCartID": "82656e13-11e5-45ab-b320-4b720a9c64be",
    "TrainingClassID": "477a1226-9886-4a3a-8d0e-b924cd244592",
    "EmailPackageDefinitionID": "dd275c56-6913-458a-92db-f64c3111b3d3",
    "InventoryItemID": "a807d817-4f97-465c-9708-5cd2ef0a5864",
    "Quantity": 1
  }
]