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": "eb305130-8a6d-4f72-a9a8-5fc9a74b9175",
    "ShoppingCartID": "5a548daa-20cd-443d-ae9b-4d692160f7db",
    "TrainingClassID": "f2533f85-06c6-4537-bf47-f83b8141619c",
    "EmailPackageDefinitionID": "91448132-12fb-4655-b61a-1ea3479112ef",
    "InventoryItemID": "f3b8fcdf-7860-4078-bb32-498b2be1d6d5",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "eb305130-8a6d-4f72-a9a8-5fc9a74b9175",
    "ShoppingCartID": "5a548daa-20cd-443d-ae9b-4d692160f7db",
    "TrainingClassID": "f2533f85-06c6-4537-bf47-f83b8141619c",
    "EmailPackageDefinitionID": "91448132-12fb-4655-b61a-1ea3479112ef",
    "InventoryItemID": "f3b8fcdf-7860-4078-bb32-498b2be1d6d5",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "eb305130-8a6d-4f72-a9a8-5fc9a74b9175",
    "ShoppingCartID": "5a548daa-20cd-443d-ae9b-4d692160f7db",
    "TrainingClassID": "f2533f85-06c6-4537-bf47-f83b8141619c",
    "EmailPackageDefinitionID": "91448132-12fb-4655-b61a-1ea3479112ef",
    "InventoryItemID": "f3b8fcdf-7860-4078-bb32-498b2be1d6d5",
    "Quantity": 1
  }
]