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": "c35a56a9-7e24-417f-8380-26f6af5d1ade",
    "ShoppingCartID": "40412197-a405-4291-ba22-728508eaf398",
    "TrainingClassID": "eca47525-6376-4b10-85f4-0bcfe36d3252",
    "EmailPackageDefinitionID": "4f58c55a-ee6e-4ba4-8963-bb825bdac789",
    "InventoryItemID": "5ee2ebe5-2518-485d-a66b-dae2b92fce2b",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c35a56a9-7e24-417f-8380-26f6af5d1ade",
    "ShoppingCartID": "40412197-a405-4291-ba22-728508eaf398",
    "TrainingClassID": "eca47525-6376-4b10-85f4-0bcfe36d3252",
    "EmailPackageDefinitionID": "4f58c55a-ee6e-4ba4-8963-bb825bdac789",
    "InventoryItemID": "5ee2ebe5-2518-485d-a66b-dae2b92fce2b",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "c35a56a9-7e24-417f-8380-26f6af5d1ade",
    "ShoppingCartID": "40412197-a405-4291-ba22-728508eaf398",
    "TrainingClassID": "eca47525-6376-4b10-85f4-0bcfe36d3252",
    "EmailPackageDefinitionID": "4f58c55a-ee6e-4ba4-8963-bb825bdac789",
    "InventoryItemID": "5ee2ebe5-2518-485d-a66b-dae2b92fce2b",
    "Quantity": 1
  }
]