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": "71fb4414-f15d-4b9e-bcf8-e9dc3a1ae466",
    "ShoppingCartID": "756b5fee-f932-4358-8bfa-e888ab33b49f",
    "TrainingClassID": "43ed074d-f515-4194-a546-e065547709c1",
    "EmailPackageDefinitionID": "157baab8-99bc-4c68-8f81-fedc111b9dbc",
    "InventoryItemID": "b9cea081-97c4-4242-8def-5c37a7fefa85",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "71fb4414-f15d-4b9e-bcf8-e9dc3a1ae466",
    "ShoppingCartID": "756b5fee-f932-4358-8bfa-e888ab33b49f",
    "TrainingClassID": "43ed074d-f515-4194-a546-e065547709c1",
    "EmailPackageDefinitionID": "157baab8-99bc-4c68-8f81-fedc111b9dbc",
    "InventoryItemID": "b9cea081-97c4-4242-8def-5c37a7fefa85",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "71fb4414-f15d-4b9e-bcf8-e9dc3a1ae466",
    "ShoppingCartID": "756b5fee-f932-4358-8bfa-e888ab33b49f",
    "TrainingClassID": "43ed074d-f515-4194-a546-e065547709c1",
    "EmailPackageDefinitionID": "157baab8-99bc-4c68-8f81-fedc111b9dbc",
    "InventoryItemID": "b9cea081-97c4-4242-8def-5c37a7fefa85",
    "Quantity": 1
  }
]