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": "700987f6-c481-4126-a0f8-db849a84ee21",
    "ShoppingCartID": "dbfd5928-7eeb-435d-8634-51bd39b5d0c0",
    "TrainingClassID": "e9e5006e-4fe9-4b01-8a16-41dd0134b7e6",
    "EmailPackageDefinitionID": "a6c310ee-51f6-4d73-ae8d-95479662c09c",
    "InventoryItemID": "377a8221-c1af-4690-a09f-847ac8408d36",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "700987f6-c481-4126-a0f8-db849a84ee21",
    "ShoppingCartID": "dbfd5928-7eeb-435d-8634-51bd39b5d0c0",
    "TrainingClassID": "e9e5006e-4fe9-4b01-8a16-41dd0134b7e6",
    "EmailPackageDefinitionID": "a6c310ee-51f6-4d73-ae8d-95479662c09c",
    "InventoryItemID": "377a8221-c1af-4690-a09f-847ac8408d36",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "700987f6-c481-4126-a0f8-db849a84ee21",
    "ShoppingCartID": "dbfd5928-7eeb-435d-8634-51bd39b5d0c0",
    "TrainingClassID": "e9e5006e-4fe9-4b01-8a16-41dd0134b7e6",
    "EmailPackageDefinitionID": "a6c310ee-51f6-4d73-ae8d-95479662c09c",
    "InventoryItemID": "377a8221-c1af-4690-a09f-847ac8408d36",
    "Quantity": 1
  }
]