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": "d3c6cdbc-d811-4bd2-8d4c-d9b5adfac7fe",
    "ShoppingCartID": "3c1a5f2b-a130-4a89-9dbb-f23c106a0c34",
    "TrainingClassID": "f6c6d99e-454f-4ac4-9dfa-b57625583eca",
    "EmailPackageDefinitionID": "018ded64-5263-4549-8c1c-fb6027409da6",
    "InventoryItemID": "e30beb5c-3f8a-4f2c-a68a-9efb3f8efdc8",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "d3c6cdbc-d811-4bd2-8d4c-d9b5adfac7fe",
    "ShoppingCartID": "3c1a5f2b-a130-4a89-9dbb-f23c106a0c34",
    "TrainingClassID": "f6c6d99e-454f-4ac4-9dfa-b57625583eca",
    "EmailPackageDefinitionID": "018ded64-5263-4549-8c1c-fb6027409da6",
    "InventoryItemID": "e30beb5c-3f8a-4f2c-a68a-9efb3f8efdc8",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "d3c6cdbc-d811-4bd2-8d4c-d9b5adfac7fe",
    "ShoppingCartID": "3c1a5f2b-a130-4a89-9dbb-f23c106a0c34",
    "TrainingClassID": "f6c6d99e-454f-4ac4-9dfa-b57625583eca",
    "EmailPackageDefinitionID": "018ded64-5263-4549-8c1c-fb6027409da6",
    "InventoryItemID": "e30beb5c-3f8a-4f2c-a68a-9efb3f8efdc8",
    "Quantity": 1
  }
]