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": "f3d433a7-9f76-4803-8e62-1ac7795684cb",
    "ShoppingCartID": "5494193c-b258-499d-9194-4eb490f6d20f",
    "TrainingClassID": "1470f0e9-3dfc-472a-9b43-afb613591113",
    "EmailPackageDefinitionID": "63e303ed-b257-4f7f-91d0-7ff0e4a50ae4",
    "InventoryItemID": "831c6d0e-3169-4894-b6ec-b6bbc2af3468",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "f3d433a7-9f76-4803-8e62-1ac7795684cb",
    "ShoppingCartID": "5494193c-b258-499d-9194-4eb490f6d20f",
    "TrainingClassID": "1470f0e9-3dfc-472a-9b43-afb613591113",
    "EmailPackageDefinitionID": "63e303ed-b257-4f7f-91d0-7ff0e4a50ae4",
    "InventoryItemID": "831c6d0e-3169-4894-b6ec-b6bbc2af3468",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "f3d433a7-9f76-4803-8e62-1ac7795684cb",
    "ShoppingCartID": "5494193c-b258-499d-9194-4eb490f6d20f",
    "TrainingClassID": "1470f0e9-3dfc-472a-9b43-afb613591113",
    "EmailPackageDefinitionID": "63e303ed-b257-4f7f-91d0-7ff0e4a50ae4",
    "InventoryItemID": "831c6d0e-3169-4894-b6ec-b6bbc2af3468",
    "Quantity": 1
  }
]