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": "b060ea4c-e6dc-4740-8bed-50d7920da503",
    "ShoppingCartID": "16a859bb-a6ae-4717-88c4-21d41897a2f0",
    "TrainingClassID": "69e099af-c74b-4817-907f-2c3c4cccd703",
    "EmailPackageDefinitionID": "bd8e8877-ba1e-4807-a926-42b96bb6be9f",
    "InventoryItemID": "0e17422d-56b1-4bda-97bf-f82eb2a6b18a",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b060ea4c-e6dc-4740-8bed-50d7920da503",
    "ShoppingCartID": "16a859bb-a6ae-4717-88c4-21d41897a2f0",
    "TrainingClassID": "69e099af-c74b-4817-907f-2c3c4cccd703",
    "EmailPackageDefinitionID": "bd8e8877-ba1e-4807-a926-42b96bb6be9f",
    "InventoryItemID": "0e17422d-56b1-4bda-97bf-f82eb2a6b18a",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b060ea4c-e6dc-4740-8bed-50d7920da503",
    "ShoppingCartID": "16a859bb-a6ae-4717-88c4-21d41897a2f0",
    "TrainingClassID": "69e099af-c74b-4817-907f-2c3c4cccd703",
    "EmailPackageDefinitionID": "bd8e8877-ba1e-4807-a926-42b96bb6be9f",
    "InventoryItemID": "0e17422d-56b1-4bda-97bf-f82eb2a6b18a",
    "Quantity": 1
  }
]