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": "14f2eacd-e4cb-4cf9-a08f-9e7f95a96f69",
    "ShoppingCartID": "f93338ee-9519-4f84-bb10-9d0d2f140671",
    "TrainingClassID": "48151c97-f47c-4ace-b539-f0263ff687cb",
    "EmailPackageDefinitionID": "f28e989f-5500-49d2-83e2-a61710bbe1b7",
    "InventoryItemID": "b92130f0-8da1-4a87-83ec-b14935c3d941",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "14f2eacd-e4cb-4cf9-a08f-9e7f95a96f69",
    "ShoppingCartID": "f93338ee-9519-4f84-bb10-9d0d2f140671",
    "TrainingClassID": "48151c97-f47c-4ace-b539-f0263ff687cb",
    "EmailPackageDefinitionID": "f28e989f-5500-49d2-83e2-a61710bbe1b7",
    "InventoryItemID": "b92130f0-8da1-4a87-83ec-b14935c3d941",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "14f2eacd-e4cb-4cf9-a08f-9e7f95a96f69",
    "ShoppingCartID": "f93338ee-9519-4f84-bb10-9d0d2f140671",
    "TrainingClassID": "48151c97-f47c-4ace-b539-f0263ff687cb",
    "EmailPackageDefinitionID": "f28e989f-5500-49d2-83e2-a61710bbe1b7",
    "InventoryItemID": "b92130f0-8da1-4a87-83ec-b14935c3d941",
    "Quantity": 1
  }
]