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": "1ff42628-f193-4059-9fe9-c7855314c17f",
    "ShoppingCartID": "9f88d85f-23dc-4048-8a60-f6657027a999",
    "TrainingClassID": "be580072-c9d2-4d1b-82ee-c47b2622df1c",
    "EmailPackageDefinitionID": "ea0860e7-6014-4d9d-b13e-31cc5eb682ed",
    "InventoryItemID": "c7be91c7-6f87-4056-b17c-5ee461098bf1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1ff42628-f193-4059-9fe9-c7855314c17f",
    "ShoppingCartID": "9f88d85f-23dc-4048-8a60-f6657027a999",
    "TrainingClassID": "be580072-c9d2-4d1b-82ee-c47b2622df1c",
    "EmailPackageDefinitionID": "ea0860e7-6014-4d9d-b13e-31cc5eb682ed",
    "InventoryItemID": "c7be91c7-6f87-4056-b17c-5ee461098bf1",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1ff42628-f193-4059-9fe9-c7855314c17f",
    "ShoppingCartID": "9f88d85f-23dc-4048-8a60-f6657027a999",
    "TrainingClassID": "be580072-c9d2-4d1b-82ee-c47b2622df1c",
    "EmailPackageDefinitionID": "ea0860e7-6014-4d9d-b13e-31cc5eb682ed",
    "InventoryItemID": "c7be91c7-6f87-4056-b17c-5ee461098bf1",
    "Quantity": 1
  }
]