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": "a3eeeb6e-9464-4a74-a3a7-8ead94bc419b",
    "ShoppingCartID": "a74e8566-d30a-4e01-bc48-5727059d8027",
    "TrainingClassID": "55ed031f-e884-4f65-9152-34853ebd417c",
    "EmailPackageDefinitionID": "ccbf33fb-4bc7-444b-9e13-adb7e75e57be",
    "InventoryItemID": "a2b8a9a3-c5f4-40b4-9f35-12611b19b3b4",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "a3eeeb6e-9464-4a74-a3a7-8ead94bc419b",
    "ShoppingCartID": "a74e8566-d30a-4e01-bc48-5727059d8027",
    "TrainingClassID": "55ed031f-e884-4f65-9152-34853ebd417c",
    "EmailPackageDefinitionID": "ccbf33fb-4bc7-444b-9e13-adb7e75e57be",
    "InventoryItemID": "a2b8a9a3-c5f4-40b4-9f35-12611b19b3b4",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "a3eeeb6e-9464-4a74-a3a7-8ead94bc419b",
    "ShoppingCartID": "a74e8566-d30a-4e01-bc48-5727059d8027",
    "TrainingClassID": "55ed031f-e884-4f65-9152-34853ebd417c",
    "EmailPackageDefinitionID": "ccbf33fb-4bc7-444b-9e13-adb7e75e57be",
    "InventoryItemID": "a2b8a9a3-c5f4-40b4-9f35-12611b19b3b4",
    "Quantity": 1
  }
]