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": "2444cfdd-2439-4a0a-b6e8-f1c03c611ece",
    "ShoppingCartID": "6d6bbad8-cfc1-4be5-abff-b202accd7e08",
    "TrainingClassID": "639c867a-8978-45ea-976d-1ba31da396a3",
    "EmailPackageDefinitionID": "432e127e-0710-4eb5-8cc3-c158cf634abf",
    "InventoryItemID": "0a04ce48-02ab-47a5-940a-de2d144e0479",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2444cfdd-2439-4a0a-b6e8-f1c03c611ece",
    "ShoppingCartID": "6d6bbad8-cfc1-4be5-abff-b202accd7e08",
    "TrainingClassID": "639c867a-8978-45ea-976d-1ba31da396a3",
    "EmailPackageDefinitionID": "432e127e-0710-4eb5-8cc3-c158cf634abf",
    "InventoryItemID": "0a04ce48-02ab-47a5-940a-de2d144e0479",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "2444cfdd-2439-4a0a-b6e8-f1c03c611ece",
    "ShoppingCartID": "6d6bbad8-cfc1-4be5-abff-b202accd7e08",
    "TrainingClassID": "639c867a-8978-45ea-976d-1ba31da396a3",
    "EmailPackageDefinitionID": "432e127e-0710-4eb5-8cc3-c158cf634abf",
    "InventoryItemID": "0a04ce48-02ab-47a5-940a-de2d144e0479",
    "Quantity": 1
  }
]