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": "3f44c674-bff2-4a0e-b7da-0a046391e6da",
    "ShoppingCartID": "e97bcbb0-a998-4cac-93a1-0d4362313308",
    "TrainingClassID": "967657b1-b69e-4435-8d22-821ebee8333f",
    "EmailPackageDefinitionID": "cd157a15-ab23-4891-ac3e-e995579d989b",
    "InventoryItemID": "88693082-779b-482b-b6e8-7f6e95218bb1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3f44c674-bff2-4a0e-b7da-0a046391e6da",
    "ShoppingCartID": "e97bcbb0-a998-4cac-93a1-0d4362313308",
    "TrainingClassID": "967657b1-b69e-4435-8d22-821ebee8333f",
    "EmailPackageDefinitionID": "cd157a15-ab23-4891-ac3e-e995579d989b",
    "InventoryItemID": "88693082-779b-482b-b6e8-7f6e95218bb1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "3f44c674-bff2-4a0e-b7da-0a046391e6da",
    "ShoppingCartID": "e97bcbb0-a998-4cac-93a1-0d4362313308",
    "TrainingClassID": "967657b1-b69e-4435-8d22-821ebee8333f",
    "EmailPackageDefinitionID": "cd157a15-ab23-4891-ac3e-e995579d989b",
    "InventoryItemID": "88693082-779b-482b-b6e8-7f6e95218bb1",
    "Quantity": 1
  }
]