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": "93537eae-1864-4074-a1f2-4c1ccded4603",
    "ShoppingCartID": "3f415c45-bdaf-40c7-bfa6-05c80b6d44d6",
    "TrainingClassID": "ef6555a5-7f95-4406-999c-2d682abbfcb8",
    "EmailPackageDefinitionID": "7dac6334-bf6e-4af0-97d1-af0873085ff9",
    "InventoryItemID": "eb2bdf38-d1e4-4fb2-a039-b4f94c785bfc",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "93537eae-1864-4074-a1f2-4c1ccded4603",
    "ShoppingCartID": "3f415c45-bdaf-40c7-bfa6-05c80b6d44d6",
    "TrainingClassID": "ef6555a5-7f95-4406-999c-2d682abbfcb8",
    "EmailPackageDefinitionID": "7dac6334-bf6e-4af0-97d1-af0873085ff9",
    "InventoryItemID": "eb2bdf38-d1e4-4fb2-a039-b4f94c785bfc",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "93537eae-1864-4074-a1f2-4c1ccded4603",
    "ShoppingCartID": "3f415c45-bdaf-40c7-bfa6-05c80b6d44d6",
    "TrainingClassID": "ef6555a5-7f95-4406-999c-2d682abbfcb8",
    "EmailPackageDefinitionID": "7dac6334-bf6e-4af0-97d1-af0873085ff9",
    "InventoryItemID": "eb2bdf38-d1e4-4fb2-a039-b4f94c785bfc",
    "Quantity": 1
  }
]