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": "b5d7545e-4530-4b71-af75-938e56f341f4",
    "ShoppingCartID": "f38ece6f-e7f9-4eec-9cd3-66411242dae7",
    "TrainingClassID": "ba4078fb-e6c6-4563-9c91-16f9e7b8ad69",
    "EmailPackageDefinitionID": "ef8a0034-d896-4d47-8a70-2f9314328f4e",
    "InventoryItemID": "2160f07b-b2f9-4a8b-ba27-f640b5b2172f",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b5d7545e-4530-4b71-af75-938e56f341f4",
    "ShoppingCartID": "f38ece6f-e7f9-4eec-9cd3-66411242dae7",
    "TrainingClassID": "ba4078fb-e6c6-4563-9c91-16f9e7b8ad69",
    "EmailPackageDefinitionID": "ef8a0034-d896-4d47-8a70-2f9314328f4e",
    "InventoryItemID": "2160f07b-b2f9-4a8b-ba27-f640b5b2172f",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "b5d7545e-4530-4b71-af75-938e56f341f4",
    "ShoppingCartID": "f38ece6f-e7f9-4eec-9cd3-66411242dae7",
    "TrainingClassID": "ba4078fb-e6c6-4563-9c91-16f9e7b8ad69",
    "EmailPackageDefinitionID": "ef8a0034-d896-4d47-8a70-2f9314328f4e",
    "InventoryItemID": "2160f07b-b2f9-4a8b-ba27-f640b5b2172f",
    "Quantity": 1
  }
]