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": "5906cb8a-64be-4876-8df5-ff7c7188b872",
    "ShoppingCartID": "f4b9d859-ebb5-4f97-b83e-b0f779f134cb",
    "TrainingClassID": "38caecb8-d220-494e-b709-255928f2cc04",
    "EmailPackageDefinitionID": "5a6ed248-01b4-4eae-8de6-541e186ce335",
    "InventoryItemID": "c213feff-9355-467f-a2eb-919e7e502cd9",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5906cb8a-64be-4876-8df5-ff7c7188b872",
    "ShoppingCartID": "f4b9d859-ebb5-4f97-b83e-b0f779f134cb",
    "TrainingClassID": "38caecb8-d220-494e-b709-255928f2cc04",
    "EmailPackageDefinitionID": "5a6ed248-01b4-4eae-8de6-541e186ce335",
    "InventoryItemID": "c213feff-9355-467f-a2eb-919e7e502cd9",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "5906cb8a-64be-4876-8df5-ff7c7188b872",
    "ShoppingCartID": "f4b9d859-ebb5-4f97-b83e-b0f779f134cb",
    "TrainingClassID": "38caecb8-d220-494e-b709-255928f2cc04",
    "EmailPackageDefinitionID": "5a6ed248-01b4-4eae-8de6-541e186ce335",
    "InventoryItemID": "c213feff-9355-467f-a2eb-919e7e502cd9",
    "Quantity": 1
  }
]