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": "1da24e5d-6970-42a3-971a-84866235af27",
    "ShoppingCartID": "f28e291c-9e9c-4216-8262-b00825d55ba3",
    "TrainingClassID": "e672929a-e910-4667-ae4d-5e54c08d14dc",
    "EmailPackageDefinitionID": "238a635a-456f-4417-869d-ef97cd726522",
    "InventoryItemID": "68edd11c-8bac-4352-ac4c-c80016f074f1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1da24e5d-6970-42a3-971a-84866235af27",
    "ShoppingCartID": "f28e291c-9e9c-4216-8262-b00825d55ba3",
    "TrainingClassID": "e672929a-e910-4667-ae4d-5e54c08d14dc",
    "EmailPackageDefinitionID": "238a635a-456f-4417-869d-ef97cd726522",
    "InventoryItemID": "68edd11c-8bac-4352-ac4c-c80016f074f1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1da24e5d-6970-42a3-971a-84866235af27",
    "ShoppingCartID": "f28e291c-9e9c-4216-8262-b00825d55ba3",
    "TrainingClassID": "e672929a-e910-4667-ae4d-5e54c08d14dc",
    "EmailPackageDefinitionID": "238a635a-456f-4417-869d-ef97cd726522",
    "InventoryItemID": "68edd11c-8bac-4352-ac4c-c80016f074f1",
    "Quantity": 1
  }
]