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": "ac55a003-732e-4b58-9be9-2cabd8302354",
    "ShoppingCartID": "62f0df2e-0947-470a-b7d7-2da851af870f",
    "TrainingClassID": "e4b3163a-f4d2-498b-9e95-db024d3e19d2",
    "EmailPackageDefinitionID": "6d73aef4-de1c-49c8-bfe1-a87c20a2f481",
    "InventoryItemID": "cccb599e-a922-4fd5-a3b9-d28b0efc1921",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ac55a003-732e-4b58-9be9-2cabd8302354",
    "ShoppingCartID": "62f0df2e-0947-470a-b7d7-2da851af870f",
    "TrainingClassID": "e4b3163a-f4d2-498b-9e95-db024d3e19d2",
    "EmailPackageDefinitionID": "6d73aef4-de1c-49c8-bfe1-a87c20a2f481",
    "InventoryItemID": "cccb599e-a922-4fd5-a3b9-d28b0efc1921",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "ac55a003-732e-4b58-9be9-2cabd8302354",
    "ShoppingCartID": "62f0df2e-0947-470a-b7d7-2da851af870f",
    "TrainingClassID": "e4b3163a-f4d2-498b-9e95-db024d3e19d2",
    "EmailPackageDefinitionID": "6d73aef4-de1c-49c8-bfe1-a87c20a2f481",
    "InventoryItemID": "cccb599e-a922-4fd5-a3b9-d28b0efc1921",
    "Quantity": 1
  }
]