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": "039e2269-0e25-4f98-a170-aa4828dcc7f1",
    "ShoppingCartID": "57312af6-8e0c-4077-a417-8eeb0d599bc5",
    "TrainingClassID": "74a7e9f2-490a-4700-b6f2-256404f8a6c3",
    "EmailPackageDefinitionID": "1ff90b20-987e-406c-886f-f95f4f3f4229",
    "InventoryItemID": "e0e9100d-2d83-46dc-a3a1-f7689794e00e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "039e2269-0e25-4f98-a170-aa4828dcc7f1",
    "ShoppingCartID": "57312af6-8e0c-4077-a417-8eeb0d599bc5",
    "TrainingClassID": "74a7e9f2-490a-4700-b6f2-256404f8a6c3",
    "EmailPackageDefinitionID": "1ff90b20-987e-406c-886f-f95f4f3f4229",
    "InventoryItemID": "e0e9100d-2d83-46dc-a3a1-f7689794e00e",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "039e2269-0e25-4f98-a170-aa4828dcc7f1",
    "ShoppingCartID": "57312af6-8e0c-4077-a417-8eeb0d599bc5",
    "TrainingClassID": "74a7e9f2-490a-4700-b6f2-256404f8a6c3",
    "EmailPackageDefinitionID": "1ff90b20-987e-406c-886f-f95f4f3f4229",
    "InventoryItemID": "e0e9100d-2d83-46dc-a3a1-f7689794e00e",
    "Quantity": 1
  }
]