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": "c57ae1db-746e-41d3-bb41-773debb3b455",
    "ShoppingCartID": "fe34c46b-dfe1-464d-9610-41a1e69e06b7",
    "TrainingClassID": "c6573524-7f56-4dae-accb-4031a83b7256",
    "EmailPackageDefinitionID": "ab7f9459-c190-4301-b369-ec8db605645e",
    "InventoryItemID": "93e241a2-b091-4c63-8aaf-27c927243a36",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c57ae1db-746e-41d3-bb41-773debb3b455",
    "ShoppingCartID": "fe34c46b-dfe1-464d-9610-41a1e69e06b7",
    "TrainingClassID": "c6573524-7f56-4dae-accb-4031a83b7256",
    "EmailPackageDefinitionID": "ab7f9459-c190-4301-b369-ec8db605645e",
    "InventoryItemID": "93e241a2-b091-4c63-8aaf-27c927243a36",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c57ae1db-746e-41d3-bb41-773debb3b455",
    "ShoppingCartID": "fe34c46b-dfe1-464d-9610-41a1e69e06b7",
    "TrainingClassID": "c6573524-7f56-4dae-accb-4031a83b7256",
    "EmailPackageDefinitionID": "ab7f9459-c190-4301-b369-ec8db605645e",
    "InventoryItemID": "93e241a2-b091-4c63-8aaf-27c927243a36",
    "Quantity": 1
  }
]