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": "831166b0-85ae-43c5-8697-3471f0ad534a",
    "ShoppingCartID": "f98914d7-17a0-4412-9acb-9f2b938e73b1",
    "TrainingClassID": "e952be6c-471b-47ec-a8e4-1deb16816a2a",
    "EmailPackageDefinitionID": "208a1d2f-47f1-4d5a-8908-a3b88d558d2e",
    "InventoryItemID": "35afe016-9676-426e-a74f-c0d939077820",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "831166b0-85ae-43c5-8697-3471f0ad534a",
    "ShoppingCartID": "f98914d7-17a0-4412-9acb-9f2b938e73b1",
    "TrainingClassID": "e952be6c-471b-47ec-a8e4-1deb16816a2a",
    "EmailPackageDefinitionID": "208a1d2f-47f1-4d5a-8908-a3b88d558d2e",
    "InventoryItemID": "35afe016-9676-426e-a74f-c0d939077820",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "831166b0-85ae-43c5-8697-3471f0ad534a",
    "ShoppingCartID": "f98914d7-17a0-4412-9acb-9f2b938e73b1",
    "TrainingClassID": "e952be6c-471b-47ec-a8e4-1deb16816a2a",
    "EmailPackageDefinitionID": "208a1d2f-47f1-4d5a-8908-a3b88d558d2e",
    "InventoryItemID": "35afe016-9676-426e-a74f-c0d939077820",
    "Quantity": 1
  }
]