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": "21767ef1-e3bf-4fa1-9cd9-1a8ea05fc5c1",
    "ShoppingCartID": "29798b36-9913-4a83-a718-264bb2ac0c2c",
    "TrainingClassID": "c82e9bcb-1c24-49e5-b6dd-64946d741573",
    "EmailPackageDefinitionID": "08d01411-2b45-4e09-b350-e09e9f0afd9a",
    "InventoryItemID": "fb0ba830-b4f1-423a-9bda-44fa3e58a8f0",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "21767ef1-e3bf-4fa1-9cd9-1a8ea05fc5c1",
    "ShoppingCartID": "29798b36-9913-4a83-a718-264bb2ac0c2c",
    "TrainingClassID": "c82e9bcb-1c24-49e5-b6dd-64946d741573",
    "EmailPackageDefinitionID": "08d01411-2b45-4e09-b350-e09e9f0afd9a",
    "InventoryItemID": "fb0ba830-b4f1-423a-9bda-44fa3e58a8f0",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "21767ef1-e3bf-4fa1-9cd9-1a8ea05fc5c1",
    "ShoppingCartID": "29798b36-9913-4a83-a718-264bb2ac0c2c",
    "TrainingClassID": "c82e9bcb-1c24-49e5-b6dd-64946d741573",
    "EmailPackageDefinitionID": "08d01411-2b45-4e09-b350-e09e9f0afd9a",
    "InventoryItemID": "fb0ba830-b4f1-423a-9bda-44fa3e58a8f0",
    "Quantity": 1
  }
]